<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5056" systemVersion="13E28" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="b7k-ZL-0G1"> <dependencies> <deployment defaultVersion="1552" identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/> </dependencies> <scenes> <!--Navigation Controller--> <scene sceneID="3gA-ZI-2k3"> <objects> <navigationController definesPresentationContext="YES" id="b7k-ZL-0G1" sceneMemberID="viewController"> <navigationBar key="navigationBar" contentMode="scaleToFill" id="zhK-zc-ohc"> <autoresizingMask key="autoresizingMask"/> </navigationBar> <connections> <segue destination="VW0-ax-bPv" kind="relationship" relationship="rootViewController" id="bWs-EK-FdN"/> </connections> </navigationController> <placeholder placeholderIdentifier="IBFirstResponder" id="Sqh-T0-zkr" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-1459" y="-199"/> </scene> <!--VideoViewController--> <scene sceneID="P93-nn-HBJ"> <objects> <viewController title="Playback" id="z7O-8l-Zeo" userLabel="VideoViewController" customClass="VideoViewController" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="tYu-BR-4pC"/> <viewControllerLayoutGuide type="bottom" id="gDN-cX-tzD"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="CqS-Gu-I1O"> <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <view contentMode="scaleToFill" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xWd-bg-0b6" userLabel="VideoContainer"> <rect key="frame" x="0.0" y="0.0" width="768" height="959"/> <subviews> <view contentMode="scaleToFill" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6tN-97-YoQ" userLabel="Video" customClass="EaglUIView"> <rect key="frame" x="224" y="360" width="320" height="240"/> <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstAttribute="height" constant="240" id="A9A-eK-7QX"/> <constraint firstAttribute="width" constant="320" id="xcj-6M-2KJ"/> </constraints> </view> </subviews> <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstAttribute="centerY" secondItem="6tN-97-YoQ" secondAttribute="centerY" id="UYa-oM-cdf"/> <constraint firstAttribute="centerX" secondItem="6tN-97-YoQ" secondAttribute="centerX" id="w9H-W0-MfF"/> </constraints> </view> <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MUi-CE-Ydy"> <rect key="frame" x="0.0" y="980" width="768" height="44"/> <constraints> <constraint firstAttribute="height" constant="44" id="EwL-Ma-A4v"/> </constraints> <items> <barButtonItem systemItem="play" id="UlF-Ga-2VX"> <connections> <action selector="play:" destination="z7O-8l-Zeo" id="5xC-uv-9lM"/> </connections> </barButtonItem> <barButtonItem systemItem="pause" id="J3O-8j-Tkt"> <connections> <action selector="pause:" destination="z7O-8l-Zeo" id="BYM-2X-Tel"/> </connections> </barButtonItem> <barButtonItem style="plain" id="s39-nx-e0L"> <textField key="customView" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="00:00:00 / 00:00:00" borderStyle="roundedRect" textAlignment="center" minimumFontSize="17" id="G8q-Tu-Qx0" userLabel="Time"> <rect key="frame" x="67" y="7" width="140" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <textInputTraits key="textInputTraits"/> </textField> </barButtonItem> <barButtonItem style="plain" id="2n0-TO-8Ss"> <slider key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="1" id="ufs-E5-87w" userLabel="Slider"> <rect key="frame" x="217" y="11" width="118" height="23"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <connections> <action selector="sliderTouchDown:" destination="z7O-8l-Zeo" eventType="touchDown" id="yV6-eN-VUb"/> <action selector="sliderTouchUp:" destination="z7O-8l-Zeo" eventType="touchCancel" id="OyS-WZ-sEk"/> <action selector="sliderTouchUp:" destination="z7O-8l-Zeo" eventType="touchUpOutside" id="Vfz-se-pJg"/> <action selector="sliderTouchUp:" destination="z7O-8l-Zeo" eventType="touchUpInside" id="kZF-uW-GRo"/> <action selector="sliderValueChanged:" destination="z7O-8l-Zeo" eventType="valueChanged" id="cwm-pm-BfT"/> </connections> </slider> </barButtonItem> </items> </toolbar> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="MUi-CE-Ydy" firstAttribute="trailing" secondItem="CqS-Gu-I1O" secondAttribute="trailing" constant="20" symbolic="YES" id="4vm-hF-9E8"/> <constraint firstItem="xWd-bg-0b6" firstAttribute="top" secondItem="CqS-Gu-I1O" secondAttribute="top" id="MXr-HK-07f"/> <constraint firstAttribute="trailing" secondItem="xWd-bg-0b6" secondAttribute="trailing" id="NGT-7D-rHD"/> <constraint firstItem="MUi-CE-Ydy" firstAttribute="leading" secondItem="CqS-Gu-I1O" secondAttribute="leading" constant="20" symbolic="YES" id="OM9-gE-OVP"/> <constraint firstItem="xWd-bg-0b6" firstAttribute="leading" secondItem="CqS-Gu-I1O" secondAttribute="leading" id="XO5-WJ-Y3R"/> <constraint firstItem="MUi-CE-Ydy" firstAttribute="bottom" secondItem="CqS-Gu-I1O" secondAttribute="bottom" constant="20" symbolic="YES" id="w6K-xy-EJe"/> <constraint firstItem="xWd-bg-0b6" firstAttribute="bottom" secondItem="MUi-CE-Ydy" secondAttribute="top" id="qLn-h6-10Z"/> </constraints> </view> <navigationItem key="navigationItem" id="fGF-kQ-bge"/> <simulatedOrientationMetrics key="simulatedOrientationMetrics"/> <connections> <outlet property="pause_button" destination="J3O-8j-Tkt" id="Dls-sg-FPm"/> <outlet property="play_button" destination="UlF-Ga-2VX" id="243-yq-GEe"/> <outlet property="time_label" destination="G8q-Tu-Qx0" id="jpR-6u-zp0"/> <outlet property="time_slider" destination="ufs-E5-87w" id="ZUd-jO-4qN"/> <outlet property="toolbar" destination="MUi-CE-Ydy" id="Lme-0P-4Xq"/> <outlet property="video_container_view" destination="xWd-bg-0b6" id="7dL-Mp-QGc"/> <outlet property="video_height_constraint" destination="A9A-eK-7QX" id="rMe-ze-8l5"/> <outlet property="video_view" destination="6tN-97-YoQ" id="Q0n-dR-hqv"/> <outlet property="video_width_constraint" destination="xcj-6M-2KJ" id="oTt-9z-KCW"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="iRS-GG-bR6" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="439" y="-199"/> </scene> <!--LibraryViewController--> <scene sceneID="bq0-Ch-DBo"> <objects> <tableViewController title="Library" id="VW0-ax-bPv" userLabel="LibraryViewController" customClass="LibraryViewController" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="hAr-jJ-10J"> <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/> <prototypes> <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CellIdentifier" textLabel="HoX-KW-H9G" detailTextLabel="iD6-8p-XIU" style="IBUITableViewCellStyleSubtitle" id="ujV-TF-eMq"> <rect key="frame" x="0.0" y="119" width="768" height="44"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ujV-TF-eMq" id="SAN-nE-evy"> <rect key="frame" x="0.0" y="0.0" width="735" height="43"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" tag="10" contentMode="left" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="HoX-KW-H9G"> <rect key="frame" x="15" y="2" width="36" height="22"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> </label> <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" tag="11" contentMode="left" text="Subtitle" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="iD6-8p-XIU"> <rect key="frame" x="15" y="24" width="50" height="17"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <color key="textColor" red="0.50196078431372548" green="0.50196078431372548" blue="0.50196078431372548" alpha="1" colorSpace="calibratedRGB"/> <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> </label> </subviews> </tableViewCellContentView> <connections> <segue destination="z7O-8l-Zeo" kind="push" identifier="playVideo" id="wKB-w6-zJS"/> </connections> </tableViewCell> </prototypes> <connections> <outlet property="dataSource" destination="VW0-ax-bPv" id="9qF-zP-TH5"/> <outlet property="delegate" destination="VW0-ax-bPv" id="9Ss-rm-lAe"/> </connections> </tableView> <navigationItem key="navigationItem" id="G3n-WN-bmw"> <barButtonItem key="rightBarButtonItem" systemItem="refresh" id="Gpf-LU-6E1" userLabel="Refresh"> <connections> <action selector="refresh:" destination="VW0-ax-bPv" id="nUp-eS-LmM"/> </connections> </barButtonItem> </navigationItem> </tableViewController> <placeholder placeholderIdentifier="IBFirstResponder" id="7RK-lx-45a" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-478" y="-199"/> </scene> </scenes> <simulatedMetricsContainer key="defaultSimulatedMetrics"> <simulatedStatusBarMetrics key="statusBar"/> <simulatedOrientationMetrics key="orientation"/> <simulatedScreenMetrics key="destination"/> </simulatedMetricsContainer> </document>