<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUIViewController.inspector
    IBCocoaTouchPlugin

    Copyright © 2010-2019 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" keyPath="inspectedObjectsController.selection.object.title" allowsNilValues="YES"/>
        </sliver>
        <sliver title="NIB Name" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedIsNotInStoryboard">
            <property type="string" keyPath="inspectedObjectsController.selection.object.nibName" listContentKeyPath="availableNibNames"/>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedIsInStoryboard">
            <property type="boolean" title="Is Initial View Controller" keyPath="inspectedObjectsController.selection.object.ibInspectedIsDesignatedEntryPoint"/>
        </sliver>
        <sliver title="Activity Name">
            <property type="string" keyPath="inspectedObjectsController.selection.object.interactionActivityTrackingBaseName" allowsNilValues="YES"/>
        </sliver>
    </section>
    <section>
        <sliver title="Layout">
            <property type="boolean" title="Adjust Scroll View Insets" keyPath="inspectedObjectsController.selection.object.automaticallyAdjustsScrollViewInsets"/>
            <property type="boolean" title="Hide Bottom Bar on Push" keyPath="inspectedObjectsController.selection.object.hidesBottomBarWhenPushed"/>
            <property type="boolean" title="Resize View From NIB" keyPath="inspectedObjectsController.selection.object.autoresizesArchivedViewToFullSize"/>
            <property type="boolean" title="Use Full Screen (Deprecated)" keyPath="inspectedObjectsController.selection.object.wantsFullScreenLayout"/>
        </sliver>
        <sliver title="Extend Edges">
            <property type="boolean" title="Under Top Bars" keyPath="inspectedObjectsController.selection.object.ibInspectedExtendsLayoutUnderTopBars"/>
            <property type="boolean" title="Under Bottom Bars" keyPath="inspectedObjectsController.selection.object.ibInspectedExtendsLayoutUnderBottomBars"/>
            <property type="boolean" title="Under Opaque Bars" keyPath="inspectedObjectsController.selection.object.extendedLayoutIncludesOpaqueBars"/>
        </sliver>
    </section>
    <section>
        <sliver title="Transition Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.modalTransitionStyle">
                <option-group>
                    <option title="Cover Vertical" value="0"/>
                    <option title="Flip Horizontal" value="1"/>
                    <option title="Cross Dissolve" value="2"/>
                    <option title="Partial Curl" value="3"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Presentation">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.modalPresentationStyle">
                <option-group>
                    <option title="Automatic" value="-2"/>
                    <option title="Full Screen" value="0"/>
                    <option title="Current Context" value="3"/>
                    <option title="Page Sheet" value="1"/>
                    <option title="Form Sheet" value="2"/>
                </option-group>
                <option-group enumeratedValuesKeyPath="inspectedObjectsController.selection.object.ibInspectedModalPresentationOverStyleValues" enumeratedDisplayValuesKeyPath="inspectedObjectsController.selection.object.ibInspectedModalPresentationOverStyleTitles"/>
            </property>
            <property type="boolean" title="Defines Context" keyPath="inspectedObjectsController.selection.object.definesPresentationContext"/>
            <property type="boolean" title="Provides Context" keyPath="inspectedObjectsController.selection.object.providesPresentationContextTransitionStyle"/>
        </sliver>
        <sliver title="Content Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.contentSizeForViewInPopover" nonNilValueKeyPath="inspectedObjectsController.selection.object.ibInspectedNonNilValueForContentSizeForViewInPopover" title="Use Preferred Explicit Size"/>
        </sliver>
    </section>
    <section title="Key Commands">
        <sliver fullWidth="true">
            <property type="ib-key-command-array" keyPath="inspectedObjectsController.selection.object.keyCommands" selectorNamesKeyPath="inspectedObjectsController.selection.object.ibInspectedSelectorNamesForKeyCommands"/>
        </sliver>
    </section>
</slice>
