Merging gst-examples
[platform/upstream/gstreamer.git] / subprojects / gst-examples / playback / player / ios / GstPlay / MainStoryboard_iPad.storyboard
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3     <dependencies>
4         <deployment defaultVersion="1552" identifier="iOS"/>
5         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
6     </dependencies>
7     <scenes>
8         <!--Navigation Controller-->
9         <scene sceneID="3gA-ZI-2k3">
10             <objects>
11                 <navigationController definesPresentationContext="YES" id="b7k-ZL-0G1" sceneMemberID="viewController">
12                     <navigationBar key="navigationBar" contentMode="scaleToFill" id="zhK-zc-ohc">
13                         <autoresizingMask key="autoresizingMask"/>
14                     </navigationBar>
15                     <connections>
16                         <segue destination="VW0-ax-bPv" kind="relationship" relationship="rootViewController" id="bWs-EK-FdN"/>
17                     </connections>
18                 </navigationController>
19                 <placeholder placeholderIdentifier="IBFirstResponder" id="Sqh-T0-zkr" userLabel="First Responder" sceneMemberID="firstResponder"/>
20             </objects>
21             <point key="canvasLocation" x="-1459" y="-199"/>
22         </scene>
23         <!--VideoViewController-->
24         <scene sceneID="P93-nn-HBJ">
25             <objects>
26                 <viewController title="Playback" id="z7O-8l-Zeo" userLabel="VideoViewController" customClass="VideoViewController" sceneMemberID="viewController">
27                     <layoutGuides>
28                         <viewControllerLayoutGuide type="top" id="tYu-BR-4pC"/>
29                         <viewControllerLayoutGuide type="bottom" id="gDN-cX-tzD"/>
30                     </layoutGuides>
31                     <view key="view" contentMode="scaleToFill" id="CqS-Gu-I1O">
32                         <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
33                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
34                         <subviews>
35                             <view contentMode="scaleToFill" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xWd-bg-0b6" userLabel="VideoContainer">
36                                 <rect key="frame" x="0.0" y="0.0" width="768" height="959"/>
37                                 <subviews>
38                                     <view contentMode="scaleToFill" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6tN-97-YoQ" userLabel="Video" customClass="EaglUIView">
39                                         <rect key="frame" x="224" y="360" width="320" height="240"/>
40                                         <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
41                                         <constraints>
42                                             <constraint firstAttribute="height" constant="240" id="A9A-eK-7QX"/>
43                                             <constraint firstAttribute="width" constant="320" id="xcj-6M-2KJ"/>
44                                         </constraints>
45                                     </view>
46                                 </subviews>
47                                 <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
48                                 <constraints>
49                                     <constraint firstAttribute="centerY" secondItem="6tN-97-YoQ" secondAttribute="centerY" id="UYa-oM-cdf"/>
50                                     <constraint firstAttribute="centerX" secondItem="6tN-97-YoQ" secondAttribute="centerX" id="w9H-W0-MfF"/>
51                                 </constraints>
52                             </view>
53                             <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MUi-CE-Ydy">
54                                 <rect key="frame" x="0.0" y="980" width="768" height="44"/>
55                                 <constraints>
56                                     <constraint firstAttribute="height" constant="44" id="EwL-Ma-A4v"/>
57                                 </constraints>
58                                 <items>
59                                     <barButtonItem systemItem="play" id="UlF-Ga-2VX">
60                                         <connections>
61                                             <action selector="play:" destination="z7O-8l-Zeo" id="5xC-uv-9lM"/>
62                                         </connections>
63                                     </barButtonItem>
64                                     <barButtonItem systemItem="pause" id="J3O-8j-Tkt">
65                                         <connections>
66                                             <action selector="pause:" destination="z7O-8l-Zeo" id="BYM-2X-Tel"/>
67                                         </connections>
68                                     </barButtonItem>
69                                     <barButtonItem style="plain" id="s39-nx-e0L">
70                                         <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">
71                                             <rect key="frame" x="67" y="7" width="140" height="30"/>
72                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
73                                             <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
74                                             <fontDescription key="fontDescription" type="system" pointSize="14"/>
75                                             <textInputTraits key="textInputTraits"/>
76                                         </textField>
77                                     </barButtonItem>
78                                     <barButtonItem style="plain" id="2n0-TO-8Ss">
79                                         <slider key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="1" id="ufs-E5-87w" userLabel="Slider">
80                                             <rect key="frame" x="217" y="11" width="118" height="23"/>
81                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
82                                             <connections>
83                                                 <action selector="sliderTouchDown:" destination="z7O-8l-Zeo" eventType="touchDown" id="yV6-eN-VUb"/>
84                                                 <action selector="sliderTouchUp:" destination="z7O-8l-Zeo" eventType="touchCancel" id="OyS-WZ-sEk"/>
85                                                 <action selector="sliderTouchUp:" destination="z7O-8l-Zeo" eventType="touchUpOutside" id="Vfz-se-pJg"/>
86                                                 <action selector="sliderTouchUp:" destination="z7O-8l-Zeo" eventType="touchUpInside" id="kZF-uW-GRo"/>
87                                                 <action selector="sliderValueChanged:" destination="z7O-8l-Zeo" eventType="valueChanged" id="cwm-pm-BfT"/>
88                                             </connections>
89                                         </slider>
90                                     </barButtonItem>
91                                 </items>
92                             </toolbar>
93                         </subviews>
94                         <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
95                         <constraints>
96                             <constraint firstItem="MUi-CE-Ydy" firstAttribute="trailing" secondItem="CqS-Gu-I1O" secondAttribute="trailing" constant="20" symbolic="YES" id="4vm-hF-9E8"/>
97                             <constraint firstItem="xWd-bg-0b6" firstAttribute="top" secondItem="CqS-Gu-I1O" secondAttribute="top" id="MXr-HK-07f"/>
98                             <constraint firstAttribute="trailing" secondItem="xWd-bg-0b6" secondAttribute="trailing" id="NGT-7D-rHD"/>
99                             <constraint firstItem="MUi-CE-Ydy" firstAttribute="leading" secondItem="CqS-Gu-I1O" secondAttribute="leading" constant="20" symbolic="YES" id="OM9-gE-OVP"/>
100                             <constraint firstItem="xWd-bg-0b6" firstAttribute="leading" secondItem="CqS-Gu-I1O" secondAttribute="leading" id="XO5-WJ-Y3R"/>
101                             <constraint firstItem="MUi-CE-Ydy" firstAttribute="bottom" secondItem="CqS-Gu-I1O" secondAttribute="bottom" constant="20" symbolic="YES" id="w6K-xy-EJe"/>
102                             <constraint firstItem="xWd-bg-0b6" firstAttribute="bottom" secondItem="MUi-CE-Ydy" secondAttribute="top" id="qLn-h6-10Z"/>
103                         </constraints>
104                     </view>
105                     <navigationItem key="navigationItem" id="fGF-kQ-bge"/>
106                     <simulatedOrientationMetrics key="simulatedOrientationMetrics"/>
107                     <connections>
108                         <outlet property="pause_button" destination="J3O-8j-Tkt" id="Dls-sg-FPm"/>
109                         <outlet property="play_button" destination="UlF-Ga-2VX" id="243-yq-GEe"/>
110                         <outlet property="time_label" destination="G8q-Tu-Qx0" id="jpR-6u-zp0"/>
111                         <outlet property="time_slider" destination="ufs-E5-87w" id="ZUd-jO-4qN"/>
112                         <outlet property="toolbar" destination="MUi-CE-Ydy" id="Lme-0P-4Xq"/>
113                         <outlet property="video_container_view" destination="xWd-bg-0b6" id="7dL-Mp-QGc"/>
114                         <outlet property="video_height_constraint" destination="A9A-eK-7QX" id="rMe-ze-8l5"/>
115                         <outlet property="video_view" destination="6tN-97-YoQ" id="Q0n-dR-hqv"/>
116                         <outlet property="video_width_constraint" destination="xcj-6M-2KJ" id="oTt-9z-KCW"/>
117                     </connections>
118                 </viewController>
119                 <placeholder placeholderIdentifier="IBFirstResponder" id="iRS-GG-bR6" sceneMemberID="firstResponder"/>
120             </objects>
121             <point key="canvasLocation" x="439" y="-199"/>
122         </scene>
123         <!--LibraryViewController-->
124         <scene sceneID="bq0-Ch-DBo">
125             <objects>
126                 <tableViewController title="Library" id="VW0-ax-bPv" userLabel="LibraryViewController" customClass="LibraryViewController" sceneMemberID="viewController">
127                     <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">
128                         <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
129                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
130                         <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
131                         <prototypes>
132                             <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">
133                                 <rect key="frame" x="0.0" y="119" width="768" height="44"/>
134                                 <autoresizingMask key="autoresizingMask"/>
135                                 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ujV-TF-eMq" id="SAN-nE-evy">
136                                     <rect key="frame" x="0.0" y="0.0" width="735" height="43"/>
137                                     <autoresizingMask key="autoresizingMask"/>
138                                     <subviews>
139                                         <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" tag="10" contentMode="left" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="HoX-KW-H9G">
140                                             <rect key="frame" x="15" y="2" width="36" height="22"/>
141                                             <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
142                                             <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
143                                             <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
144                                         </label>
145                                         <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" tag="11" contentMode="left" text="Subtitle" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="iD6-8p-XIU">
146                                             <rect key="frame" x="15" y="24" width="50" height="17"/>
147                                             <fontDescription key="fontDescription" type="system" pointSize="14"/>
148                                             <color key="textColor" red="0.50196078431372548" green="0.50196078431372548" blue="0.50196078431372548" alpha="1" colorSpace="calibratedRGB"/>
149                                             <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
150                                         </label>
151                                     </subviews>
152                                 </tableViewCellContentView>
153                                 <connections>
154                                     <segue destination="z7O-8l-Zeo" kind="push" identifier="playVideo" id="wKB-w6-zJS"/>
155                                 </connections>
156                             </tableViewCell>
157                         </prototypes>
158                         <connections>
159                             <outlet property="dataSource" destination="VW0-ax-bPv" id="9qF-zP-TH5"/>
160                             <outlet property="delegate" destination="VW0-ax-bPv" id="9Ss-rm-lAe"/>
161                         </connections>
162                     </tableView>
163                     <navigationItem key="navigationItem" id="G3n-WN-bmw">
164                         <barButtonItem key="rightBarButtonItem" systemItem="refresh" id="Gpf-LU-6E1" userLabel="Refresh">
165                             <connections>
166                                 <action selector="refresh:" destination="VW0-ax-bPv" id="nUp-eS-LmM"/>
167                             </connections>
168                         </barButtonItem>
169                     </navigationItem>
170                 </tableViewController>
171                 <placeholder placeholderIdentifier="IBFirstResponder" id="7RK-lx-45a" userLabel="First Responder" sceneMemberID="firstResponder"/>
172             </objects>
173             <point key="canvasLocation" x="-478" y="-199"/>
174         </scene>
175     </scenes>
176     <simulatedMetricsContainer key="defaultSimulatedMetrics">
177         <simulatedStatusBarMetrics key="statusBar"/>
178         <simulatedOrientationMetrics key="orientation"/>
179         <simulatedScreenMetrics key="destination"/>
180     </simulatedMetricsContainer>
181 </document>