<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUICollectionViewFlowLayout-Size.inspector
    IBCocoaTouchPlugin

    Copyright © 2012-2018 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Cell Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedItemSize"/>
        </sliver>
        <chooser title="Estimate Size" type="number" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedEstimatedItemSizeMode">
            <choice title="None" value="0" />
            <choice title="Automatic" value="1" />
            <choice title="Custom" value="2">
                <sliver>
                    <property type="size" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedEstimatedItemSize"/>
                </sliver>
            </choice>
        </chooser>
    </section>
    <section>
        <sliver title="Header Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedHeaderReferenceSize"/>
        </sliver>
        <sliver title="Footer Size">
            <property type="size" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedFooterReferenceSize"/>
        </sliver>
    </section>
    <section>
        <sliver title="Min Spacing">
            <property type="number" minimum="0" title="For Cells" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedMinimumInteritemSpacing"/>
            <property type="number" minimum="0" title="For Lines" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedMinimumLineSpacing"/>
        </sliver>        
    </section>
    <section>
        <sliver title="Section Insets">
            <property type="number" minimum="0" title="Top" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedSectionInsetMinY"/>
            <property type="number" minimum="0" title="Bottom" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedSectionInsetMaxY"/>
            <property type="number" minimum="0" title="Left" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedSectionInsetMinX"/>
            <property type="number" minimum="0" title="Right" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.collectionView.ibInspectedSectionInsetMaxX"/>
        </sliver>
        <sliver title="Inset From">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.collectionView.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>
