Main.storyboard 9.9 KB

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