tizen 2.4 release
[external/xdelta3.git] / examples / iOS / xdelta3-ios-test / xdelta3-ios-test / 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="1.0" toolsVersion="1938" systemVersion="11C74" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" initialViewController="2">
3     <dependencies>
4         <development defaultVersion="4200" identifier="xcode"/>
5         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="933"/>
6     </dependencies>
7     <scenes>
8         <scene sceneID="4">
9             <objects>
10                 <placeholder placeholderIdentifier="IBFirstResponder" id="3" sceneMemberID="firstResponder"/>
11                 <viewController id="2" customClass="Xd3iOSViewController" sceneMemberID="viewController">
12                     <view key="view" contentMode="scaleToFill" id="5">
13                         <rect key="frame" x="0.0" y="20" width="768" height="1004"/>
14                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
15                         <subviews>
16                             <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="d7Y-KS-zOa">
17                                 <rect key="frame" x="258" y="28" width="197" height="37"/>
18                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
19                                 <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
20                                 <state key="normal" title="Start test">
21                                     <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
22                                     <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
23                                 </state>
24                                 <state key="highlighted">
25                                     <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
26                                 </state>
27                                 <connections>
28                                     <action selector="startTest:" destination="2" eventType="touchUpInside" id="f4X-jg-ZsU"/>
29                                 </connections>
30                             </button>
31                             <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Random seed" minimumFontSize="17" id="TZ8-OW-wjf">
32                                 <rect key="frame" x="27" y="28" width="197" height="31"/>
33                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
34                                 <fontDescription key="fontDescription" type="system" pointSize="14"/>
35                                 <textInputTraits key="textInputTraits" autocorrectionType="no"/>
36                                 <connections>
37                                     <outlet property="delegate" destination="2" id="hjY-Ym-Fcw"/>
38                                 </connections>
39                             </textField>
40                             <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" editable="NO" id="LHz-h6-ZBC">
41                                 <rect key="frame" x="27" y="88" width="721" height="887"/>
42                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
43                                 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
44                                 <fontDescription key="fontDescription" type="system" pointSize="14"/>
45                                 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
46                                 <connections>
47                                     <outlet property="delegate" destination="2" id="fwY-fT-bCV"/>
48                                 </connections>
49                             </textView>
50                         </subviews>
51                         <color key="backgroundColor" red="0.13337372065218178" green="0.1801924475036723" blue="0.21739130434782605" alpha="1" colorSpace="calibratedRGB"/>
52                     </view>
53                     <connections>
54                         <outlet property="theSeed" destination="TZ8-OW-wjf" id="QuA-uT-5IR"/>
55                         <outlet property="theView" destination="LHz-h6-ZBC" id="s64-32-fBA"/>
56                     </connections>
57                 </viewController>
58             </objects>
59             <point key="canvasLocation" x="-601" y="-1021"/>
60         </scene>
61     </scenes>
62     <classes>
63         <class className="Xd3iOSViewController" superclassName="UIViewController">
64             <source key="sourceIdentifier" type="project" relativePath="./Classes/Xd3iOSViewController.h"/>
65             <relationships>
66                 <relationship kind="action" name="startTest:"/>
67                 <relationship kind="outlet" name="theSeed" candidateClass="UITextField"/>
68                 <relationship kind="outlet" name="theView" candidateClass="UITextView"/>
69             </relationships>
70         </class>
71     </classes>
72     <simulatedMetricsContainer key="defaultSimulatedMetrics">
73         <simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackTranslucent"/>
74         <simulatedOrientationMetrics key="orientation"/>
75         <simulatedScreenMetrics key="destination"/>
76     </simulatedMetricsContainer>
77 </document>