<?xml version="1.0" encoding="UTF-8"?>
<!--
   IBCocoaStoryboardSegue.inspector
 
   Copyright © 2014-2018 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Identifier">
            <property type="string" keyPath="inspectedObjectsController.selection.connection.identifier" placeholder="Identifier"/>
        </sliver>
        <sliver fullWidth="true" visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeCustomSegueClassName">
            <property type="ib-segue-custom-class" defaultRuntimeClassName="NSStoryboardSegue" keyPath="inspectedObjectsController.selection.connection.customSegueClassName" moduleProviderKeyPath="inspectedObjectsController.selection.connection.customSegueClassModuleProvider"/>
        </sliver>
        <sliver title="Selector">
            <property type="string" allowsNilValues="true" keyPath="inspectedObjectsController.selection.connection.destinationControllerCreationSelectorName"/>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeKind">
        <chooser title="Kind" type="string" keyPath="inspectedObjectsController.selection.connection.ibInspectedSegueClassName">
            <choice title="Show" value="IBNSStoryboardShowSegue" visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeToShowSegue">
            </choice>
            <choice title="Modal" value="IBNSStoryboardModalSegue" visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeToModalSegue">
            </choice>
            <choice title="Sheet" value="IBNSStoryboardSheetSegue" visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeToSheetSegue">
            </choice>
            <choice title="Popover" value="IBNSStoryboardPopoverSegue" visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeToPopoverSegue">
                <sliver title="Behavior">
                    <property type="enumeration" placeholder="Type" keyPath="inspectedObjectsController.selection.connection.popoverBehavior">
                        <option-group>
                            <option title="Transient" value="1" />
                            <option title="Semi-Transient" value="2" />
                            <option title="Application Defined" value="0" />
                        </option-group>
                    </property>
                </sliver>
                <sliver title="Preferred Edge">
                    <property type="enumeration" keyPath="inspectedObjectsController.selection.connection.preferredEdge">
                        <option-group>
                            <option title="Top" value="1"/>
                            <option title="Bottom" value="3"/>
                            <option title="Left" value="0"/>
                            <option title="Right" value="2"/>
                        </option-group>
                    </property>
                </sliver>
                <sliver visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedSupportsFullSizeContent">
                    <property title="Full Size Content" type="boolean" keyPath="inspectedObjectsController.selection.connection.hasFullSizeContent" />
                </sliver>
                <sliver title="Anchor View">
                    <property type="ib-object-picker" keyPath="inspectedObjectsController.selection.connection.anchorView" isToMany="no" allowsEmptyRelation="no" placeholder="Drag To Select An Anchor" candidateObjectFilterPredicateKeyPath="inspectedObjectsController.selection.connection.ibInspectedAnchorViewCandidateFilterPredicate"/>
                </sliver>
            </choice>
            <choice title="Custom" value="IBNSStoryboardCustomSegue" visibleKeyPath="inspectedObjectsController.selection.connection.ibInspectedCanChangeToCustomSegue"/>
        </chooser>
    </section>
</slice>
