<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUINavigationBarAppearance.inspector
 Copyright © 2021 Apple Inc. All rights reserved.
 -->
<slice>
    <include fileName="IBUIBarAppearance">
        <replaceToken tokenIdentifier="BAR_APPEARANCE_KEYPATH" replacementString="{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}"/>
        <replaceToken tokenIdentifier="BAR_APPEARANCE_TITLE" replacementString="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Appearance"/>
        <replaceToken tokenIdentifier="BAR_APPEARANCE_VISIBLE_KEYPATH" replacementString="{{NAVIGATION_BAR_APPEARANCE_VISIBLE_KEYPATH}}"/>
    </include>
    <section visibleKeyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <chooser type="number" title="Title Offset" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasTitlePositionAdjustment">
            <choice title="Default Position" value="0"/>
            <choice title="Custom Offset" value="1">
                <sliver>
                    <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitlePositionHorizontalAdjustment"/>
                    <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitlePositionVerticalAdjustment"/>
                </sliver>
            </choice>
        </chooser>
    </section>
    <section title="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Text Attributes" visibleKeyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <chooser type="number" title="Title" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomTitleAttributes">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <section title="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Title Attributes">
                    <sliver title="Title Font">
                        <property type="font" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitleFontDescription" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
                    </sliver>
                    <sliver title="Title Color">
                        <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitleTextColor" />
                    </sliver>
                    <sliver title="Title Shadow">
                        <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitleTextShadowColor" />
                    </sliver>
                    <chooser type="number" title="Shadow Offset" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasTitleTextShadowOffset">
                        <choice title="Default Position" value="0"/>
                        <choice title="Custom Offset" value="1">
                            <sliver>
                                <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitleTextShadowHorizontalOffset"/>
                                <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedTitleTextShadowVerticalOffset"/>
                            </sliver>
                        </choice>
                    </chooser>
                </section>
            </choice>
        </chooser>
        <chooser type="number" title="Large Title" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomLargeTitleAttributes">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <section title="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Large Title Attributes">
                    <sliver title="Title Font">
                        <property type="font" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedLargeTitleFontDescription" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
                    </sliver>
                    <sliver title="Title Color">
                        <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedLargeTitleTextColor" />
                    </sliver>
                    <sliver title="Title Shadow">
                        <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedLargeTitleTextShadowColor" />
                    </sliver>
                    <chooser type="number" title="Shadow Offset" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasLargeTitleTextShadowOffset">
                        <choice title="Default Position" value="0"/>
                        <choice title="Custom Offset" value="1">
                            <sliver>
                                <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedLargeTitleTextShadowHorizontalOffset"/>
                                <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedLargeTitleTextShadowVerticalOffset"/>
                            </sliver>
                        </choice>
                    </chooser>
                </section>
            </choice>
        </chooser>
    </section>
    <section title="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Bar Button Appearances" visibleKeyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <chooser type="number" title="Button" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomButtonAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUIBarButtonItemAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_KEYPATH" replacementString="{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.buttonAppearance"/>
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_TITLE" replacementString="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Button Appearance"/>
                </include>
            </choice>
        </chooser>
        <chooser type="number" title="Done Button" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomDoneButtonAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUIBarButtonItemAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_KEYPATH" replacementString="{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.doneButtonAppearance"/>
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_TITLE" replacementString="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Done Button Appearance"/>
                </include>
            </choice>
        </chooser>
        <chooser type="number" title="Back Button" keyPath="inspectedObjectsController.selection.object.{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomBackButtonAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUIBarButtonItemAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_KEYPATH" replacementString="{{NAVIGATION_BAR_APPEARANCE_KEYPATH}}.backButtonAppearance"/>
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_TITLE" replacementString="{{NAVIGATION_BAR_APPEARANCE_TITLE_PREFIX}} Back Button Appearance"/>
                </include>
            </choice>
        </chooser>
    </section>
</slice>
