<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUITableView.inspector
 Copyright © 2010-2019 Apple Inc. All rights reserved.
 -->
<slice>
    <section visibleKeyPath="inspectingStoryboard">
        <chooser title="Content" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedDataMode">
            <choice title="Dynamic Prototypes" value="1">
                <sliver title="Prototype Cells">
                    <property type="number" minimum="0" formatStyle="integer" keyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfPrototypes"/>
                </sliver>
            </choice>
            <choice title="Static Cells" value="2">
                <sliver title="Sections">
                    <property type="number" minimum="0" formatStyle="integer" keyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfSections"/>
                </sliver>
            </choice>
        </chooser>
    </section>
    <section>
        <sliver title="Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedStyle">
                <option-group enumeratedValuesKeyPath="inspectedObjectsController.selection.object.ibInspectedStyleValues"
                              enumeratedDisplayValuesKeyPath="inspectedObjectsController.selection.object.ibInspectedStyleNames" />
            </property>
        </sliver>
        <sliver title="Separator">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.separatorStyle">
                <option-group>
                    <option title="Default" value="-1"/>
                </option-group>
                <option-group>
                    <option title="None" value="0"/>
                    <option title="Single Line" value="1"/>
                    <option title="Single Line Etched" value="2"/>
                </option-group>
            </property>
        </sliver>
        <sliver>
            <property type="ib-named-color" defaultColorForNil="true" configurableProperty="separatorColor" />
        </sliver>
    </section>
    <section>
        <chooser title="Separator Inset" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedSeparatorInsetType">
            <choice value="0" title="Automatic">
            </choice>
            <choice value="1" title="Custom">
                <sliver>
                    <property type="number" title="Left" formatStyle="decimal" minimum="0" keyPath="inspectedObjectsController.selection.object.ibInspectedSeparatorInsetsMinX"/>
                    <property type="number" title="Right" formatStyle="decimal" minimum="0" keyPath="inspectedObjectsController.selection.object.ibInspectedSeparatorInsetsMaxX"/>
                </sliver>
                <sliver>
                    <property type="enumeration" keyPath="inspectedObjectsController.selection.object.separatorInsetReference">
                        <option-group>
                            <option value="0" title="From Cell Edges"/>
                            <option value="1" title="From Automatic Insets"/>
                        </option-group>
                    </property>
                </sliver>
            </choice>
        </chooser>
    </section>
    <section>
        <sliver title="Selection">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedSelectionType">
                <option-group>
                    <option title="No Selection" value="0" />
                    <option title="Single Selection" value="1" />
                    <option title="Multiple Selection" value="2" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Editing">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedEditingSelectionType">
                <option-group>
                    <option title="No Selection During Editing" value="0" />
                    <option title="Single Selection During Editing" value="1" />
                    <option title="Multiple Selection During Editing" value="2" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Drag and Drop" visibleKeyPath="inspectedObjectsController.selection.object.ibIsUISpringLoadedInteractionSupportingAvailable">
            <property type="boolean" title="Spring Loaded" keyPath="inspectedObjectsController.selection.object.springLoaded" />
        </sliver>
    </section>
    <section title="Section Index">
        <sliver title="Display Limit">
            <property type="number" keyPath="inspectedObjectsController.selection.object.sectionIndexMinimumDisplayRowCount"/>
        </sliver>
        <sliver title="Text">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="sectionIndexColor" />
        </sliver>
        <sliver title="Background">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="sectionIndexBackgroundColor" />
        </sliver>
        <sliver title="Tracking">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="sectionIndexTrackingBackgroundColor" />
        </sliver>
    </section>
</slice>
