Login.storyboard 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  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="14283.14"/>
  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. <!--Login-->
  14. <scene sceneID="bLx-RG-pI5">
  15. <objects>
  16. <viewController storyboardIdentifier="LoginViewController" title="Login" useStoryboardIdentifierAsRestorationIdentifier="YES" id="bft-hS-tbx" customClass="LoginViewController" sceneMemberID="viewController">
  17. <layoutGuides>
  18. <viewControllerLayoutGuide type="top" id="6Mm-eS-rAo"/>
  19. <viewControllerLayoutGuide type="bottom" id="KzV-Ny-317"/>
  20. </layoutGuides>
  21. <view key="view" contentMode="scaleToFill" id="jSh-rY-8BJ">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TW9-L1-cOz" customClass="RALoginBackgroundView">
  26. <rect key="frame" x="0.0" y="20" width="375" height="47"/>
  27. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. </view>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qCw-s3-fQH">
  30. <rect key="frame" x="0.0" y="231.5" width="375" height="140"/>
  31. <subviews>
  32. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="User" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="VlU-9K-g4X">
  33. <rect key="frame" x="20" y="10" width="335" height="30"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="30" id="fEJ-5y-wXK"/>
  36. </constraints>
  37. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  39. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  40. </textField>
  41. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Password" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="9gC-X8-VVb">
  42. <rect key="frame" x="20" y="60" width="335" height="30"/>
  43. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  44. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  45. <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
  46. </textField>
  47. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qz0-oF-i3d">
  48. <rect key="frame" x="317" y="114" width="38" height="30"/>
  49. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  50. <state key="normal" title="Login">
  51. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  52. </state>
  53. <connections>
  54. <action selector="LoginButtonClick:" destination="bft-hS-tbx" eventType="touchUpInside" id="0hN-aU-ntl"/>
  55. </connections>
  56. </button>
  57. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vy2-V9-9ML">
  58. <rect key="frame" x="20" y="119" width="131" height="20"/>
  59. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  60. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  61. <state key="normal" title=" Save password" image="uncheck">
  62. <color key="titleColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  63. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. </state>
  65. <state key="selected" image="check"/>
  66. </button>
  67. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="n26-yz-BRQ">
  68. <rect key="frame" x="287" y="119" width="20" height="20"/>
  69. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  70. </activityIndicatorView>
  71. </subviews>
  72. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  73. <constraints>
  74. <constraint firstItem="9gC-X8-VVb" firstAttribute="width" secondItem="VlU-9K-g4X" secondAttribute="width" id="1rw-dl-JUG"/>
  75. <constraint firstItem="VlU-9K-g4X" firstAttribute="leading" secondItem="qCw-s3-fQH" secondAttribute="leading" constant="20" id="29G-qP-j9S"/>
  76. <constraint firstItem="VlU-9K-g4X" firstAttribute="centerX" secondItem="qCw-s3-fQH" secondAttribute="centerX" id="4kK-EF-vvZ"/>
  77. <constraint firstItem="n26-yz-BRQ" firstAttribute="centerY" secondItem="Qz0-oF-i3d" secondAttribute="centerY" id="Diz-xM-v0k"/>
  78. <constraint firstItem="Qz0-oF-i3d" firstAttribute="trailing" secondItem="9gC-X8-VVb" secondAttribute="trailing" id="ELj-Pp-6u0"/>
  79. <constraint firstItem="Qz0-oF-i3d" firstAttribute="top" secondItem="9gC-X8-VVb" secondAttribute="bottom" constant="24" id="FxS-Oc-vVk"/>
  80. <constraint firstItem="9gC-X8-VVb" firstAttribute="top" secondItem="VlU-9K-g4X" secondAttribute="bottom" constant="20" id="QwQ-XT-xkf"/>
  81. <constraint firstItem="vy2-V9-9ML" firstAttribute="leading" secondItem="9gC-X8-VVb" secondAttribute="leading" id="aws-uB-39W"/>
  82. <constraint firstItem="VlU-9K-g4X" firstAttribute="top" secondItem="qCw-s3-fQH" secondAttribute="top" constant="10" id="nOV-Rf-3kV"/>
  83. <constraint firstAttribute="height" constant="140" id="nQC-EH-PLF"/>
  84. <constraint firstItem="Qz0-oF-i3d" firstAttribute="leading" secondItem="n26-yz-BRQ" secondAttribute="trailing" constant="10" id="pyO-o5-w4j"/>
  85. <constraint firstItem="9gC-X8-VVb" firstAttribute="centerX" secondItem="qCw-s3-fQH" secondAttribute="centerX" id="qfR-jT-s4Z"/>
  86. <constraint firstItem="vy2-V9-9ML" firstAttribute="centerY" secondItem="Qz0-oF-i3d" secondAttribute="centerY" id="qjq-Ld-Wsm"/>
  87. </constraints>
  88. </view>
  89. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="driver_logo" translatesAutoresizingMaskIntoConstraints="NO" id="uPR-4Z-qVR">
  90. <rect key="frame" x="20" y="67" width="335" height="144.5"/>
  91. <constraints>
  92. <constraint firstAttribute="width" secondItem="uPR-4Z-qVR" secondAttribute="height" multiplier="253:109" id="fsr-jT-3hX"/>
  93. </constraints>
  94. <inset key="insetFor6xAndEarlier" minX="0.0" minY="40" maxX="0.0" maxY="-40"/>
  95. </imageView>
  96. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4nB-rd-0CZ">
  97. <rect key="frame" x="183" y="396.5" width="172" height="30"/>
  98. <constraints>
  99. <constraint firstAttribute="width" constant="172" id="ROU-8P-HXY"/>
  100. </constraints>
  101. <state key="normal" title="Retrieve password"/>
  102. <connections>
  103. <action selector="RetrieveButtonClick:" destination="bft-hS-tbx" eventType="touchUpInside" id="yuJ-Bq-epd"/>
  104. </connections>
  105. </button>
  106. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ver:A160422" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hEP-az-ldq">
  107. <rect key="frame" x="20" y="30" width="83" height="17"/>
  108. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  109. <color key="textColor" white="0.33333333329999998" alpha="1" colorSpace="calibratedWhite"/>
  110. <nil key="highlightedColor"/>
  111. </label>
  112. </subviews>
  113. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  114. <constraints>
  115. <constraint firstItem="TW9-L1-cOz" firstAttribute="leading" secondItem="eN5-fH-f6F" secondAttribute="leading" id="0nI-CV-MeI"/>
  116. <constraint firstItem="uPR-4Z-qVR" firstAttribute="centerX" secondItem="jSh-rY-8BJ" secondAttribute="centerX" id="5pf-lB-Mm4"/>
  117. <constraint firstItem="4nB-rd-0CZ" firstAttribute="top" secondItem="qCw-s3-fQH" secondAttribute="bottom" constant="25" id="6o9-jZ-S21"/>
  118. <constraint firstItem="TW9-L1-cOz" firstAttribute="bottom" secondItem="uPR-4Z-qVR" secondAttribute="top" id="7Rk-ze-vyF"/>
  119. <constraint firstItem="hEP-az-ldq" firstAttribute="top" secondItem="6Mm-eS-rAo" secondAttribute="bottom" constant="10" id="8mY-tL-gaO"/>
  120. <constraint firstItem="uPR-4Z-qVR" firstAttribute="top" secondItem="hEP-az-ldq" secondAttribute="bottom" constant="20" id="AdB-h2-R13"/>
  121. <constraint firstItem="uPR-4Z-qVR" firstAttribute="trailing" secondItem="VlU-9K-g4X" secondAttribute="trailing" id="H1m-mE-RTg"/>
  122. <constraint firstItem="TW9-L1-cOz" firstAttribute="top" secondItem="6Mm-eS-rAo" secondAttribute="bottom" id="HBQ-jg-qvo"/>
  123. <constraint firstItem="eN5-fH-f6F" firstAttribute="trailing" secondItem="TW9-L1-cOz" secondAttribute="trailing" id="IJk-KT-XcP"/>
  124. <constraint firstItem="qCw-s3-fQH" firstAttribute="width" secondItem="jSh-rY-8BJ" secondAttribute="width" id="MS5-9p-o7T"/>
  125. <constraint firstItem="qCw-s3-fQH" firstAttribute="centerX" secondItem="jSh-rY-8BJ" secondAttribute="centerX" id="ODC-DF-6A9"/>
  126. <constraint firstItem="hEP-az-ldq" firstAttribute="leading" secondItem="jSh-rY-8BJ" secondAttribute="leading" constant="20" id="OwY-VO-t5P"/>
  127. <constraint firstItem="KzV-Ny-317" firstAttribute="top" relation="greaterThanOrEqual" secondItem="4nB-rd-0CZ" secondAttribute="bottom" constant="5" id="Sr3-MZ-z0k"/>
  128. <constraint firstItem="uPR-4Z-qVR" firstAttribute="leading" secondItem="VlU-9K-g4X" secondAttribute="leading" id="VBn-UB-gKO"/>
  129. <constraint firstItem="4nB-rd-0CZ" firstAttribute="trailing" secondItem="9gC-X8-VVb" secondAttribute="trailing" id="iXl-Es-zfd"/>
  130. <constraint firstItem="qCw-s3-fQH" firstAttribute="top" secondItem="uPR-4Z-qVR" secondAttribute="bottom" constant="20" id="ma6-ER-qXY"/>
  131. </constraints>
  132. <viewLayoutGuide key="safeArea" id="eN5-fH-f6F"/>
  133. </view>
  134. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  135. <nil key="simulatedTopBarMetrics"/>
  136. <nil key="simulatedBottomBarMetrics"/>
  137. <connections>
  138. <outlet property="btnRetrievePassword" destination="4nB-rd-0CZ" id="W8b-Z2-ap1"/>
  139. <outlet property="checkSavePassword" destination="vy2-V9-9ML" id="TPX-Vp-7eD"/>
  140. <outlet property="editPassword" destination="9gC-X8-VVb" id="GvF-9N-kb3"/>
  141. <outlet property="editUser" destination="VlU-9K-g4X" id="5Ky-7b-R1r"/>
  142. <outlet property="loginButton" destination="Qz0-oF-i3d" id="oBP-jj-B0M"/>
  143. <outlet property="mum" destination="n26-yz-BRQ" id="Wmb-sr-6Fu"/>
  144. <outlet property="verLabel" destination="hEP-az-ldq" id="7EU-Nt-Mf7"/>
  145. </connections>
  146. </viewController>
  147. <placeholder placeholderIdentifier="IBFirstResponder" id="otq-r3-uRx" sceneMemberID="firstResponder"/>
  148. </objects>
  149. <point key="canvasLocation" x="656.79999999999995" y="-2448.1259370314842"/>
  150. </scene>
  151. <!--Retrieve Password View Controller-->
  152. <scene sceneID="5za-E3-6PF">
  153. <objects>
  154. <viewController storyboardIdentifier="RetrievePasswordViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="1CN-o6-L44" customClass="RetrievePasswordViewController" sceneMemberID="viewController">
  155. <layoutGuides>
  156. <viewControllerLayoutGuide type="top" id="xAq-H9-nRh"/>
  157. <viewControllerLayoutGuide type="bottom" id="zuh-Qc-obd"/>
  158. </layoutGuides>
  159. <view key="view" contentMode="scaleToFill" id="8lZ-nd-1Dp">
  160. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  161. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  162. <subviews>
  163. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="User name" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="NxN-sx-m5j">
  164. <rect key="frame" x="47.5" y="53" width="280" height="30"/>
  165. <constraints>
  166. <constraint firstAttribute="height" constant="30" id="Flw-Vt-TlV"/>
  167. <constraint firstAttribute="width" constant="280" id="QMA-mk-bfs"/>
  168. </constraints>
  169. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  170. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  171. <connections>
  172. <outlet property="delegate" destination="1CN-o6-L44" id="a49-LD-ALi"/>
  173. </connections>
  174. </textField>
  175. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Email" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Qyz-eH-lzt">
  176. <rect key="frame" x="47.5" y="88" width="280" height="30"/>
  177. <constraints>
  178. <constraint firstAttribute="width" constant="280" id="cAe-61-D7H"/>
  179. <constraint firstAttribute="height" constant="30" id="wE4-m1-Lyf"/>
  180. </constraints>
  181. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  182. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  183. <connections>
  184. <outlet property="delegate" destination="1CN-o6-L44" id="gOt-4t-bM8"/>
  185. </connections>
  186. </textField>
  187. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8vH-Bt-vmC">
  188. <rect key="frame" x="47.5" y="128" width="48" height="30"/>
  189. <state key="normal" title="Cancel">
  190. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  191. </state>
  192. <connections>
  193. <action selector="OnCancel:" destination="1CN-o6-L44" eventType="touchUpInside" id="X5z-8H-kEW"/>
  194. </connections>
  195. </button>
  196. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5lz-8M-zkN">
  197. <rect key="frame" x="297.5" y="128" width="30" height="30"/>
  198. <state key="normal" title="Ok">
  199. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  200. </state>
  201. <connections>
  202. <action selector="OnOk:" destination="1CN-o6-L44" eventType="touchUpInside" id="6rl-Cp-cRh"/>
  203. </connections>
  204. </button>
  205. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Retrieve Password" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z88-in-EvQ">
  206. <rect key="frame" x="109.5" y="25" width="156.5" height="23"/>
  207. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  208. <nil key="highlightedColor"/>
  209. </label>
  210. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="dzY-Oe-mGB">
  211. <rect key="frame" x="169" y="315" width="37" height="37"/>
  212. <color key="color" red="0.40000000600000002" green="0.80000001190000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  213. </activityIndicatorView>
  214. </subviews>
  215. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  216. <constraints>
  217. <constraint firstItem="Qyz-eH-lzt" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="7ns-Xh-cfR"/>
  218. <constraint firstItem="5lz-8M-zkN" firstAttribute="trailing" secondItem="Qyz-eH-lzt" secondAttribute="trailing" id="FND-x2-3Jd"/>
  219. <constraint firstItem="z88-in-EvQ" firstAttribute="top" secondItem="xAq-H9-nRh" secondAttribute="bottom" constant="5" id="Hm3-GD-Ui1"/>
  220. <constraint firstItem="NxN-sx-m5j" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="Jha-fu-1vU"/>
  221. <constraint firstItem="8vH-Bt-vmC" firstAttribute="leading" secondItem="Qyz-eH-lzt" secondAttribute="leading" id="P3T-lq-fKL"/>
  222. <constraint firstItem="NxN-sx-m5j" firstAttribute="top" secondItem="z88-in-EvQ" secondAttribute="bottom" constant="5" id="R73-mB-VYV"/>
  223. <constraint firstItem="8vH-Bt-vmC" firstAttribute="top" secondItem="Qyz-eH-lzt" secondAttribute="bottom" constant="10" id="VTD-UE-T8P"/>
  224. <constraint firstItem="z88-in-EvQ" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="dRG-E0-vHV"/>
  225. <constraint firstItem="dzY-Oe-mGB" firstAttribute="centerY" secondItem="8lZ-nd-1Dp" secondAttribute="centerY" id="eYL-IY-FSs"/>
  226. <constraint firstItem="5lz-8M-zkN" firstAttribute="top" secondItem="8vH-Bt-vmC" secondAttribute="top" id="fg2-l1-cQM"/>
  227. <constraint firstItem="dzY-Oe-mGB" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="oQv-Ue-crw"/>
  228. <constraint firstItem="Qyz-eH-lzt" firstAttribute="top" secondItem="NxN-sx-m5j" secondAttribute="bottom" constant="5" id="tSB-iH-lFp"/>
  229. </constraints>
  230. <viewLayoutGuide key="safeArea" id="fCm-6G-ZPa"/>
  231. </view>
  232. <navigationItem key="navigationItem" id="tHq-vU-qI2"/>
  233. <connections>
  234. <outlet property="btnCancel" destination="8vH-Bt-vmC" id="qsS-fp-gyh"/>
  235. <outlet property="btnOk" destination="5lz-8M-zkN" id="tcZ-fx-LNf"/>
  236. <outlet property="editEmail" destination="Qyz-eH-lzt" id="owt-jI-eOQ"/>
  237. <outlet property="editUser" destination="NxN-sx-m5j" id="d4A-Mg-hQ3"/>
  238. <outlet property="mum" destination="dzY-Oe-mGB" id="Js5-L0-TUS"/>
  239. </connections>
  240. </viewController>
  241. <placeholder placeholderIdentifier="IBFirstResponder" id="GhA-p4-dOH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  242. </objects>
  243. <point key="canvasLocation" x="2312.8000000000002" y="-2448.1259370314842"/>
  244. </scene>
  245. </scenes>
  246. <resources>
  247. <image name="check" width="20" height="20"/>
  248. <image name="driver_logo" width="253" height="109"/>
  249. <image name="uncheck" width="20" height="20"/>
  250. </resources>
  251. </document>