<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBObjectLibraryAsset.inspector
 IDEInterfaceBuilder
 
 Created by Joey Hagedorn on 11/1/10.
 Copyright © 2010-2019 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Label">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.label" placeholder="Appears in list and popover" />
        </sliver>
        <sliver title="Subtitle">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.subtitle" placeholder="Appears in popover" />
        </sliver>
        <sliver title="Category Path">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.initialCategoryPath" placeholder="/Category/Subcategory" />
        </sliver>
        <sliver title="Asset ID">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.assetIdentifier" placeholder="Default Identifier" />
        </sliver>
        <chooser title="Instantiation" type="number" keyPath="inspectedObjectsController.selection.object.instantiationMode">
            <choice value="0" title="Asset Subview">
            </choice>
            <choice value="1" title="Class Name">
                <sliver>
                    <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.representedObjectClassName" placeholder="Class Name" />
                </sliver>
            </choice>
            <choice value="2" title="Nib File">
                <sliver>
                    <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.nibName" listContentKeyPath="availableNibNames" placeholder="Nib Name" />
                </sliver>
            </choice>
        </chooser>
        <sliver title="Summary">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.briefDescription" placeholder="Appears in list" />
        </sliver>
        <sliver title="Description">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.fullDescription" placeholder="Appears in popover" />
        </sliver>
        <sliver title="Filter Keywords">
            <property type="array" objectType="string" defaultValue="keyword" keyPath="inspectedObjectsController.selection.object.filterableNames" />
            <property type="static-text" text="Label and Subtitle are included automatically in this list."/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Icon from Bundle" placeholder="Image" keyPath="inspectedObjectsController.selection.object.explicitImage" resourceType="image" />
        </sliver>
        <sliver title="Icon from Group">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.imageGroupName" placeholder="Image Group Name" />
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.imageName" placeholder="Image Name" />
        </sliver>
        <sliver title="Scaling">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.animationScalingMode">
                <option-group>
                    <option title="Default" value="0" />
                </option-group>
                <option-group>
                    <option title="Image Transformation" value="1" />
                    <option title="View Transformation" value="2" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Min Runtime OS" visibleKeyPath="inspectedObjectsController.selection.object.inspectorShouldShowMinimumRequiredRuntimeOSVersion">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.minimumRequiredRuntimeOSVersion" >
                <option-group enumeratedValuesKeyPath="inspectedObjectsController.selection.object.ibInspectedMinimumRequiredRuntimeOSVersionOptionValues" enumeratedDisplayValuesKeyPath="inspectedObjectsController.selection.object.ibInspectedMinimumRequiredRuntimeOSVersionOptionTitles"/>
            </property>
        </sliver>
    </section>
</slice>               
