Main.storyboard 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" 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="9529"/>
  6. </dependencies>
  7. <scenes>
  8. <!--View Controller-->
  9. <scene sceneID="tne-QT-ifu">
  10. <objects>
  11. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="SwifterSampleiOS" customModuleProvider="target" 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. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MAP-74-h0L">
  21. <rect key="frame" x="259.5" y="285" width="81" height="30"/>
  22. <state key="normal" title="Stop Server">
  23. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  24. </state>
  25. <connections>
  26. <action selector="likedThis:" destination="BYZ-38-t0r" eventType="touchUpInside" id="bni-mB-FqT"/>
  27. </connections>
  28. </button>
  29. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yQl-Ci-dgA">
  30. <rect key="frame" x="272" y="303" width="46" height="30"/>
  31. <state key="normal" title="Button">
  32. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  33. </state>
  34. </button>
  35. </subviews>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  37. <constraints>
  38. <constraint firstAttribute="centerY" secondItem="MAP-74-h0L" secondAttribute="centerY" id="Fgf-8c-jVA"/>
  39. <constraint firstAttribute="centerX" secondItem="MAP-74-h0L" secondAttribute="centerX" id="YeI-B9-qO2"/>
  40. </constraints>
  41. <variation key="default">
  42. <mask key="subviews">
  43. <exclude reference="yQl-Ci-dgA"/>
  44. </mask>
  45. </variation>
  46. </view>
  47. </viewController>
  48. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  49. </objects>
  50. </scene>
  51. </scenes>
  52. </document>