setting.storyboard 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
  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. <!--Setting-->
  12. <scene sceneID="FjW-8J-mfq">
  13. <objects>
  14. <viewController storyboardIdentifier="RASettingViewController" title="Setting" useStoryboardIdentifierAsRestorationIdentifier="YES" id="K1Z-ea-fUh" customClass="RASettingViewController" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="8S7-LR-mQz">
  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. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="bt6-9g-1Sc">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <view key="tableFooterView" contentMode="scaleToFill" id="JQO-83-Rit">
  23. <rect key="frame" x="0.0" y="431" width="375" height="40"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  25. <subviews>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="© 2014 United Software Applications, Inc." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n2h-5Z-NBM">
  27. <rect key="frame" x="5" y="5" width="365" height="30"/>
  28. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  35. <constraints>
  36. <constraint firstItem="n2h-5Z-NBM" firstAttribute="centerY" secondItem="JQO-83-Rit" secondAttribute="centerY" id="QOe-nO-Ihq"/>
  37. <constraint firstItem="n2h-5Z-NBM" firstAttribute="leading" secondItem="JQO-83-Rit" secondAttribute="leading" constant="5" id="abW-kJ-dex"/>
  38. <constraint firstAttribute="trailing" secondItem="n2h-5Z-NBM" secondAttribute="trailing" constant="5" id="qy5-Jc-qfr"/>
  39. <constraint firstItem="n2h-5Z-NBM" firstAttribute="top" secondItem="JQO-83-Rit" secondAttribute="top" constant="5" id="zj2-8C-MjL"/>
  40. </constraints>
  41. </view>
  42. <prototypes>
  43. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="RASettingOptionCell" rowHeight="60" id="S3b-rg-Apb" customClass="RASettingOptionCell">
  44. <rect key="frame" x="0.0" y="28" width="375" height="60"/>
  45. <autoresizingMask key="autoresizingMask"/>
  46. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="S3b-rg-Apb" id="GJS-xN-7T2">
  47. <rect key="frame" x="0.0" y="0.0" width="348" height="60"/>
  48. <autoresizingMask key="autoresizingMask"/>
  49. <subviews>
  50. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nn8-Yz-pgL">
  51. <rect key="frame" x="10" y="21" width="37.5" height="18"/>
  52. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  53. <nil key="textColor"/>
  54. <nil key="highlightedColor"/>
  55. </label>
  56. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Ne-f7-mNd">
  57. <rect key="frame" x="312.5" y="21.5" width="35.5" height="17"/>
  58. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  59. <nil key="textColor"/>
  60. <nil key="highlightedColor"/>
  61. </label>
  62. </subviews>
  63. <constraints>
  64. <constraint firstItem="9Ne-f7-mNd" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="nn8-Yz-pgL" secondAttribute="trailing" constant="5" id="1T7-VV-jvL"/>
  65. <constraint firstItem="nn8-Yz-pgL" firstAttribute="leading" secondItem="GJS-xN-7T2" secondAttribute="leading" constant="10" id="cvQ-db-eYR"/>
  66. <constraint firstAttribute="trailing" secondItem="9Ne-f7-mNd" secondAttribute="trailing" id="dZq-Ec-CZl"/>
  67. <constraint firstItem="nn8-Yz-pgL" firstAttribute="centerY" secondItem="GJS-xN-7T2" secondAttribute="centerY" id="fPw-52-LTs"/>
  68. <constraint firstItem="9Ne-f7-mNd" firstAttribute="centerY" secondItem="GJS-xN-7T2" secondAttribute="centerY" id="njH-Bq-s6w"/>
  69. </constraints>
  70. </tableViewCellContentView>
  71. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  72. <connections>
  73. <outlet property="optionLabel" destination="9Ne-f7-mNd" id="kTq-Cj-pgv"/>
  74. <outlet property="titleLabel" destination="nn8-Yz-pgL" id="WWa-r1-XL0"/>
  75. </connections>
  76. </tableViewCell>
  77. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="RASettingSwitchCell" rowHeight="60" id="fw3-Ce-iMX" customClass="RASettingSwitchCell">
  78. <rect key="frame" x="0.0" y="88" width="375" height="60"/>
  79. <autoresizingMask key="autoresizingMask"/>
  80. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fw3-Ce-iMX" id="i0k-qx-Z3s">
  81. <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
  82. <autoresizingMask key="autoresizingMask"/>
  83. <subviews>
  84. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7mb-Gz-UK4">
  85. <rect key="frame" x="10" y="21" width="296" height="18"/>
  86. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  87. <nil key="textColor"/>
  88. <nil key="highlightedColor"/>
  89. </label>
  90. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="745-1J-0vr">
  91. <rect key="frame" x="316" y="14.5" width="51" height="31"/>
  92. <connections>
  93. <action selector="switchBtnClick:" destination="fw3-Ce-iMX" eventType="valueChanged" id="qlF-Jb-a7c"/>
  94. </connections>
  95. </switch>
  96. </subviews>
  97. <constraints>
  98. <constraint firstItem="745-1J-0vr" firstAttribute="centerY" secondItem="i0k-qx-Z3s" secondAttribute="centerY" id="1Z7-Li-Ptg"/>
  99. <constraint firstAttribute="trailing" secondItem="745-1J-0vr" secondAttribute="trailing" constant="10" id="7A0-bw-pag"/>
  100. <constraint firstItem="745-1J-0vr" firstAttribute="leading" secondItem="7mb-Gz-UK4" secondAttribute="trailing" constant="10" id="Hyu-cl-UKN"/>
  101. <constraint firstItem="7mb-Gz-UK4" firstAttribute="centerY" secondItem="i0k-qx-Z3s" secondAttribute="centerY" id="f2x-8F-0gN"/>
  102. <constraint firstItem="7mb-Gz-UK4" firstAttribute="leading" secondItem="i0k-qx-Z3s" secondAttribute="leading" constant="10" id="sJh-ny-IxH"/>
  103. </constraints>
  104. </tableViewCellContentView>
  105. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  106. <connections>
  107. <outlet property="switchBtn" destination="745-1J-0vr" id="Scx-YQ-3bH"/>
  108. <outlet property="titleLabel" destination="7mb-Gz-UK4" id="LcA-KO-Th1"/>
  109. </connections>
  110. </tableViewCell>
  111. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RASettingActionCell" rowHeight="60" id="d2O-Oc-12t" customClass="RASettingActionCell">
  112. <rect key="frame" x="0.0" y="148" width="375" height="60"/>
  113. <autoresizingMask key="autoresizingMask"/>
  114. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="d2O-Oc-12t" id="NTz-8W-1bG">
  115. <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
  116. <autoresizingMask key="autoresizingMask"/>
  117. <subviews>
  118. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rXI-of-ag8">
  119. <rect key="frame" x="10" y="21" width="308" height="18"/>
  120. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  121. <nil key="textColor"/>
  122. <nil key="highlightedColor"/>
  123. </label>
  124. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="Wf2-XY-ejy">
  125. <rect key="frame" x="328" y="11.5" width="37" height="37"/>
  126. <color key="color" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  127. </activityIndicatorView>
  128. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100M" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="emF-6X-Ajb">
  129. <rect key="frame" x="328" y="21.5" width="42" height="17"/>
  130. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  131. <nil key="textColor"/>
  132. <nil key="highlightedColor"/>
  133. </label>
  134. </subviews>
  135. <constraints>
  136. <constraint firstAttribute="trailing" secondItem="Wf2-XY-ejy" secondAttribute="trailing" constant="10" id="Hv4-VV-t0p"/>
  137. <constraint firstItem="rXI-of-ag8" firstAttribute="leading" secondItem="NTz-8W-1bG" secondAttribute="leading" constant="10" id="K74-vK-dVC"/>
  138. <constraint firstItem="rXI-of-ag8" firstAttribute="centerY" secondItem="NTz-8W-1bG" secondAttribute="centerY" id="NoT-Ks-zr9"/>
  139. <constraint firstItem="Wf2-XY-ejy" firstAttribute="leading" secondItem="rXI-of-ag8" secondAttribute="trailing" constant="10" id="Xq4-z3-0Dg"/>
  140. <constraint firstItem="emF-6X-Ajb" firstAttribute="leading" secondItem="Wf2-XY-ejy" secondAttribute="leading" id="fJV-Gw-9nF"/>
  141. <constraint firstItem="Wf2-XY-ejy" firstAttribute="centerY" secondItem="NTz-8W-1bG" secondAttribute="centerY" id="iZb-76-W4M"/>
  142. <constraint firstItem="emF-6X-Ajb" firstAttribute="centerY" secondItem="NTz-8W-1bG" secondAttribute="centerY" id="lm5-9Z-68o"/>
  143. <constraint firstAttribute="trailing" secondItem="emF-6X-Ajb" secondAttribute="trailing" constant="5" id="wQ5-Js-UwO"/>
  144. </constraints>
  145. </tableViewCellContentView>
  146. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  147. <connections>
  148. <outlet property="activityIndicator" destination="Wf2-XY-ejy" id="u3g-pn-8Fg"/>
  149. <outlet property="sizeLabel" destination="emF-6X-Ajb" id="qap-qF-qzJ"/>
  150. <outlet property="titleLabel" destination="rXI-of-ag8" id="vGF-n3-dC6"/>
  151. </connections>
  152. </tableViewCell>
  153. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="RASettingAboutCell" rowHeight="135" id="vBr-qI-FKj" customClass="RASettingAboutCell">
  154. <rect key="frame" x="0.0" y="208" width="375" height="135"/>
  155. <autoresizingMask key="autoresizingMask"/>
  156. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="vBr-qI-FKj" id="Tm1-Oc-7El">
  157. <rect key="frame" x="0.0" y="0.0" width="375" height="135"/>
  158. <autoresizingMask key="autoresizingMask"/>
  159. <subviews>
  160. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_50" translatesAutoresizingMaskIntoConstraints="NO" id="Fjp-Bc-dUh">
  161. <rect key="frame" x="10" y="15" width="50" height="50"/>
  162. <constraints>
  163. <constraint firstAttribute="width" constant="50" id="9Wc-23-pxR"/>
  164. <constraint firstAttribute="height" constant="50" id="qQc-UR-Wdf"/>
  165. </constraints>
  166. </imageView>
  167. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Apex Land" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Rt-Xa-P59">
  168. <rect key="frame" x="70" y="15" width="295" height="21"/>
  169. <constraints>
  170. <constraint firstAttribute="height" constant="21" id="I4Z-WS-ohs"/>
  171. </constraints>
  172. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  173. <nil key="textColor"/>
  174. <nil key="highlightedColor"/>
  175. </label>
  176. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="redant_40" translatesAutoresizingMaskIntoConstraints="NO" id="Dil-4Z-rVN">
  177. <rect key="frame" x="15" y="75" width="40" height="40"/>
  178. <constraints>
  179. <constraint firstAttribute="height" constant="40" id="HgH-qQ-Zgv"/>
  180. <constraint firstAttribute="width" constant="40" id="o14-AU-INB"/>
  181. </constraints>
  182. </imageView>
  183. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Ver:1.0 build 180913" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gMo-mB-JAI">
  184. <rect key="frame" x="70" y="41" width="295" height="21"/>
  185. <constraints>
  186. <constraint firstAttribute="height" constant="21" id="oz7-pl-nM7"/>
  187. </constraints>
  188. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  189. <nil key="textColor"/>
  190. <nil key="highlightedColor"/>
  191. </label>
  192. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" bouncesZoom="NO" editable="NO" text="redantsupport@united-us.net" translatesAutoresizingMaskIntoConstraints="NO" id="PVK-zg-HWg">
  193. <rect key="frame" x="65" y="89.5" width="300" height="25"/>
  194. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  195. <constraints>
  196. <constraint firstAttribute="height" constant="25" id="ccc-3X-Q0i"/>
  197. </constraints>
  198. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  199. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  200. <dataDetectorType key="dataDetectorTypes" link="YES"/>
  201. </textView>
  202. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Support:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wiy-uj-wOO">
  203. <rect key="frame" x="70" y="75" width="295" height="19.5"/>
  204. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  205. <nil key="textColor"/>
  206. <nil key="highlightedColor"/>
  207. </label>
  208. </subviews>
  209. <constraints>
  210. <constraint firstItem="0Rt-Xa-P59" firstAttribute="top" secondItem="Fjp-Bc-dUh" secondAttribute="top" id="58E-tE-iL2"/>
  211. <constraint firstItem="Dil-4Z-rVN" firstAttribute="top" secondItem="Fjp-Bc-dUh" secondAttribute="bottom" constant="10" id="8nh-5g-Bcy"/>
  212. <constraint firstItem="gMo-mB-JAI" firstAttribute="trailing" secondItem="0Rt-Xa-P59" secondAttribute="trailing" id="AFf-9L-m16"/>
  213. <constraint firstItem="PVK-zg-HWg" firstAttribute="trailing" secondItem="Wiy-uj-wOO" secondAttribute="trailing" id="E6r-yq-qJQ"/>
  214. <constraint firstItem="gMo-mB-JAI" firstAttribute="top" secondItem="0Rt-Xa-P59" secondAttribute="bottom" constant="5" id="IDJ-3L-ym9"/>
  215. <constraint firstItem="Fjp-Bc-dUh" firstAttribute="leading" secondItem="Tm1-Oc-7El" secondAttribute="leading" constant="10" id="LO4-zF-m0K"/>
  216. <constraint firstAttribute="trailing" secondItem="0Rt-Xa-P59" secondAttribute="trailing" constant="10" id="O7Y-qk-rIU"/>
  217. <constraint firstItem="PVK-zg-HWg" firstAttribute="top" secondItem="Wiy-uj-wOO" secondAttribute="bottom" constant="-5" id="Sge-bw-DDc"/>
  218. <constraint firstItem="Wiy-uj-wOO" firstAttribute="leading" secondItem="gMo-mB-JAI" secondAttribute="leading" id="U7y-uf-WQP"/>
  219. <constraint firstItem="0Rt-Xa-P59" firstAttribute="leading" secondItem="Fjp-Bc-dUh" secondAttribute="trailing" constant="10" id="Wy3-bY-364"/>
  220. <constraint firstItem="Dil-4Z-rVN" firstAttribute="centerX" secondItem="Fjp-Bc-dUh" secondAttribute="centerX" id="Yqo-hR-AY3"/>
  221. <constraint firstItem="Fjp-Bc-dUh" firstAttribute="top" secondItem="Tm1-Oc-7El" secondAttribute="top" constant="15" id="fan-pT-DB5"/>
  222. <constraint firstItem="gMo-mB-JAI" firstAttribute="leading" secondItem="0Rt-Xa-P59" secondAttribute="leading" id="mly-Rf-Kdt"/>
  223. <constraint firstItem="Wiy-uj-wOO" firstAttribute="top" secondItem="Dil-4Z-rVN" secondAttribute="top" id="n0f-ZA-t3t"/>
  224. <constraint firstItem="Wiy-uj-wOO" firstAttribute="trailing" secondItem="gMo-mB-JAI" secondAttribute="trailing" id="wbU-Bz-G0R"/>
  225. <constraint firstItem="PVK-zg-HWg" firstAttribute="leading" secondItem="Wiy-uj-wOO" secondAttribute="leading" constant="-5" id="zSk-dw-QdC"/>
  226. </constraints>
  227. </tableViewCellContentView>
  228. <connections>
  229. <outlet property="appIconView" destination="Fjp-Bc-dUh" id="WGr-ek-Xjx"/>
  230. <outlet property="appNameLabel" destination="0Rt-Xa-P59" id="QbG-eT-auD"/>
  231. <outlet property="appVerLabel" destination="gMo-mB-JAI" id="9hr-C3-Z6w"/>
  232. <outlet property="redantLogoView" destination="Dil-4Z-rVN" id="07N-Rd-aUa"/>
  233. <outlet property="supportLabel" destination="PVK-zg-HWg" id="tcj-pA-y90"/>
  234. </connections>
  235. </tableViewCell>
  236. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="RASettingLinkCell" rowHeight="60" id="2dy-RZ-XkB" customClass="RASettingLinkCell">
  237. <rect key="frame" x="0.0" y="343" width="375" height="60"/>
  238. <autoresizingMask key="autoresizingMask"/>
  239. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="2dy-RZ-XkB" id="2ST-An-KkX">
  240. <rect key="frame" x="0.0" y="0.0" width="348" height="60"/>
  241. <autoresizingMask key="autoresizingMask"/>
  242. <subviews>
  243. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VQY-CF-Usu">
  244. <rect key="frame" x="10" y="5" width="328" height="50"/>
  245. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  246. <nil key="textColor"/>
  247. <nil key="highlightedColor"/>
  248. </label>
  249. </subviews>
  250. <constraints>
  251. <constraint firstAttribute="trailing" secondItem="VQY-CF-Usu" secondAttribute="trailing" constant="10" id="8qG-Hf-u7e"/>
  252. <constraint firstAttribute="bottom" secondItem="VQY-CF-Usu" secondAttribute="bottom" constant="5" id="Czp-st-tkJ"/>
  253. <constraint firstItem="VQY-CF-Usu" firstAttribute="centerY" secondItem="2ST-An-KkX" secondAttribute="centerY" id="MHL-3E-qFY"/>
  254. <constraint firstItem="VQY-CF-Usu" firstAttribute="leading" secondItem="2ST-An-KkX" secondAttribute="leading" constant="10" id="bRP-pu-6O8"/>
  255. <constraint firstItem="VQY-CF-Usu" firstAttribute="top" secondItem="2ST-An-KkX" secondAttribute="top" constant="5" id="mFP-Yt-eQx"/>
  256. </constraints>
  257. </tableViewCellContentView>
  258. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  259. <connections>
  260. <outlet property="titleLabel" destination="VQY-CF-Usu" id="vZc-JL-uFR"/>
  261. </connections>
  262. </tableViewCell>
  263. </prototypes>
  264. <connections>
  265. <outlet property="dataSource" destination="K1Z-ea-fUh" id="17k-2P-W4r"/>
  266. <outlet property="delegate" destination="K1Z-ea-fUh" id="rgY-MS-P2k"/>
  267. </connections>
  268. </tableView>
  269. </subviews>
  270. <viewLayoutGuide key="safeArea" id="oTy-yr-RHK"/>
  271. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  272. <constraints>
  273. <constraint firstItem="bt6-9g-1Sc" firstAttribute="top" secondItem="oTy-yr-RHK" secondAttribute="top" id="3do-tf-2x8"/>
  274. <constraint firstItem="oTy-yr-RHK" firstAttribute="trailing" secondItem="bt6-9g-1Sc" secondAttribute="trailing" id="PqX-0F-0gI"/>
  275. <constraint firstItem="bt6-9g-1Sc" firstAttribute="leading" secondItem="oTy-yr-RHK" secondAttribute="leading" id="fDd-SR-kyZ"/>
  276. <constraint firstItem="oTy-yr-RHK" firstAttribute="bottom" secondItem="bt6-9g-1Sc" secondAttribute="bottom" id="ny6-IT-Teu"/>
  277. </constraints>
  278. </view>
  279. <connections>
  280. <outlet property="settingTableView" destination="bt6-9g-1Sc" id="nMT-hv-aC5"/>
  281. </connections>
  282. </viewController>
  283. <placeholder placeholderIdentifier="IBFirstResponder" id="hs2-jY-gRV" userLabel="First Responder" sceneMemberID="firstResponder"/>
  284. </objects>
  285. <point key="canvasLocation" x="-239.19999999999999" y="53.523238380809602"/>
  286. </scene>
  287. <!--Option View Controller-->
  288. <scene sceneID="cmB-vN-FrB">
  289. <objects>
  290. <viewController storyboardIdentifier="RAOptionViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vLn-jg-qO2" customClass="RAOptionViewController" sceneMemberID="viewController">
  291. <view key="view" contentMode="scaleToFill" id="JuG-f5-RAN">
  292. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  293. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  294. <subviews>
  295. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Tfn-3m-nS4">
  296. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  297. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  298. <prototypes>
  299. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAOptionCell" rowHeight="50" id="vtS-6b-ZlL" customClass="RAOptionCell">
  300. <rect key="frame" x="0.0" y="28" width="375" height="50"/>
  301. <autoresizingMask key="autoresizingMask"/>
  302. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="vtS-6b-ZlL" id="0Gc-fu-jG7">
  303. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  304. <autoresizingMask key="autoresizingMask"/>
  305. <subviews>
  306. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H3V-Ud-CQM">
  307. <rect key="frame" x="5" y="16" width="365" height="18"/>
  308. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  309. <nil key="textColor"/>
  310. <nil key="highlightedColor"/>
  311. </label>
  312. </subviews>
  313. <constraints>
  314. <constraint firstItem="H3V-Ud-CQM" firstAttribute="leading" secondItem="0Gc-fu-jG7" secondAttribute="leading" constant="5" id="2uH-tT-jKF"/>
  315. <constraint firstAttribute="trailing" secondItem="H3V-Ud-CQM" secondAttribute="trailing" constant="5" id="ioK-Ty-4Gp"/>
  316. <constraint firstItem="H3V-Ud-CQM" firstAttribute="centerY" secondItem="0Gc-fu-jG7" secondAttribute="centerY" id="tZx-8w-jk0"/>
  317. </constraints>
  318. </tableViewCellContentView>
  319. <connections>
  320. <outlet property="titleLabel" destination="H3V-Ud-CQM" id="rFH-ND-7e9"/>
  321. </connections>
  322. </tableViewCell>
  323. </prototypes>
  324. <connections>
  325. <outlet property="dataSource" destination="vLn-jg-qO2" id="fpk-er-qlH"/>
  326. <outlet property="delegate" destination="vLn-jg-qO2" id="itb-oC-qVX"/>
  327. </connections>
  328. </tableView>
  329. </subviews>
  330. <viewLayoutGuide key="safeArea" id="Glx-5I-7JL"/>
  331. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  332. <constraints>
  333. <constraint firstItem="Tfn-3m-nS4" firstAttribute="leading" secondItem="Glx-5I-7JL" secondAttribute="leading" id="6FQ-cE-kUg"/>
  334. <constraint firstItem="Tfn-3m-nS4" firstAttribute="top" secondItem="Glx-5I-7JL" secondAttribute="top" id="YoH-bk-uwv"/>
  335. <constraint firstItem="Glx-5I-7JL" firstAttribute="trailing" secondItem="Tfn-3m-nS4" secondAttribute="trailing" id="fgt-UT-eCV"/>
  336. <constraint firstItem="Glx-5I-7JL" firstAttribute="bottom" secondItem="Tfn-3m-nS4" secondAttribute="bottom" id="u9D-aj-Pg8"/>
  337. </constraints>
  338. </view>
  339. <connections>
  340. <outlet property="optionTable" destination="Tfn-3m-nS4" id="xls-RJ-I2h"/>
  341. </connections>
  342. </viewController>
  343. <placeholder placeholderIdentifier="IBFirstResponder" id="VD0-e9-VNF" userLabel="First Responder" sceneMemberID="firstResponder"/>
  344. </objects>
  345. <point key="canvasLocation" x="658" y="54"/>
  346. </scene>
  347. <!--Change Password View Controller-->
  348. <scene sceneID="SiS-Sm-5ua">
  349. <objects>
  350. <viewController storyboardIdentifier="RAChangePasswordViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="q0p-GF-XgD" customClass="RAChangePasswordViewController" sceneMemberID="viewController">
  351. <view key="view" contentMode="scaleToFill" id="XiV-dx-5Lf">
  352. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  353. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  354. <subviews>
  355. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Old password *required" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="AGg-Is-zfV">
  356. <rect key="frame" x="5" y="41" width="365" height="30"/>
  357. <constraints>
  358. <constraint firstAttribute="height" constant="30" id="tdG-fz-DUH"/>
  359. </constraints>
  360. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  361. <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
  362. <connections>
  363. <outlet property="delegate" destination="q0p-GF-XgD" id="4Xo-J8-U63"/>
  364. </connections>
  365. </textField>
  366. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Change Password" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XYO-s8-g1R">
  367. <rect key="frame" x="5" y="10" width="365" height="21"/>
  368. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  369. <nil key="textColor"/>
  370. <nil key="highlightedColor"/>
  371. </label>
  372. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="New password *required" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="one-j7-LgU">
  373. <rect key="frame" x="5" y="81" width="365" height="30"/>
  374. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  375. <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
  376. <connections>
  377. <outlet property="delegate" destination="q0p-GF-XgD" id="s14-bx-KKH"/>
  378. </connections>
  379. </textField>
  380. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Confirm new password *required" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="dQK-Xb-iG2">
  381. <rect key="frame" x="5" y="121" width="365" height="30"/>
  382. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  383. <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
  384. <connections>
  385. <outlet property="delegate" destination="q0p-GF-XgD" id="vKK-Ne-nD6"/>
  386. </connections>
  387. </textField>
  388. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mZu-0K-iio">
  389. <rect key="frame" x="0.0" y="161" width="375" height="40"/>
  390. <subviews>
  391. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gkw-yN-ovJ">
  392. <rect key="frame" x="10" y="0.0" width="172.5" height="40"/>
  393. <subviews>
  394. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="i90-wQ-C0t">
  395. <rect key="frame" x="62.5" y="5" width="48" height="30"/>
  396. <state key="normal" title="Cancel"/>
  397. <connections>
  398. <action selector="cancelBtnClick:" destination="q0p-GF-XgD" eventType="touchUpInside" id="Bfz-hQ-8gd"/>
  399. </connections>
  400. </button>
  401. </subviews>
  402. <constraints>
  403. <constraint firstItem="i90-wQ-C0t" firstAttribute="centerY" secondItem="gkw-yN-ovJ" secondAttribute="centerY" id="03R-zG-jjK"/>
  404. <constraint firstItem="i90-wQ-C0t" firstAttribute="centerX" secondItem="gkw-yN-ovJ" secondAttribute="centerX" id="teA-L3-jiv"/>
  405. </constraints>
  406. </view>
  407. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xb4-bE-BCi">
  408. <rect key="frame" x="192.5" y="0.0" width="172.5" height="40"/>
  409. <subviews>
  410. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NV0-3K-Irh">
  411. <rect key="frame" x="60" y="5" width="53" height="30"/>
  412. <state key="normal" title="Change"/>
  413. <connections>
  414. <action selector="changeBtnClick:" destination="q0p-GF-XgD" eventType="touchUpInside" id="oHD-Ns-DyX"/>
  415. </connections>
  416. </button>
  417. </subviews>
  418. <constraints>
  419. <constraint firstItem="NV0-3K-Irh" firstAttribute="centerX" secondItem="xb4-bE-BCi" secondAttribute="centerX" id="41i-b6-WRa"/>
  420. <constraint firstItem="NV0-3K-Irh" firstAttribute="centerY" secondItem="xb4-bE-BCi" secondAttribute="centerY" id="PBX-UU-rDL"/>
  421. </constraints>
  422. </view>
  423. </subviews>
  424. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  425. <constraints>
  426. <constraint firstItem="xb4-bE-BCi" firstAttribute="height" secondItem="gkw-yN-ovJ" secondAttribute="height" id="7zk-T8-l0Z"/>
  427. <constraint firstItem="xb4-bE-BCi" firstAttribute="centerY" secondItem="gkw-yN-ovJ" secondAttribute="centerY" id="9xp-pz-4Qt"/>
  428. <constraint firstItem="xb4-bE-BCi" firstAttribute="leading" secondItem="gkw-yN-ovJ" secondAttribute="trailing" constant="10" id="Amh-VE-NCY"/>
  429. <constraint firstAttribute="trailing" secondItem="xb4-bE-BCi" secondAttribute="trailing" constant="10" id="M6u-j4-dlI"/>
  430. <constraint firstItem="gkw-yN-ovJ" firstAttribute="height" secondItem="mZu-0K-iio" secondAttribute="height" id="PqS-yU-544"/>
  431. <constraint firstItem="xb4-bE-BCi" firstAttribute="width" secondItem="gkw-yN-ovJ" secondAttribute="width" id="dKj-40-hMP"/>
  432. <constraint firstAttribute="height" constant="40" id="eDb-up-scU"/>
  433. <constraint firstItem="gkw-yN-ovJ" firstAttribute="leading" secondItem="mZu-0K-iio" secondAttribute="leading" constant="10" id="h9P-QF-shc"/>
  434. <constraint firstItem="gkw-yN-ovJ" firstAttribute="centerY" secondItem="mZu-0K-iio" secondAttribute="centerY" id="ocf-ue-dhy"/>
  435. </constraints>
  436. </view>
  437. </subviews>
  438. <viewLayoutGuide key="safeArea" id="wbS-Du-ewM"/>
  439. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  440. <constraints>
  441. <constraint firstItem="XYO-s8-g1R" firstAttribute="leading" secondItem="wbS-Du-ewM" secondAttribute="leading" constant="5" id="1Wv-CX-Hbg"/>
  442. <constraint firstItem="mZu-0K-iio" firstAttribute="leading" secondItem="wbS-Du-ewM" secondAttribute="leading" id="5RY-GD-sLK"/>
  443. <constraint firstItem="mZu-0K-iio" firstAttribute="top" secondItem="dQK-Xb-iG2" secondAttribute="bottom" constant="10" id="6hY-8G-FDo"/>
  444. <constraint firstItem="AGg-Is-zfV" firstAttribute="leading" secondItem="XYO-s8-g1R" secondAttribute="leading" id="9yH-gO-Mbr"/>
  445. <constraint firstItem="AGg-Is-zfV" firstAttribute="top" secondItem="XYO-s8-g1R" secondAttribute="bottom" constant="10" id="BIt-jU-RuU"/>
  446. <constraint firstItem="dQK-Xb-iG2" firstAttribute="leading" secondItem="one-j7-LgU" secondAttribute="leading" id="HFH-vU-gQ0"/>
  447. <constraint firstItem="dQK-Xb-iG2" firstAttribute="top" secondItem="one-j7-LgU" secondAttribute="bottom" constant="10" id="L0x-Ni-kFD"/>
  448. <constraint firstItem="one-j7-LgU" firstAttribute="top" secondItem="AGg-Is-zfV" secondAttribute="bottom" constant="10" id="Lyy-X2-PbC"/>
  449. <constraint firstItem="dQK-Xb-iG2" firstAttribute="height" secondItem="one-j7-LgU" secondAttribute="height" id="Mb5-xc-Yxl"/>
  450. <constraint firstItem="dQK-Xb-iG2" firstAttribute="trailing" secondItem="one-j7-LgU" secondAttribute="trailing" id="Zk2-fJ-kqA"/>
  451. <constraint firstItem="wbS-Du-ewM" firstAttribute="trailing" secondItem="XYO-s8-g1R" secondAttribute="trailing" constant="5" id="dag-gm-Dxn"/>
  452. <constraint firstItem="one-j7-LgU" firstAttribute="height" secondItem="AGg-Is-zfV" secondAttribute="height" id="gJG-Ax-FnN"/>
  453. <constraint firstItem="AGg-Is-zfV" firstAttribute="trailing" secondItem="XYO-s8-g1R" secondAttribute="trailing" id="jfR-7a-CWn"/>
  454. <constraint firstItem="one-j7-LgU" firstAttribute="leading" secondItem="AGg-Is-zfV" secondAttribute="leading" id="oCk-B6-DdE"/>
  455. <constraint firstItem="wbS-Du-ewM" firstAttribute="trailing" secondItem="mZu-0K-iio" secondAttribute="trailing" id="qFG-a9-W1c"/>
  456. <constraint firstItem="one-j7-LgU" firstAttribute="trailing" secondItem="AGg-Is-zfV" secondAttribute="trailing" id="veq-oU-lur"/>
  457. <constraint firstItem="XYO-s8-g1R" firstAttribute="top" secondItem="wbS-Du-ewM" secondAttribute="top" constant="10" id="ztq-Pn-u66"/>
  458. </constraints>
  459. </view>
  460. <connections>
  461. <outlet property="cancelBtn" destination="i90-wQ-C0t" id="e53-2c-oAC"/>
  462. <outlet property="changeBtn" destination="NV0-3K-Irh" id="njh-FX-gJO"/>
  463. <outlet property="changeTextField" destination="one-j7-LgU" id="dsp-U4-vpx"/>
  464. <outlet property="confirmTextField" destination="dQK-Xb-iG2" id="E4L-0U-0pP"/>
  465. <outlet property="oldTextField" destination="AGg-Is-zfV" id="DFx-tR-NRD"/>
  466. </connections>
  467. </viewController>
  468. <placeholder placeholderIdentifier="IBFirstResponder" id="SjR-G2-BNH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  469. </objects>
  470. <point key="canvasLocation" x="1376.8" y="53.523238380809602"/>
  471. </scene>
  472. </scenes>
  473. <resources>
  474. <image name="icon_50" width="50" height="50"/>
  475. <image name="redant_40" width="40" height="40"/>
  476. </resources>
  477. </document>