1
0

Main.storyboard 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
  5. </dependencies>
  6. <scenes>
  7. <!--View Controller-->
  8. <scene sceneID="tne-QT-ifu">
  9. <objects>
  10. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Swifter" customModuleProvider="target" sceneMemberID="viewController">
  11. <layoutGuides>
  12. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  13. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  14. </layoutGuides>
  15. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  16. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MAP-74-h0L">
  20. <rect key="frame" x="259" y="285" width="82" height="30"/>
  21. <state key="normal" title="Stop Server">
  22. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  23. </state>
  24. <connections>
  25. <action selector="likedThis:" destination="BYZ-38-t0r" eventType="touchUpInside" id="bni-mB-FqT"/>
  26. </connections>
  27. </button>
  28. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yQl-Ci-dgA">
  29. <rect key="frame" x="272" y="303" width="46" height="30"/>
  30. <state key="normal" title="Button">
  31. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  32. </state>
  33. </button>
  34. </subviews>
  35. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  36. <constraints>
  37. <constraint firstAttribute="centerY" secondItem="MAP-74-h0L" secondAttribute="centerY" id="Fgf-8c-jVA"/>
  38. <constraint firstAttribute="centerX" secondItem="MAP-74-h0L" secondAttribute="centerX" id="YeI-B9-qO2"/>
  39. </constraints>
  40. <variation key="default">
  41. <mask key="subviews">
  42. <exclude reference="yQl-Ci-dgA"/>
  43. </mask>
  44. </variation>
  45. </view>
  46. </viewController>
  47. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  48. </objects>
  49. </scene>
  50. </scenes>
  51. </document>