<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIView.inspector
 IBCocoaTouchPlugin
 
 Created by Alex Raftis on 10/15/10.
 Copyright © 2010-2016 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Content Mode">
            <property type="Enumeration" keyPath="inspectedObjectsController.selection.object.contentMode">
                <option-group>
                    <option title="Scale To Fill" value="0"/>
                    <option title="Aspect Fit" value="1"/>
                    <option title="Aspect Fill" value="2"/>
                    <option title="Redraw" value="3"/>
                    <option title="Center" value="4"/>
                    <option title="Top" value="5"/>
                    <option title="Bottom" value="6"/>
                    <option title="Left" value="7"/>
                    <option title="Right" value="8"/>
                    <option title="Top Left" value="9"/>
                    <option title="Top Right" value="10"/>
                    <option title="Bottom Left" value="11"/>
                    <option title="Bottom Right" value="12"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Semantic">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.semanticContentAttribute">
                <option-group>
                    <option value="0" title="Unspecified"/>
                    <option value="1" title="Playback"/>
                    <option value="2" title="Spatial"/>
                    <option value="3" title="Force Left-to-Right"/>
                    <option value="4" title="Force Right-to-Left"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Tag">
            <property type="number" keyPath="inspectedObjectsController.selection.object.tag"/>
        </sliver>
    </section>
    <section>
        <sliver title="Interaction">
            <property type="boolean" title="User Interaction Enabled" keyPath="inspectedObjectsController.selection.object.userInteractionEnabled"/>
            <property type="boolean" title="Multiple Touch" keyPath="inspectedObjectsController.selection.object.multipleTouchEnabled"/>
        </sliver>
    </section>
    <section>
        <sliver title="Alpha">
            <property type="number" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.alpha"/>
        </sliver>
        <sliver title="Background">
            <property type="ib-named-color" defaultColorKeyPath="inspectedObjectsController.selection.object.defaultBackgroundColor" supportsNilKeyPath="inspectedObjectsController.selection.object.ibSupportsNilBackgroundColor" configurableProperty="backgroundColor" />
        </sliver>
        <sliver title="Tint">
            <property type="ib-named-color" defaultColorForNil="YES" defaultColorKeyPath="inspectedObjectsController.selection.object.ibInspectedDefaultTintColor" configurableProperty="explicitTintColor" />
        </sliver>
    </section>
    <section>
        <sliver title="Drawing">
            <property type="boolean" title="Opaque" keyPath="inspectedObjectsController.selection.object.opaqueForDevice"/>
        </sliver>
        <sliver>
            <property type="boolean" title="Hidden" configurableProperty="hidden" />
        </sliver>
        <sliver>
            <property type="boolean" title="Clears Graphics Context" keyPath="inspectedObjectsController.selection.object.clearsContextBeforeDrawing"/>
            <property type="boolean" title="Clips to Bounds" keyPath="inspectedObjectsController.selection.object.ibShadowedClipsToBounds"/>
            <property type="boolean" title="Autoresize Subviews" keyPath="inspectedObjectsController.selection.object.ibInspectedAutoresizesSubviewsForDevice"/>
        </sliver>
    </section>
    <section>
        <sliver title="Stretching">
            <property type="number" title="X" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.inspectedContentStretch_origin_x"/>
            <property type="number" title="Y" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.inspectedContentStretch_origin_y"/>
            <property type="number" title="Width" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.inspectedContentStretch_size_width"/>
            <property type="number" title="Height" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.inspectedContentStretch_size_height"/>
        </sliver>
    </section>
    <section visibleKeyPath="configurablePropertyAdapterController.selection.object.ibInspectedIsInstallationConfigurable" searchable="NO">
        <sliver>
            <property type="boolean" title="Installed" configurableProperty="inspectedInstalled"/>
        </sliver>
    </section>
</slice>
