<?xml version="1.0" encoding="UTF-8"?>
<!--
IBAVPlayerViewController.inspector
IDEInterfaceBuilderCocoaTouch

Created by Quinn Taylor on 4/24/14.
Copyright (c) 2014 Apple Inc. All rights reserved.
-->
<slice>
    <sliver>
        <property type="boolean" title="Shows Playback Controls" keyPath="inspectedObjectsController.selection.object.showsPlaybackControls"/>
    </sliver>
    <chooser type="string" title="Video Gravity" keyPath="inspectedObjectsController.selection.object.videoGravity" alwaysArchive="YES">
        <!-- AVPlayerViewController.videoGravity uses AVLayerVideoGravity string constants -->
        <choice value="AVLayerVideoGravityResize"           title="Resize"/>
        <choice value="AVLayerVideoGravityResizeAspect"     title="Resize Aspect"/>
        <choice value="AVLayerVideoGravityResizeAspectFill" title="Resize Aspect Fill"/>
    </chooser>
</slice>
