43 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14750" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="M4Y-Lb-cyx">
 | |
|     <device id="retina4_7" orientation="portrait">
 | |
|         <adaptation id="fullscreen"/>
 | |
|     </device>
 | |
|     <dependencies>
 | |
|         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14710.3"/>
 | |
|         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
 | |
|         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
 | |
|     </dependencies>
 | |
|     <scenes>
 | |
|         <!--Preview View Controller-->
 | |
|         <scene sceneID="cwh-vc-ff4">
 | |
|             <objects>
 | |
|                 <viewController id="M4Y-Lb-cyx" customClass="PreviewViewController" customModuleProvider="target" sceneMemberID="viewController">
 | |
|                     <view key="view" contentMode="scaleToFill" simulatedAppContext="notificationCenter" id="S3S-Oj-5AN">
 | |
|                         <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
 | |
|                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
 | |
|                         <subviews>
 | |
|                             <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hello World" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="280" translatesAutoresizingMaskIntoConstraints="NO" id="GcN-lo-r42">
 | |
|                                 <rect key="frame" x="20" y="323.5" width="335" height="20.5"/>
 | |
|                                 <fontDescription key="fontDescription" type="system" pointSize="17"/>
 | |
|                                 <color key="textColor" xcode11CocoaTouchSystemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
 | |
|                                 <nil key="highlightedColor"/>
 | |
|                             </label>
 | |
|                         </subviews>
 | |
|                         <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
 | |
|                         <constraints>
 | |
|                             <constraint firstItem="GcN-lo-r42" firstAttribute="centerY" secondItem="S3S-Oj-5AN" secondAttribute="centerY" id="44a-Fp-Kvy"/>
 | |
|                             <constraint firstItem="GcN-lo-r42" firstAttribute="leading" secondItem="S3S-Oj-5AN" secondAttribute="leading" constant="20" symbolic="YES" id="6Vq-gs-PHe"/>
 | |
|                             <constraint firstAttribute="trailing" secondItem="GcN-lo-r42" secondAttribute="trailing" constant="20" symbolic="YES" id="L8K-9R-egU"/>
 | |
|                         </constraints>
 | |
|                         <viewLayoutGuide key="safeArea" id="bzV-dz-m25"/>
 | |
|                     </view>
 | |
|                     <extendedEdge key="edgesForExtendedLayout"/>
 | |
|                 </viewController>
 | |
|                 <placeholder placeholderIdentifier="IBFirstResponder" id="vXp-U4-Rya" userLabel="First Responder" sceneMemberID="firstResponder"/>
 | |
|             </objects>
 | |
|             <point key="canvasLocation" x="705" y="299"/>
 | |
|         </scene>
 | |
|     </scenes>
 | |
| </document>
 | 
