1
0

Main.storyboard 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <development version="10000" identifier="xcode"/>
  9. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--View Controller-->
  14. <scene sceneID="tne-QT-ifu">
  15. <objects>
  16. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="SwifterSampleiOS" customModuleProvider="target" sceneMemberID="viewController">
  17. <layoutGuides>
  18. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  19. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  20. </layoutGuides>
  21. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MAP-74-h0L">
  26. <rect key="frame" x="147" y="318.5" width="81" height="30"/>
  27. <state key="normal" title="Stop Server">
  28. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. </state>
  30. <connections>
  31. <action selector="likedThis:" destination="BYZ-38-t0r" eventType="touchUpInside" id="bni-mB-FqT"/>
  32. </connections>
  33. </button>
  34. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yQl-Ci-dgA">
  35. <rect key="frame" x="272" y="303" width="46" height="30"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  37. <state key="normal" title="Button">
  38. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. </state>
  40. </button>
  41. </subviews>
  42. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <constraints>
  44. <constraint firstAttribute="centerY" secondItem="MAP-74-h0L" secondAttribute="centerY" id="Fgf-8c-jVA"/>
  45. <constraint firstAttribute="centerX" secondItem="MAP-74-h0L" secondAttribute="centerX" id="YeI-B9-qO2"/>
  46. </constraints>
  47. <variation key="default">
  48. <mask key="subviews">
  49. <exclude reference="yQl-Ci-dgA"/>
  50. </mask>
  51. </variation>
  52. </view>
  53. </viewController>
  54. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  55. </objects>
  56. <point key="canvasLocation" x="-97" y="26"/>
  57. </scene>
  58. </scenes>
  59. </document>