<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUICollectionView.inspector
 Copyright © 2012–2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section visibleKeyPath="inspectedObjectsController.selection.object.ibAllowsSettingNumberOfCellsFromInspector">
        <sliver title="Items">
            <property type="number" minimum="0" formatStyle="integer" keyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfCells"/>
        </sliver>
    </section>
    <section>    
        <chooser title="Layout" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedLayoutMode">
            <choice title="Flow" value="1">
                <sliver title="Scroll Direction">
                    <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedScrollDirection">
                        <option-group>
                            <option title="Vertical" value="0"/>
                            <option title="Horizontal" value="1"/>
                        </option-group>
                    </property>
                </sliver>
                <sliver title="Accessories">
                    <property type="boolean" title="Section Header" keyPath="inspectedObjectsController.selection.object.ibInspectedHasSectionHeaderView" />
                    <property type="boolean" title="Section Footer" keyPath="inspectedObjectsController.selection.object.ibInspectedHasSectionFooterView" />
                </sliver>
            </choice>
            <choice title="Full Screen" value="2" visibleKeyPath="inspectedObjectsController.selection.object.ibSupportsFullScreenLayout">
                <sliver title="Corner Radius">
                    <property type="number" formatStyle="decimal" minimum="0.0" keyPath="inspectedObjectsController.selection.object.collectionViewLayout.cornerRadius" />
                </sliver>
                <sliver title="Cell Spacing">
                    <property type="number" formatStyle="decimal" minimum="1.0" keyPath="inspectedObjectsController.selection.object.collectionViewLayout.interitemSpacing" />
                </sliver>
                <sliver title="Parallax Factor">
                    <property type="number" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.collectionViewLayout.parallaxFactor" />
                </sliver>
                <sliver title="Mask Amount">
                    <property type="number" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.collectionViewLayout.maskAmount" />
                </sliver>
                <sliver title="Mask Inset">
                    <property type="edge-insets" keyPath="inspectedObjectsController.selection.object.collectionViewLayout.maskInset"/>
                </sliver>
            </choice>
            <choice title="Custom" value="0">
                <sliver title="Class" fullWidth="true">
                    <property type="ib-custom-class" placeholder="UICollectionViewLayout" customObjectKeyPath="inspectedObjectsController.selection.object.collectionViewLayout" keyPath="inspectedObjectsController.selection.object.collectionViewLayout.ibInspectedCustomClassName" />
                </sliver>
            </choice>
        </chooser>
    </section>
    <section>
        <sliver title="Prefetch">
            <property type="boolean" title="Prefetching Enabled" keyPath="inspectedObjectsController.selection.object.prefetchingEnabled" />
        </sliver>
        <sliver title="Drag and Drop" visibleKeyPath="inspectedObjectsController.selection.object.ibIsUISpringLoadedInteractionSupportingAvailable">
            <property type="boolean" title="Spring Loaded" keyPath="inspectedObjectsController.selection.object.springLoaded" />
        </sliver>
    </section>
</slice>
