Main.storyboard 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
  6. </dependencies>
  7. <scenes>
  8. <!--View Controller-->
  9. <scene sceneID="tne-QT-ifu">
  10. <objects>
  11. <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
  12. <layoutGuides>
  13. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  14. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  15. </layoutGuides>
  16. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  17. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="See logs in Xcode" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TN1-om-dfL">
  21. <rect key="frame" x="222" y="284" width="156" height="31"/>
  22. <animations/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="156" id="o70-4J-FUb"/>
  25. <constraint firstAttribute="height" constant="31" id="vPB-Zk-7PS"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  28. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. </subviews>
  32. <animations/>
  33. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  34. <constraints>
  35. <constraint firstItem="TN1-om-dfL" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="TWf-8l-DIP"/>
  36. <constraint firstItem="TN1-om-dfL" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="vPS-7U-Kzf"/>
  37. </constraints>
  38. </view>
  39. </viewController>
  40. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  41. </objects>
  42. <point key="canvasLocation" x="305" y="429"/>
  43. </scene>
  44. </scenes>
  45. </document>