Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / xcode iOS / Tutorial 1 / en.lproj / MainStoryboard_iPad.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.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="2">
3     <dependencies>
4         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="2083"/>
5     </dependencies>
6     <scenes>
7         <!--View Controller-->
8         <scene sceneID="4">
9             <objects>
10                 <viewController id="2" customClass="ViewController" sceneMemberID="viewController">
11                     <view key="view" contentMode="scaleToFill" id="5">
12                         <rect key="frame" x="0.0" y="20" width="768" height="1004"/>
13                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
14                         <subviews>
15                             <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qf4-xK-TZW">
16                                 <constraints>
17                                     <constraint firstAttribute="height" constant="21" id="wKa-F6-8ex"/>
18                                 </constraints>
19                                 <fontDescription key="fontDescription" type="system" pointSize="24"/>
20                                 <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
21                                 <nil key="highlightedColor"/>
22                             </label>
23                         </subviews>
24                         <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
25                         <constraints>
26                             <constraint firstAttribute="trailing" secondItem="Qf4-xK-TZW" secondAttribute="trailing" constant="20" symbolic="YES" type="default" id="M3D-vu-V58"/>
27                             <constraint firstItem="Qf4-xK-TZW" firstAttribute="leading" secondItem="5" secondAttribute="leading" constant="20" symbolic="YES" type="default" id="dIE-DO-Gz2"/>
28                             <constraint firstAttribute="centerY" secondItem="Qf4-xK-TZW" secondAttribute="centerY" type="user" id="zSb-ID-5rm"/>
29                         </constraints>
30                     </view>
31                     <connections>
32                         <outlet property="label" destination="Qf4-xK-TZW" id="rAV-on-WKC"/>
33                     </connections>
34                 </viewController>
35                 <placeholder placeholderIdentifier="IBFirstResponder" id="3" sceneMemberID="firstResponder"/>
36             </objects>
37         </scene>
38     </scenes>
39     <classes>
40         <class className="NSLayoutConstraint" superclassName="NSObject">
41             <source key="sourceIdentifier" type="project" relativePath="./Classes/NSLayoutConstraint.h"/>
42         </class>
43         <class className="ViewController" superclassName="UIViewController">
44             <source key="sourceIdentifier" type="project" relativePath="./Classes/ViewController.h"/>
45             <relationships>
46                 <relationship kind="outlet" name="label" candidateClass="UILabel"/>
47             </relationships>
48         </class>
49     </classes>
50     <simulatedMetricsContainer key="defaultSimulatedMetrics">
51         <simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackTranslucent"/>
52         <simulatedOrientationMetrics key="orientation"/>
53         <simulatedScreenMetrics key="destination"/>
54     </simulatedMetricsContainer>
55 </document>