262d1143d6038943b2f4580bb2cfdf11e046523f
[platform/upstream/gstreamer.git] / tutorials / xcode iOS / Tutorial 3 / en.lproj / MainStoryboard_iPhone.storyboard
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="3084" systemVersion="11G63" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="kYn-Hr-MJq">
3     <dependencies>
4         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="2083"/>
5     </dependencies>
6     <scenes>
7         <!--View Controller-->
8         <scene sceneID="3nc-d3-XH9">
9             <objects>
10                 <viewController id="kYn-Hr-MJq" customClass="ViewController" sceneMemberID="viewController">
11                     <view key="view" contentMode="scaleToFill" id="JOS-rK-Hts">
12                         <rect key="frame" x="0.0" y="20" width="320" height="548"/>
13                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
14                         <subviews>
15                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0dR-Db-Wxo" userLabel="VideoContainer">
16                                 <subviews>
17                                     <view contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="YVj-fp-BtA" userLabel="Video" customClass="EaglUIView">
18                                         <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
19                                         <constraints>
20                                             <constraint firstAttribute="width" constant="320" type="user" id="9zy-ya-q8u"/>
21                                             <constraint firstAttribute="height" constant="240" type="user" id="DNz-za-Lsb"/>
22                                         </constraints>
23                                     </view>
24                                 </subviews>
25                                 <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
26                                 <constraints>
27                                     <constraint firstAttribute="centerY" secondItem="YVj-fp-BtA" secondAttribute="centerY" type="user" id="5B7-CE-mxw"/>
28                                     <constraint firstAttribute="centerX" secondItem="YVj-fp-BtA" secondAttribute="centerX" type="user" id="mCK-0x-q1w"/>
29                                 </constraints>
30                             </view>
31                             <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Initializing..." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="280" translatesAutoresizingMaskIntoConstraints="NO" id="8wd-E5-Owx" userLabel="Message">
32                                 <constraints>
33                                     <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="50" type="user" id="WIW-Im-XnF"/>
34                                 </constraints>
35                                 <fontDescription key="fontDescription" type="system" pointSize="16"/>
36                                 <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
37                                 <nil key="highlightedColor"/>
38                             </label>
39                             <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="o22-1p-nvT">
40                                 <items>
41                                     <barButtonItem style="plain" systemItem="flexibleSpace" id="BPU-1t-gy3"/>
42                                     <barButtonItem systemItem="play" id="6LZ-7a-xKf">
43                                         <connections>
44                                             <action selector="play:" destination="kYn-Hr-MJq" id="hIx-MW-CFA"/>
45                                         </connections>
46                                     </barButtonItem>
47                                     <barButtonItem systemItem="pause" id="bfY-YY-jiu">
48                                         <connections>
49                                             <action selector="pause:" destination="kYn-Hr-MJq" id="dQ5-mO-cMh"/>
50                                         </connections>
51                                     </barButtonItem>
52                                     <barButtonItem style="plain" systemItem="flexibleSpace" id="hSc-4x-myS"/>
53                                 </items>
54                             </toolbar>
55                         </subviews>
56                         <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
57                         <constraints>
58                             <constraint firstItem="8wd-E5-Owx" firstAttribute="bottom" secondItem="o22-1p-nvT" secondAttribute="top" constant="8" symbolic="YES" type="user" id="CHF-CI-6CL"/>
59                             <constraint firstItem="8wd-E5-Owx" firstAttribute="top" secondItem="0dR-Db-Wxo" secondAttribute="bottom" type="user" id="IMP-UH-PGT"/>
60                             <constraint firstItem="0dR-Db-Wxo" firstAttribute="trailing" secondItem="JOS-rK-Hts" secondAttribute="trailing" type="default" id="MMJ-ra-NNH"/>
61                             <constraint firstAttribute="trailing" secondItem="8wd-E5-Owx" secondAttribute="trailing" constant="20" symbolic="YES" type="user" id="WDw-jT-tbz"/>
62                             <constraint firstItem="o22-1p-nvT" firstAttribute="leading" secondItem="JOS-rK-Hts" secondAttribute="leading" constant="20" symbolic="YES" type="user" id="Zvb-2h-v7A"/>
63                             <constraint firstItem="0dR-Db-Wxo" firstAttribute="leading" secondItem="JOS-rK-Hts" secondAttribute="leading" type="user" id="bfN-MR-7nC"/>
64                             <constraint firstItem="o22-1p-nvT" firstAttribute="bottom" secondItem="JOS-rK-Hts" secondAttribute="bottom" constant="20" symbolic="YES" type="user" id="l3D-e3-Z7R"/>
65                             <constraint firstItem="8wd-E5-Owx" firstAttribute="leading" secondItem="JOS-rK-Hts" secondAttribute="leading" constant="20" symbolic="YES" type="user" id="lwj-ty-IXl"/>
66                             <constraint firstItem="o22-1p-nvT" firstAttribute="trailing" secondItem="JOS-rK-Hts" secondAttribute="trailing" constant="20" symbolic="YES" type="user" id="mL0-QH-ra6"/>
67                             <constraint firstItem="0dR-Db-Wxo" firstAttribute="top" secondItem="JOS-rK-Hts" secondAttribute="top" type="user" id="qsc-BJ-NM7"/>
68                         </constraints>
69                     </view>
70                     <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
71                     <connections>
72                         <outlet property="message_label" destination="8wd-E5-Owx" id="7Xw-cg-3hH"/>
73                         <outlet property="pause_button" destination="bfY-YY-jiu" id="GBf-vm-mbR"/>
74                         <outlet property="play_button" destination="6LZ-7a-xKf" id="Tk2-4w-9Px"/>
75                         <outlet property="video_container_view" destination="0dR-Db-Wxo" id="buw-S2-Ctk"/>
76                         <outlet property="video_view" destination="YVj-fp-BtA" id="Qk6-Be-oIR"/>
77                     </connections>
78                 </viewController>
79                 <placeholder placeholderIdentifier="IBFirstResponder" id="25z-hu-OZW" sceneMemberID="firstResponder"/>
80             </objects>
81         </scene>
82     </scenes>
83     <classes>
84         <class className="EaglUIView" superclassName="UIView">
85             <source key="sourceIdentifier" type="project" relativePath="./Classes/EaglUIView.h"/>
86         </class>
87         <class className="ViewController" superclassName="UIViewController">
88             <source key="sourceIdentifier" type="project" relativePath="./Classes/ViewController.h"/>
89             <relationships>
90                 <relationship kind="action" name="pause:"/>
91                 <relationship kind="action" name="play:"/>
92                 <relationship kind="outlet" name="label" candidateClass="UILabel"/>
93                 <relationship kind="outlet" name="message_label" candidateClass="UILabel"/>
94                 <relationship kind="outlet" name="pause_button" candidateClass="UIBarButtonItem"/>
95                 <relationship kind="outlet" name="play_button" candidateClass="UIBarButtonItem"/>
96                 <relationship kind="outlet" name="video_container_view" candidateClass="UIView"/>
97                 <relationship kind="outlet" name="video_height_constraint" candidateClass="NSLayoutConstraint"/>
98                 <relationship kind="outlet" name="video_view" candidateClass="UIView"/>
99                 <relationship kind="outlet" name="video_width_constraint" candidateClass="NSLayoutConstraint"/>
100             </relationships>
101         </class>
102     </classes>
103     <simulatedMetricsContainer key="defaultSimulatedMetrics">
104         <simulatedStatusBarMetrics key="statusBar"/>
105         <simulatedOrientationMetrics key="orientation"/>
106         <simulatedScreenMetrics key="destination" type="retina4"/>
107     </simulatedMetricsContainer>
108 </document>