<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUISwitch.inspector
 Copyright © 2010-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" keyPath="inspectedObjectsController.selection.object.title" allowsNilValues="YES"/>
        </sliver>
        <sliver title="Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.preferredStyle">
                <option-group>
                    <option title="Automatic" value="0" />
                    <option title="Sliding" value="2" />
                </option-group>
            </property>
        </sliver>
        <sliver title="State">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.on">
                <option-group>
                    <option title="On" value="1" />
                    <option title="Off" value="0" />
                </option-group>
            </property>
        </sliver>
        <sliver title="On Tint">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="onTintColor" />
        </sliver>
        <sliver title="Thumb Tint">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="thumbTintColor" />
        </sliver>
    </section>
</slice>
