<?xml version="1.0" encoding="UTF-8"?>
<!--
IBNSViewController.inspector
Copyright © 2009-2017 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" placeholder="Title" keyPath="inspectedObjectsController.selection.object.title" allowsNilValues="YES"/>
        </sliver>
        <sliver title="Nib Name" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedIsNotInStoryboard">
            <property type="string" placeholder="Nib Name" keyPath="inspectedObjectsController.selection.object.nibName" allowsNilValues="YES" listContentKeyPath="availableNibNames" />
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibIsPrimarySceneObjectInStoryboard">
            <property type="boolean" title="Is Initial Controller" keyPath="inspectedObjectsController.selection.object.ibInspectedIsDesignatedEntryPoint"/>
        </sliver>
        <sliver title="Nib Bundle" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedIsNotInStoryboard">
            <property type="string" placeholder="Nib Bundle Identifier" keyPath="inspectedObjectsController.selection.object.nibBundleIdentifier" allowsNilValues="YES" />
        </sliver>
        <sliver title="Presentation" visibleKeyPath="inspectedObjectsController.selection.object.ibIsPrimarySceneObjectInStoryboard">
            <property type="enumeration" allowsNilValues="true" keyPath="inspectedObjectsController.selection.object.showSeguePresentationStyle">
                <option-group>
                    <option value="1" title="Single"/>
                    <option value="0" title="Multiple"/>
                </option-group>
            </property>
        </sliver>
    </section>
</slice>
