Main.storyboard 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="tne-QT-ifu">
  14. <objects>
  15. <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="liK-HW-u6m">
  21. <rect key="frame" x="0.0" y="0.0" width="187.5" height="64"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="64" id="BVr-qV-6jA"/>
  24. </constraints>
  25. <state key="normal" title="登录"/>
  26. <connections>
  27. <action selector="login:" destination="BYZ-38-t0r" eventType="touchUpInside" id="7TN-xw-Rta"/>
  28. </connections>
  29. </button>
  30. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cgA-p7-7aC">
  31. <rect key="frame" x="187.5" y="0.0" width="187.5" height="64"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="64" id="pcz-7F-dYk"/>
  34. </constraints>
  35. <state key="normal" title="登出"/>
  36. <connections>
  37. <action selector="logout:" destination="BYZ-38-t0r" eventType="touchUpInside" id="0dJ-0c-C85"/>
  38. </connections>
  39. </button>
  40. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gaj-hU-Zbq">
  41. <rect key="frame" x="187.5" y="64" width="187.5" height="64"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="64" id="0pX-OB-8Y7"/>
  44. </constraints>
  45. <state key="normal" title="个人中心"/>
  46. <connections>
  47. <action selector="userCenter:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Lan-HX-nYs"/>
  48. </connections>
  49. </button>
  50. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2g0-6s-ram">
  51. <rect key="frame" x="0.0" y="64" width="187.5" height="64"/>
  52. <constraints>
  53. <constraint firstAttribute="height" constant="64" id="z5S-WY-KhI"/>
  54. </constraints>
  55. <state key="normal" title="支付"/>
  56. <connections>
  57. <action selector="pay:" destination="BYZ-38-t0r" eventType="touchUpInside" id="CJi-hc-w5A"/>
  58. </connections>
  59. </button>
  60. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WcG-i9-MTV">
  61. <rect key="frame" x="0.0" y="128" width="187.5" height="64"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="64" id="NLH-rP-mhv"/>
  64. </constraints>
  65. <state key="normal" title="上报角色信息"/>
  66. <connections>
  67. <action selector="report:" destination="BYZ-38-t0r" eventType="touchUpInside" id="BmL-M7-ueU"/>
  68. </connections>
  69. </button>
  70. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IMb-nZ-DaV">
  71. <rect key="frame" x="187.5" y="128" width="187.5" height="64"/>
  72. <constraints>
  73. <constraint firstAttribute="height" constant="64" id="CSx-WD-lPO"/>
  74. </constraints>
  75. <state key="normal" title="清空Web缓存"/>
  76. <connections>
  77. <action selector="clean:" destination="BYZ-38-t0r" eventType="touchUpInside" id="I8R-gn-N00"/>
  78. <action selector="report:" destination="BYZ-38-t0r" eventType="touchUpInside" id="ATA-c3-FYN"/>
  79. </connections>
  80. </button>
  81. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MLG-cU-j9R">
  82. <rect key="frame" x="0.0" y="192" width="187.5" height="64"/>
  83. <color key="backgroundColor" systemColor="systemOrangeColor"/>
  84. <state key="normal" title="TD游戏运营统计"/>
  85. <connections>
  86. <action selector="TDGameOperationTest:" destination="BYZ-38-t0r" eventType="touchUpInside" id="fK6-Gc-u0s"/>
  87. </connections>
  88. </button>
  89. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aOI-F1-osc">
  90. <rect key="frame" x="187.5" y="192" width="187.5" height="64"/>
  91. <color key="backgroundColor" systemColor="systemGreenColor"/>
  92. <state key="normal" title="优量汇广告测试"/>
  93. <connections>
  94. <action selector="YlhAdTestAction:" destination="BYZ-38-t0r" eventType="touchUpInside" id="slr-xt-kgg"/>
  95. <action selector="clean:" destination="BYZ-38-t0r" eventType="touchUpInside" id="mIa-Zh-R6Q"/>
  96. </connections>
  97. </button>
  98. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bgm-RS-IS2">
  99. <rect key="frame" x="0.0" y="256" width="187.5" height="64"/>
  100. <color key="backgroundColor" systemColor="systemTealColor"/>
  101. <constraints>
  102. <constraint firstAttribute="height" constant="64" id="94H-6f-hlO"/>
  103. </constraints>
  104. <state key="normal" title="TD应用分析统计"/>
  105. <connections>
  106. <action selector="TDApplicationAnaly:" destination="BYZ-38-t0r" eventType="touchUpInside" id="9AN-47-CLH"/>
  107. </connections>
  108. </button>
  109. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnh-wO-Yer">
  110. <rect key="frame" x="187.5" y="256" width="187.5" height="64"/>
  111. <color key="backgroundColor" systemColor="systemPurpleColor"/>
  112. <state key="normal" title="自动登录"/>
  113. <connections>
  114. <action selector="autoLoginTest:" destination="BYZ-38-t0r" eventType="touchUpInside" id="9je-eq-5cz"/>
  115. </connections>
  116. </button>
  117. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NuY-JW-LdA">
  118. <rect key="frame" x="0.0" y="320" width="187.5" height="64"/>
  119. <color key="backgroundColor" systemColor="systemOrangeColor"/>
  120. <state key="normal" title="穿山甲广告测试"/>
  121. <connections>
  122. <action selector="csjAdTest:" destination="BYZ-38-t0r" eventType="touchUpInside" id="WIb-n4-x7V"/>
  123. </connections>
  124. </button>
  125. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Vta-kk-8bD">
  126. <rect key="frame" x="188" y="320" width="188" height="64"/>
  127. <color key="backgroundColor" systemColor="systemTealColor"/>
  128. <state key="normal" title="关闭横幅广告"/>
  129. <connections>
  130. <action selector="closeCSJBannerAd:" destination="BYZ-38-t0r" eventType="touchUpInside" id="yLc-gx-j9r"/>
  131. </connections>
  132. </button>
  133. </subviews>
  134. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  135. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  136. <constraints>
  137. <constraint firstItem="qnh-wO-Yer" firstAttribute="top" secondItem="aOI-F1-osc" secondAttribute="bottom" id="0Ef-al-gA1"/>
  138. <constraint firstItem="aOI-F1-osc" firstAttribute="leading" secondItem="MLG-cU-j9R" secondAttribute="trailing" id="4jw-0Q-AMM"/>
  139. <constraint firstItem="IMb-nZ-DaV" firstAttribute="top" secondItem="Gaj-hU-Zbq" secondAttribute="bottom" id="75b-rJ-fCK"/>
  140. <constraint firstItem="WcG-i9-MTV" firstAttribute="width" secondItem="2g0-6s-ram" secondAttribute="width" id="8UQ-aW-zG1"/>
  141. <constraint firstItem="liK-HW-u6m" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="8da-C0-kyH"/>
  142. <constraint firstItem="cgA-p7-7aC" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="9HK-3h-g8u"/>
  143. <constraint firstItem="NuY-JW-LdA" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="DWG-yW-Dw8"/>
  144. <constraint firstItem="IMb-nZ-DaV" firstAttribute="leading" secondItem="WcG-i9-MTV" secondAttribute="trailing" id="EbM-TN-CBW"/>
  145. <constraint firstItem="MLG-cU-j9R" firstAttribute="top" secondItem="WcG-i9-MTV" secondAttribute="bottom" id="F6x-w2-2hE"/>
  146. <constraint firstItem="NuY-JW-LdA" firstAttribute="height" secondItem="bgm-RS-IS2" secondAttribute="height" id="FKs-4S-CQz"/>
  147. <constraint firstItem="WcG-i9-MTV" firstAttribute="top" secondItem="2g0-6s-ram" secondAttribute="bottom" id="FQh-0Q-byg"/>
  148. <constraint firstItem="bgm-RS-IS2" firstAttribute="height" secondItem="MLG-cU-j9R" secondAttribute="height" id="FRG-KZ-bAr"/>
  149. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Gaj-hU-Zbq" secondAttribute="trailing" id="H1R-VR-vH2"/>
  150. <constraint firstItem="2g0-6s-ram" firstAttribute="top" secondItem="liK-HW-u6m" secondAttribute="bottom" id="JhU-Eq-gV5"/>
  151. <constraint firstItem="liK-HW-u6m" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="KBx-yR-IYS"/>
  152. <constraint firstItem="bgm-RS-IS2" firstAttribute="width" secondItem="MLG-cU-j9R" secondAttribute="width" id="LqQ-Fo-023"/>
  153. <constraint firstItem="cgA-p7-7aC" firstAttribute="width" secondItem="liK-HW-u6m" secondAttribute="width" id="Oeo-BB-OPO"/>
  154. <constraint firstItem="bgm-RS-IS2" firstAttribute="top" secondItem="MLG-cU-j9R" secondAttribute="bottom" id="Ovp-pF-xjB"/>
  155. <constraint firstItem="Vta-kk-8bD" firstAttribute="top" secondItem="qnh-wO-Yer" secondAttribute="bottom" id="Q5H-LB-tUY"/>
  156. <constraint firstItem="aOI-F1-osc" firstAttribute="height" secondItem="MLG-cU-j9R" secondAttribute="height" id="QKQ-PN-wtl"/>
  157. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="qnh-wO-Yer" secondAttribute="trailing" id="RAz-Fd-Ds1"/>
  158. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="cgA-p7-7aC" secondAttribute="trailing" id="RBF-ek-klr"/>
  159. <constraint firstAttribute="trailing" secondItem="aOI-F1-osc" secondAttribute="trailing" id="TA4-Oj-7pP"/>
  160. <constraint firstItem="Vta-kk-8bD" firstAttribute="leading" secondItem="NuY-JW-LdA" secondAttribute="trailing" id="W3h-mh-bzA"/>
  161. <constraint firstItem="bgm-RS-IS2" firstAttribute="centerX" secondItem="MLG-cU-j9R" secondAttribute="centerX" id="Ya4-B0-U25"/>
  162. <constraint firstItem="MLG-cU-j9R" firstAttribute="centerX" secondItem="WcG-i9-MTV" secondAttribute="centerX" id="brb-dG-vgh"/>
  163. <constraint firstItem="Vta-kk-8bD" firstAttribute="height" secondItem="NuY-JW-LdA" secondAttribute="height" id="cKL-0s-pjW"/>
  164. <constraint firstItem="Gaj-hU-Zbq" firstAttribute="width" secondItem="2g0-6s-ram" secondAttribute="width" id="eIX-xk-xXN"/>
  165. <constraint firstItem="MLG-cU-j9R" firstAttribute="width" secondItem="WcG-i9-MTV" secondAttribute="width" id="h6V-E4-SBx"/>
  166. <constraint firstItem="Gaj-hU-Zbq" firstAttribute="top" secondItem="liK-HW-u6m" secondAttribute="bottom" id="ieW-2l-CZQ"/>
  167. <constraint firstItem="cgA-p7-7aC" firstAttribute="leading" secondItem="liK-HW-u6m" secondAttribute="trailing" id="jgj-j4-uMR"/>
  168. <constraint firstItem="qnh-wO-Yer" firstAttribute="height" secondItem="aOI-F1-osc" secondAttribute="height" id="m7c-m0-eaJ"/>
  169. <constraint firstItem="NuY-JW-LdA" firstAttribute="top" secondItem="bgm-RS-IS2" secondAttribute="bottom" id="mTu-A2-fE9"/>
  170. <constraint firstItem="qnh-wO-Yer" firstAttribute="width" secondItem="aOI-F1-osc" secondAttribute="width" id="qZc-XK-sgh"/>
  171. <constraint firstItem="aOI-F1-osc" firstAttribute="top" secondItem="IMb-nZ-DaV" secondAttribute="bottom" id="qbK-ep-0c0"/>
  172. <constraint firstItem="WcG-i9-MTV" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="sHX-w9-tDJ"/>
  173. <constraint firstItem="2g0-6s-ram" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="sRR-Z7-oxD"/>
  174. <constraint firstItem="MLG-cU-j9R" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="vCu-4H-GTp"/>
  175. <constraint firstItem="NuY-JW-LdA" firstAttribute="width" secondItem="bgm-RS-IS2" secondAttribute="width" id="vHN-T7-sbW"/>
  176. <constraint firstAttribute="trailing" secondItem="Vta-kk-8bD" secondAttribute="trailing" id="w60-im-qvn"/>
  177. <constraint firstAttribute="trailing" secondItem="IMb-nZ-DaV" secondAttribute="trailing" id="x1p-LV-w6H"/>
  178. <constraint firstItem="Gaj-hU-Zbq" firstAttribute="leading" secondItem="2g0-6s-ram" secondAttribute="trailing" id="xPm-4v-MHg"/>
  179. <constraint firstItem="MLG-cU-j9R" firstAttribute="height" secondItem="WcG-i9-MTV" secondAttribute="height" id="zKF-Z9-jrf"/>
  180. </constraints>
  181. </view>
  182. </viewController>
  183. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  184. </objects>
  185. <point key="canvasLocation" x="-778.39999999999998" y="13.943028485757123"/>
  186. </scene>
  187. </scenes>
  188. <resources>
  189. <systemColor name="systemGreenColor">
  190. <color red="0.20392156862745098" green="0.7803921568627451" blue="0.34901960784313724" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  191. </systemColor>
  192. <systemColor name="systemOrangeColor">
  193. <color red="1" green="0.58431372549019611" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  194. </systemColor>
  195. <systemColor name="systemPurpleColor">
  196. <color red="0.68627450980392157" green="0.32156862745098042" blue="0.87058823529411766" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  197. </systemColor>
  198. <systemColor name="systemTealColor">
  199. <color red="0.35294117647058826" green="0.78431372549019607" blue="0.98039215686274506" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  200. </systemColor>
  201. </resources>
  202. </document>