Main.storyboard 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  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" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="liK-HW-u6m">
  22. <rect key="frame" x="0.0" y="20" width="187.5" height="64"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="64" id="BVr-qV-6jA"/>
  25. </constraints>
  26. <state key="normal" title="登录"/>
  27. <connections>
  28. <action selector="login:" destination="BYZ-38-t0r" eventType="touchUpInside" id="7TN-xw-Rta"/>
  29. </connections>
  30. </button>
  31. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cgA-p7-7aC">
  32. <rect key="frame" x="187.5" y="20" width="187.5" height="64"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="64" id="pcz-7F-dYk"/>
  35. </constraints>
  36. <state key="normal" title="登出"/>
  37. <connections>
  38. <action selector="logout:" destination="BYZ-38-t0r" eventType="touchUpInside" id="0dJ-0c-C85"/>
  39. </connections>
  40. </button>
  41. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gaj-hU-Zbq">
  42. <rect key="frame" x="187.5" y="84" width="187.5" height="64"/>
  43. <constraints>
  44. <constraint firstAttribute="height" constant="64" id="0pX-OB-8Y7"/>
  45. </constraints>
  46. <state key="normal" title="个人中心"/>
  47. <connections>
  48. <action selector="userCenter:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Lan-HX-nYs"/>
  49. </connections>
  50. </button>
  51. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2g0-6s-ram">
  52. <rect key="frame" x="0.0" y="84" width="187.5" height="64"/>
  53. <constraints>
  54. <constraint firstAttribute="height" constant="64" id="z5S-WY-KhI"/>
  55. </constraints>
  56. <state key="normal" title="支付"/>
  57. <connections>
  58. <action selector="pay:" destination="BYZ-38-t0r" eventType="touchUpInside" id="CJi-hc-w5A"/>
  59. </connections>
  60. </button>
  61. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WcG-i9-MTV">
  62. <rect key="frame" x="0.0" y="148" width="187.5" height="64"/>
  63. <constraints>
  64. <constraint firstAttribute="height" constant="64" id="NLH-rP-mhv"/>
  65. </constraints>
  66. <state key="normal" title="上报角色信息"/>
  67. <connections>
  68. <action selector="report:" destination="BYZ-38-t0r" eventType="touchUpInside" id="BmL-M7-ueU"/>
  69. </connections>
  70. </button>
  71. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IMb-nZ-DaV">
  72. <rect key="frame" x="187.5" y="148" width="187.5" height="64"/>
  73. <constraints>
  74. <constraint firstAttribute="height" constant="64" id="CSx-WD-lPO"/>
  75. </constraints>
  76. <state key="normal" title="清空Web缓存"/>
  77. <connections>
  78. <action selector="clean:" destination="BYZ-38-t0r" eventType="touchUpInside" id="I8R-gn-N00"/>
  79. <action selector="report:" destination="BYZ-38-t0r" eventType="touchUpInside" id="ATA-c3-FYN"/>
  80. </connections>
  81. </button>
  82. </subviews>
  83. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  84. <constraints>
  85. <constraint firstItem="IMb-nZ-DaV" firstAttribute="top" secondItem="Gaj-hU-Zbq" secondAttribute="bottom" id="75b-rJ-fCK"/>
  86. <constraint firstItem="WcG-i9-MTV" firstAttribute="width" secondItem="2g0-6s-ram" secondAttribute="width" id="8UQ-aW-zG1"/>
  87. <constraint firstItem="liK-HW-u6m" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="8da-C0-kyH"/>
  88. <constraint firstItem="cgA-p7-7aC" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="9HK-3h-g8u"/>
  89. <constraint firstItem="IMb-nZ-DaV" firstAttribute="leading" secondItem="WcG-i9-MTV" secondAttribute="trailing" id="EbM-TN-CBW"/>
  90. <constraint firstItem="WcG-i9-MTV" firstAttribute="top" secondItem="2g0-6s-ram" secondAttribute="bottom" id="FQh-0Q-byg"/>
  91. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Gaj-hU-Zbq" secondAttribute="trailing" id="H1R-VR-vH2"/>
  92. <constraint firstItem="2g0-6s-ram" firstAttribute="top" secondItem="liK-HW-u6m" secondAttribute="bottom" id="JhU-Eq-gV5"/>
  93. <constraint firstItem="liK-HW-u6m" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="KBx-yR-IYS"/>
  94. <constraint firstItem="cgA-p7-7aC" firstAttribute="width" secondItem="liK-HW-u6m" secondAttribute="width" id="Oeo-BB-OPO"/>
  95. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="cgA-p7-7aC" secondAttribute="trailing" id="RBF-ek-klr"/>
  96. <constraint firstItem="Gaj-hU-Zbq" firstAttribute="width" secondItem="2g0-6s-ram" secondAttribute="width" id="eIX-xk-xXN"/>
  97. <constraint firstItem="Gaj-hU-Zbq" firstAttribute="top" secondItem="liK-HW-u6m" secondAttribute="bottom" id="ieW-2l-CZQ"/>
  98. <constraint firstItem="cgA-p7-7aC" firstAttribute="leading" secondItem="liK-HW-u6m" secondAttribute="trailing" id="jgj-j4-uMR"/>
  99. <constraint firstItem="WcG-i9-MTV" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="sHX-w9-tDJ"/>
  100. <constraint firstItem="2g0-6s-ram" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="sRR-Z7-oxD"/>
  101. <constraint firstAttribute="trailing" secondItem="IMb-nZ-DaV" secondAttribute="trailing" id="x1p-LV-w6H"/>
  102. <constraint firstItem="Gaj-hU-Zbq" firstAttribute="leading" secondItem="2g0-6s-ram" secondAttribute="trailing" id="xPm-4v-MHg"/>
  103. </constraints>
  104. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  105. </view>
  106. </viewController>
  107. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  108. </objects>
  109. </scene>
  110. </scenes>
  111. </document>