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

    Created by Tony Ricciardi on 7/1/11.
    Copyright 2011 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Value">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedValue" formatStyle="decimal"/>
        </sliver>
        <sliver title="Minimum">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedMinimumValue" formatStyle="decimal"/>
        </sliver>
        <sliver title="Maximum">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedMaximumValue" formatStyle="decimal"/>
        </sliver>
        <sliver title="Step">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedStepValue" formatStyle="decimal"/>
        </sliver>
    </section>
    <section>
        <sliver title="Behavior">
            <property type="boolean" title="Autorepeat" keyPath="inspectedObjectsController.selection.object.autorepeat" />
            <property type="boolean" title="Continuous" keyPath="inspectedObjectsController.selection.object.continuous" />
            <property type="boolean" title="Wrap" keyPath="inspectedObjectsController.selection.object.wraps" />
        </sliver>
    </section>
</slice>
