<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUIPanGestureRecognizer.inspector
    IBCocoaTouchPlugin
    
    Created by Troy Koelling on 04/04/11.
    Copyright 2011 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Touches">
            <property type="number" keyPath="inspectedObjectsController.selection.object.minimumNumberOfTouches" nilPlaceholder="1" formatStyle="integer" minimum="1" allowsNilValues="true" nonNilValueKeyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfTouchesDefault" title="Minimum"/>
            <property type="number" keyPath="inspectedObjectsController.selection.object.maximumNumberOfTouches" nilPlaceholder="∞" formatStyle="integer" minimum="1" allowsNilValues="true" nonNilValueKeyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfTouchesDefault" title="Maximum"/>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.showScrollTypesMask">
        <sliver title="Scroll Types">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedScrollTypesMask" bits="2" title="Continuous (trackpad)" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedScrollTypesMask" bits="1" title="Discrete (scroll wheel)" />
        </sliver>
    </section>
</slice>    
