<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBICStickerFrameSet.inspector
 IDEInterfaceBuilder
 Copyright 2014-2016 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <include fileName="IBICAbstractCatalogItem-Name" bundle="com.apple.dt.AssetCatalogKit"/>
        <sliver title="Accessibility">
            <property type="string" editable="true" enabled="true" placeholder="Same as Name" keyPath="localContentController.selection.ibInspectedAccessibilityLabel" />
        </sliver>
        <sliver title="Frames">
            <property type="number" minimum="1" formatStyle="integer" keyPath="localContentController.selection.ibInspectedNumberOfFrames"/>
        </sliver>
        <chooser title="Repetitions" type="number" keyPath="localContentController.selection.ibInspectedRepetitionType">
            <choice value="1" title="None"/>
            <choice value="0" title="Infinite"/>
            <choice value="2" title="Fixed">
                <sliver>
                    <property type="number" minimum="2" formatStyle="integer" keyPath="localContentController.selection.ibInspectedRepetitions"/>
                </sliver>
            </choice>
        </chooser>
        <chooser title="Timing" type="number" keyPath="localContentController.selection.ibInspectedDurationType">
            <choice value="0" title="Fixed Length">
                <sliver>
                    <property type="number" title="Seconds" minimum="0.0" formatStyle="decimal" keyPath="localContentController.selection.ibInspectedDuration"/>
                </sliver>
            </choice>
            <choice value="1" title="Fixed Frame Rate">
                <sliver>
                    <property type="number" title="Frames Per Second"  minimum="0.0" formatStyle="decimal" keyPath="localContentController.selection.ibInspectedDuration"/>
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>
