<?xml version="1.0" encoding="UTF-8"?>
<!--
//
//  IBNSViewSizeInspector.inspector
//  IDEInterfaceBuilder
//
//  Created by Kevin Cathey on 25 Feb 11.
//  Forked for DebuggerUI on 11/12/2013
//  Copyright 2011-2014 Apple Inc. All rights reserved.
//
-->
<slice>
    <section>
        <sliver title="Frame">
            <property type="dbg-rect" keyPath="inspectedObjectsController.selection.object.frame" />
        </sliver>
        <sliver title="Bounds">
            <property type="dbg-rect" keyPath="inspectedObjectsController.selection.object.bounds" />
        </sliver>
        <sliver title="Alignment Rect">
            <property type="dbg-rect" keyPath="inspectedObjectsController.selection.object.frameAlignmentRect" />
        </sliver>
    </section>
    
    <section title="Constraints">
        <sliver fullWidth="true">
            <property type="dbg-constraints-set-controller"
            keyPath="inspectedObjectsController.selection.presentationConstraints"
            selectedViewsKeyPath = "inspectedObjectsController.selection.self"/>
        </sliver>
    </section>
    
    <section title="Content Hugging Priority">
        <sliver title="Horizontal" >
            <property type="string" placeholder="Loading…" formatStyle="decimal" increment="0.05" keyPath="inspectedObjectsController.selection.object.contentHuggingPriorityHorizontal" editable="NO" />
        </sliver>
        <sliver title="Vertical" >
            <property type="string" placeholder="Loading…" formatStyle="decimal" increment="0.05" keyPath="inspectedObjectsController.selection.object.contentHuggingPriorityVertical" editable="NO" />
        </sliver>
    </section>
    
    <section title="Content Compression Resistance Priority">
        <sliver title="Horizontal" >
            <property type="string" placeholder="Loading…" formatStyle="decimal" increment="0.05" keyPath="inspectedObjectsController.selection.object.contentCompressionResistancePriorityHorizontal" editable="NO" />
        </sliver>
        <sliver title="Vertical" >
            <property type="string" placeholder="Loading…" formatStyle="decimal" increment="0.05" keyPath="inspectedObjectsController.selection.object.contentCompressionResistancePriorityVertical" editable="NO" />
        </sliver>
    </section>
</slice>
