<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUITabBarAppearance.inspector
 Copyright © 2021 Apple Inc. All rights reserved.
 -->
<slice>
    <include fileName="IBUIBarAppearance">
        <replaceToken tokenIdentifier="BAR_APPEARANCE_KEYPATH" replacementString="{{TAB_BAR_APPEARANCE_KEYPATH}}"/>
        <replaceToken tokenIdentifier="BAR_APPEARANCE_TITLE" replacementString="{{TAB_BAR_APPEARANCE_TITLE_PREFIX}} Appearance"/>
        <replaceToken tokenIdentifier="BAR_APPEARANCE_VISIBLE_KEYPATH" replacementString="{{TAB_BAR_APPEARANCE_VISIBLE_KEYPATH}}"/>
    </include>
    <section visibleKeyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <sliver title="Selection Tint">
            <property type="ib-named-color"
            keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.selectionIndicatorTintColor" supportsNil="YES" defaultColorForNil="YES" />
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Selection Image" placeholder="Default Selection Image" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.selectionIndicatorImage" resourceType="image" />
        </sliver>
    </section>
    <section title="{{TAB_BAR_APPEARANCE_TITLE_PREFIX}} Stacked Item" visibleKeyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <sliver title="Positioning">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.stackedItemPositioning">
                <option-group>
                    <option value="-1" title="Default" />
                    <option value="0" title="Automatic" />
                    <option value="1" title="Fill" />
                    <option value="2" title="Centered" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Width">
            <property type="number" formatStyle="decimal" allowsNilValues="true" nilPlaceholder="Default" nonNilValueKeyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibDefaultStackedItemWidth" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibInspectedStackedItemWidth" />
        </sliver>
        <sliver title="Spacing">
            <property type="number" formatStyle="decimal" allowsNilValues="true" nilPlaceholder="Default" nonNilValueKeyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibDefaultStackedItemSpacing" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibInspectedStackedItemSpacing" />
        </sliver>
    </section>
    <section title="{{TAB_BAR_APPEARANCE_TITLE_PREFIX}} Layout Appearances" visibleKeyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <chooser type="number" title="Stacked" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomStackedLayoutAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUITabBarItemAppearance">
                    <replaceToken tokenIdentifier="TAB_BAR_ITEM_APPEARANCE_KEYPATH" replacementString="{{TAB_BAR_APPEARANCE_KEYPATH}}.stackedLayoutAppearance"/>
                    <replaceToken tokenIdentifier="TAB_BAR_ITEM_APPEARANCE_TITLE_PREFIX" replacementString="{{TAB_BAR_APPEARANCE_TITLE_PREFIX}} Stacked"/>
                </include>
            </choice>
        </chooser>
        <chooser type="number" title="Inline" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomInlineLayoutAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUITabBarItemAppearance">
                    <replaceToken tokenIdentifier="TAB_BAR_ITEM_APPEARANCE_KEYPATH" replacementString="{{TAB_BAR_APPEARANCE_KEYPATH}}.inlineLayoutAppearance"/>
                    <replaceToken tokenIdentifier="TAB_BAR_ITEM_APPEARANCE_TITLE_PREFIX" replacementString="{{TAB_BAR_APPEARANCE_TITLE_PREFIX}} Inline"/>
                </include>
            </choice>
        </chooser>
        <chooser type="number" title="Compact Inline" keyPath="inspectedObjectsController.selection.object.{{TAB_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomCompactInlineLayoutAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUITabBarItemAppearance">
                    <replaceToken tokenIdentifier="TAB_BAR_ITEM_APPEARANCE_KEYPATH" replacementString="{{TAB_BAR_APPEARANCE_KEYPATH}}.compactInlineLayoutAppearance"/>
                    <replaceToken tokenIdentifier="TAB_BAR_ITEM_APPEARANCE_TITLE_PREFIX" replacementString="{{TAB_BAR_APPEARANCE_TITLE_PREFIX}} Compact Inline"/>
                </include>
            </choice>
        </chooser>
    </section>
</slice>
