OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsV
ersion="6254" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAcces
sControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES"
> | |
3 <dependencies> | |
4 <deployment identifier="iOS"/> | |
5 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi
on="6247"/> | |
6 <capability name="Constraints with non-1.0 multipliers" minToolsVersion=
"5.1"/> | |
7 </dependencies> | |
8 <objects> | |
9 <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="Fil
e's Owner"/> | |
10 <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClas
s="UIResponder"/> | |
11 <view contentMode="scaleToFill" id="iN0-l3-epB"> | |
12 <rect key="frame" x="0.0" y="0.0" width="630" height="503"/> | |
13 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSi
zable="YES"/> | |
14 <subviews> | |
15 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N
O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2
51" text="Protocol Buffer Test Harness" textAlignment="center" lineBreakMode="mi
ddleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" transla
tesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX"> | |
16 <rect key="frame" x="20" y="147" width="591" height="43"/> | |
17 <fontDescription key="fontDescription" type="boldSystem" poi
ntSize="36"/> | |
18 <color key="textColor" cocoaTouchSystemColor="darkTextColor"
/> | |
19 <nil key="highlightedColor"/> | |
20 </label> | |
21 </subviews> | |
22 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom"
customColorSpace="calibratedWhite"/> | |
23 <constraints> | |
24 <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" seco
ndItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="K
id-kn-2rF"/> | |
25 <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" sec
ondAttribute="centerX" id="Koa-jz-hwk"/> | |
26 <constraint firstItem="kId-c2-rCX" firstAttribute="leading" seco
ndItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="f
vb-Df-36g"/> | |
27 </constraints> | |
28 <nil key="simulatedStatusBarMetrics"/> | |
29 <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> | |
30 <point key="canvasLocation" x="479" y="456.5"/> | |
31 </view> | |
32 </objects> | |
33 </document> | |
OLD | NEW |