<?xml version="1.0" encoding="UTF-8"?>
<!--
     IBUICollectionView-Size.inspector
     IBCocoaTouchPlugin
 
     Copyright © 2010-2018 Apple Inc. All rights reserved.
 -->
<slice>
    <section visibleKeyPath="inspectedObjectsController.selection.object.hasFlowLayout">
        <sliver title="Cell Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.ibInspectedItemSize"/>
        </sliver>
        <chooser title="Estimate Size" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedEstimatedItemSizeMode">
            <choice title="None" value="0" />
            <choice title="Automatic" value="1" />
            <choice title="Custom" value="2">
                <sliver>
                    <property type="size" keyPath="inspectedObjectsController.selection.object.ibInspectedEstimatedItemSize"/>
                </sliver>
            </choice>
        </chooser>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.hasFlowLayout">
        <sliver title="Header Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.ibInspectedHeaderReferenceSize"/>
        </sliver>
        <sliver title="Footer Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.ibInspectedFooterReferenceSize"/>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.hasFlowLayout">
        <sliver title="Min Spacing">
            <property type="number" minimum="0" title="For Cells" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedMinimumInteritemSpacing"/>
            <property type="number" minimum="0" title="For Lines" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedMinimumLineSpacing"/>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.hasFlowLayout">
        <sliver title="Section Insets">
            <property type="number" minimum="0" title="Top" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedSectionInsetMinY"/>
            <property type="number" minimum="0" title="Bottom" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedSectionInsetMaxY"/>
            <property type="number" minimum="0" title="Left" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedSectionInsetMinX"/>
            <property type="number" minimum="0" title="Right" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedSectionInsetMaxX"/>
        </sliver>
        <sliver title="Inset From">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedSectionInsetReference">
                <option-group>
                    <option value="0" title="Content Inset" />
                    <option value="1" title="Safe Area" />
                    <option value="2" title="Layout Margins" />
                </option-group>
            </property>
        </sliver>
    </section>
</slice>
