<?xml version="1.0" encoding="UTF-8"?>
<!--
 //
 //  IBNSTextField-Size.inspector
 //  IDEInterfaceBuilderCocoaTouch
 //
 //  Created by Jason Yao on 27 Aug 2015
 //  Copyright © 2015-2018 Apple Inc. All rights reserved.
 //
 -->
<slice>
    <section visibleKeyPath="allInspectedDocumentsAreUsingAutolayout">
        <chooser type="number" title="Desired Width" keyPath="inspectedObjectsController.selection.object.ibInspectedPreferredWidthMode">
            <choice title="Automatic" value="0" />
            <choice title="First Runtime Layout Width" value="1" />
            <choice title="Explicit" value="2">
                <sliver>
                    <property type="number" formatStyle="decimal" minimum="0" keyPath="inspectedObjectsController.selection.object.ibExternalPreferredMaxLayoutWidth" />
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>
