<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUIImageView.inspector
    IBCocoaTouchPlugin
    
    Created by Joshua Pennington on 2010-03-26.
    Copyright © 2010-2019 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Image" resourceType="image" configurableProperty="ibInspectedImage"/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Highlighted" placeholder="Highlighted Image" resourceType="image" configurableProperty="ibInspectedHighlightedImage"/>
        </sliver>
    </section>
    <section>
        <sliver title="State">
            <property type="boolean" title="Highlighted" keyPath="inspectedObjectsController.selection.object.highlighted"/>
        </sliver>
        <sliver title="Accessibility">
            <property type="boolean" title="Adjusts Image Size" keyPath="inspectedObjectsController.selection.object.adjustsImageSizeForAccessibilityContentSizeCategory" />
        </sliver>
        <!-- tvOS -->
        <sliver title="Image Frame" visibleKeyPath="inspectedObjectsController.selection.object.ibShowAdjustsImageWhenAncestorFocused">
            <property type="boolean" title="Adjust on ancestor focus" keyPath="inspectedObjectsController.selection.object.adjustsImageWhenAncestorFocused"/>
        </sliver>
    </section>
    <include fileName="IBUIImageSymbolConfiguration">
        <replaceToken tokenIdentifier="SYMBOL_CONFIGURATION_SECTION_TITLE" replacementString="Symbol Configuration" />
        <replaceToken tokenIdentifier="SYMBOL_CONFIGURATION_OBJECT_KEYPATH_PREFIX" replacementString="ibInspectedPreferredSymbolConfiguration" />
        <replaceToken tokenIdentifier="SYMBOL_CONFIGURATION_VISIBLE_KEYPATH" replacementString="ibInspectedHasImage" />
    </include>
</slice>
