Main.storyboard 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
  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="ufC-wZ-h7g">
  10. <objects>
  11. <viewController id="vXZ-lx-hvc" customClass="ViewController" sceneMemberID="viewController">
  12. <layoutGuides>
  13. <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
  14. <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
  15. </layoutGuides>
  16. <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
  17. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="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="j5c-ge-kV1">
  21. <rect key="frame" x="232" y="290" width="137" height="21"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  23. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. </subviews>
  27. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  28. <constraints>
  29. <constraint firstAttribute="centerY" secondItem="j5c-ge-kV1" secondAttribute="centerY" id="aDc-DL-Lbw"/>
  30. <constraint firstAttribute="centerX" secondItem="j5c-ge-kV1" secondAttribute="centerX" id="nbQ-nb-cHc"/>
  31. </constraints>
  32. </view>
  33. </viewController>
  34. <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
  35. </objects>
  36. <point key="canvasLocation" x="409" y="299"/>
  37. </scene>
  38. </scenes>
  39. </document>