<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUITableViewCell.inspector
 Copyright © 2010-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <chooser type="number" title="Style" keyPath="inspectedObjectsController.selection.object.ibInspectedStyle">
            <!-- "Legacy" Styles -->
            <choice title="Custom" value="-1" />
            <choice type="separator" />
            <choice title="Basic" value="0">
                <sliver fullWidth="true">
                    <property type="ib-named-resource" title="Image" placeholder="Image" resourceType="image" keyPath="inspectedObjectsController.selection.object.ibInspectedImage"/>
                </sliver>
            </choice>
            <choice title="Right Detail" value="1">
                <sliver fullWidth="true">
                    <property type="ib-named-resource" title="Image" resourceType="image" keyPath="inspectedObjectsController.selection.object.ibInspectedImage"/>
                </sliver>
            </choice>
            <choice title="Left Detail" value="2" />
            <choice title="Subtitle" value="3">
                <sliver fullWidth="true">
                    <property type="ib-named-resource" title="Image" placeholder="Image" resourceType="image" keyPath="inspectedObjectsController.selection.object.ibInspectedImage"/>
                </sliver>
            </choice>
            
            <!-- Modern Content Configuration Styles -->
            <choice type="separator"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice title="Content Configuration Styles" type="header"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            
            <!-- Content Configuration Style values have 10 added to them so they don't collide with the choices above. If this padding changes, you must update `IBContentConfigurationStyleIndexPadding` as well. -->
            <choice value="10" title="Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="11" title="Subtitle Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="12" title="Value Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="13" title="Plain Header"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="14" title="Plain Footer"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="15" title="Grouped Header"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="16" title="Grouped Footer"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="17" title="Sidebar Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="18" title="Sidebar Subtitle Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="19" title="Accompanied Sidebar Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="20" title="Accompanied Sidebar Subtitle Cell"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />
            <choice value="21" title="Sidebar Header"  visibleKeyPath="inspectedObjectsController.selection.object.ibTableViewSupportsContentConfiguration" />

        </chooser>
    </section>
    <include fileName="IBUIListContentConfiguration" />
    <section>
        <sliver title="Identifier">
            <property type="string" placeholder="Reuse Identifier" keyPath="inspectedObjectsController.selection.object.reuseIdentifier" allowsNilValues="YES"/>
        </sliver>
    </section>
    <section>
        <sliver title="Selection">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.selectionStyle">
                <option-group>
                    <option title="None" value="0"/>
                    <option title="Blue" value="1"/>
                    <option title="Gray" value="2"/>
                    <option title="Default" value="3"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Accessory">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.accessoryType">
                <option-group>
                    <option title="None" value="0"/>
                    <option title="Disclosure Indicator" value="1"/>
                    <option title="Detail Disclosure" value="2"/>
                    <option title="Checkmark" value="3"/>
                    <option title="Detail" value="4"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Editing Acc.">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.editingAccessoryType">
                <option-group>
                    <option title="None" value="0"/>
                    <option title="Disclosure Indicator" value="1"/>
                    <option title="Detail Disclosure" value="2"/>
                    <option title="Checkmark" value="3"/>
                    <option title="Detail" value="4"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Focus Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.focusStyle">
                <option-group>
                    <option title="Default" value="0"/>
                    <option title="Custom" value="1"/>
                 </option-group>
            </property>
        </sliver>

    </section>
    <section>
        <sliver title="Indentation">
            <property type="number" title="Level" keyPath="inspectedObjectsController.selection.object.indentationLevel"/>
            <property type="number" title="Width" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.indentationWidth"/>
        </sliver>
        <sliver>
            <property type="boolean" title="Indent While Editing" keyPath="inspectedObjectsController.selection.object.shouldIndentWhileEditing"/>
            <property type="boolean" title="Shows Re-order Controls" keyPath="inspectedObjectsController.selection.object.showsReorderControl"/>
        </sliver>
        <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>
            </choice>
        </chooser>
    </section>
</slice>
