You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1856 lines
230 KiB

6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="bre-9a-MNM">
  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="14088"/>
  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. <customFonts key="customFonts">
  13. <array key="SanFranciscoDisplay-Regular.otf">
  14. <string>SanFranciscoDisplay-Regular</string>
  15. </array>
  16. <array key="SanFranciscoText-Regular.otf">
  17. <string>SanFranciscoText-Regular</string>
  18. </array>
  19. </customFonts>
  20. <scenes>
  21. <!--User Info View Controller-->
  22. <scene sceneID="LNw-eg-OY6">
  23. <objects>
  24. <viewController storyboardIdentifier="ProfileEditViewController" id="bre-9a-MNM" customClass="UserInfoViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  25. <view key="view" contentMode="scaleToFill" id="eK2-Fx-bcC">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kwe-ye-582">
  30. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  31. <subviews>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bHo-Yv-xcy">
  33. <rect key="frame" x="10" y="10" width="355" height="252"/>
  34. <subviews>
  35. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="JXK-Uw-gpx">
  36. <rect key="frame" x="0.0" y="0.0" width="355" height="252"/>
  37. <subviews>
  38. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="p32-ZE-nhN">
  39. <rect key="frame" x="0.0" y="0.0" width="355" height="80"/>
  40. <subviews>
  41. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0rR-GI-9i2">
  42. <rect key="frame" x="24" y="0.0" width="331" height="80"/>
  43. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  44. <state key="normal" title="General Information">
  45. <color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  46. </state>
  47. <connections>
  48. <segue destination="aEt-hx-ntN" kind="show" identifier="profileUserGeneral" id="43M-pc-uj6"/>
  49. </connections>
  50. </button>
  51. </subviews>
  52. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. <constraints>
  54. <constraint firstItem="0rR-GI-9i2" firstAttribute="leading" secondItem="p32-ZE-nhN" secondAttribute="leading" constant="24" id="74W-yj-Gtn"/>
  55. <constraint firstAttribute="trailing" secondItem="0rR-GI-9i2" secondAttribute="trailing" id="9pl-KL-bjW"/>
  56. <constraint firstItem="0rR-GI-9i2" firstAttribute="top" secondItem="p32-ZE-nhN" secondAttribute="top" id="k6n-rM-QXW"/>
  57. <constraint firstItem="0rR-GI-9i2" firstAttribute="top" secondItem="p32-ZE-nhN" secondAttribute="top" id="lef-bf-zhb"/>
  58. <constraint firstAttribute="bottom" secondItem="0rR-GI-9i2" secondAttribute="bottom" id="wuj-Em-Lix"/>
  59. </constraints>
  60. <userDefinedRuntimeAttributes>
  61. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  62. <integer key="value" value="10"/>
  63. </userDefinedRuntimeAttribute>
  64. </userDefinedRuntimeAttributes>
  65. </view>
  66. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tfO-mm-TgH">
  67. <rect key="frame" x="0.0" y="86" width="355" height="80"/>
  68. <subviews>
  69. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bNC-0v-50c">
  70. <rect key="frame" x="24" y="0.0" width="331" height="80"/>
  71. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  72. <state key="normal" title="Account Detail">
  73. <color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  74. </state>
  75. <connections>
  76. <segue destination="JQe-uV-rSu" kind="show" identifier="profileUserBank" id="sgA-dY-Pxb"/>
  77. </connections>
  78. </button>
  79. </subviews>
  80. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  81. <constraints>
  82. <constraint firstItem="bNC-0v-50c" firstAttribute="leading" secondItem="tfO-mm-TgH" secondAttribute="leading" constant="24" id="644-fl-e7f"/>
  83. <constraint firstAttribute="bottom" secondItem="bNC-0v-50c" secondAttribute="bottom" id="Egv-Cf-pH8"/>
  84. <constraint firstItem="bNC-0v-50c" firstAttribute="top" secondItem="tfO-mm-TgH" secondAttribute="top" id="iVJ-9c-DIE"/>
  85. <constraint firstAttribute="trailing" secondItem="bNC-0v-50c" secondAttribute="trailing" id="miP-mI-gxI"/>
  86. </constraints>
  87. <userDefinedRuntimeAttributes>
  88. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  89. <integer key="value" value="10"/>
  90. </userDefinedRuntimeAttribute>
  91. </userDefinedRuntimeAttributes>
  92. </view>
  93. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lLk-GI-3I8">
  94. <rect key="frame" x="0.0" y="172" width="355" height="80"/>
  95. <subviews>
  96. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R8x-p7-pvn">
  97. <rect key="frame" x="24" y="0.0" width="331" height="80"/>
  98. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  99. <state key="normal" title="Documents">
  100. <color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  101. </state>
  102. <connections>
  103. <segue destination="Jvd-Lc-P6M" kind="show" identifier="profileUserDocument" id="QyV-aV-ve8"/>
  104. </connections>
  105. </button>
  106. </subviews>
  107. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  108. <constraints>
  109. <constraint firstItem="R8x-p7-pvn" firstAttribute="leading" secondItem="lLk-GI-3I8" secondAttribute="leading" constant="24" id="KhY-dF-TSU"/>
  110. <constraint firstAttribute="trailing" secondItem="R8x-p7-pvn" secondAttribute="trailing" id="Ogo-2l-Rri"/>
  111. <constraint firstItem="R8x-p7-pvn" firstAttribute="top" secondItem="lLk-GI-3I8" secondAttribute="top" id="UZE-2o-aHX"/>
  112. <constraint firstAttribute="bottom" secondItem="R8x-p7-pvn" secondAttribute="bottom" id="ZF7-FB-yGi"/>
  113. </constraints>
  114. <userDefinedRuntimeAttributes>
  115. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  116. <integer key="value" value="10"/>
  117. </userDefinedRuntimeAttribute>
  118. </userDefinedRuntimeAttributes>
  119. </view>
  120. </subviews>
  121. </stackView>
  122. </subviews>
  123. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  124. <constraints>
  125. <constraint firstItem="JXK-Uw-gpx" firstAttribute="leading" secondItem="bHo-Yv-xcy" secondAttribute="leading" id="A1m-Dn-cxz"/>
  126. <constraint firstAttribute="bottom" secondItem="JXK-Uw-gpx" secondAttribute="bottom" id="OVt-87-z0f"/>
  127. <constraint firstAttribute="height" constant="252" id="Qo7-aF-GIL"/>
  128. <constraint firstAttribute="trailing" secondItem="JXK-Uw-gpx" secondAttribute="trailing" id="ap1-yf-f7T"/>
  129. <constraint firstItem="JXK-Uw-gpx" firstAttribute="top" secondItem="bHo-Yv-xcy" secondAttribute="top" id="mzc-Ou-S04"/>
  130. </constraints>
  131. </view>
  132. </subviews>
  133. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  134. <constraints>
  135. <constraint firstAttribute="trailing" secondItem="bHo-Yv-xcy" secondAttribute="trailing" constant="10" id="MvT-PY-ZWR"/>
  136. <constraint firstItem="bHo-Yv-xcy" firstAttribute="top" secondItem="kwe-ye-582" secondAttribute="top" constant="10" id="bXM-G0-qon"/>
  137. <constraint firstItem="bHo-Yv-xcy" firstAttribute="leading" secondItem="kwe-ye-582" secondAttribute="leading" constant="10" id="n20-vO-bK4"/>
  138. </constraints>
  139. </view>
  140. </subviews>
  141. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  142. <constraints>
  143. <constraint firstItem="kwe-ye-582" firstAttribute="leading" secondItem="5K8-dw-ln6" secondAttribute="leading" id="Ddg-RW-dTv"/>
  144. <constraint firstItem="5K8-dw-ln6" firstAttribute="bottom" secondItem="kwe-ye-582" secondAttribute="bottom" id="apX-ch-thN"/>
  145. <constraint firstItem="5K8-dw-ln6" firstAttribute="trailing" secondItem="kwe-ye-582" secondAttribute="trailing" id="fuk-8T-CXW"/>
  146. <constraint firstItem="kwe-ye-582" firstAttribute="top" secondItem="5K8-dw-ln6" secondAttribute="top" id="x30-Ik-8tx"/>
  147. </constraints>
  148. <viewLayoutGuide key="safeArea" id="5K8-dw-ln6"/>
  149. </view>
  150. </viewController>
  151. <placeholder placeholderIdentifier="IBFirstResponder" id="DJ0-eX-Ye1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  152. </objects>
  153. <point key="canvasLocation" x="5292" y="1832"/>
  154. </scene>
  155. <!--View Controller-->
  156. <scene sceneID="r8x-wX-A6e">
  157. <objects>
  158. <viewController id="79R-6T-oPl" sceneMemberID="viewController">
  159. <view key="view" contentMode="scaleToFill" id="722-yR-6ho">
  160. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  161. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  162. <subviews>
  163. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="General Information" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wo2-Mq-YzN">
  164. <rect key="frame" x="21" y="41" width="333" height="21"/>
  165. <constraints>
  166. <constraint firstAttribute="height" constant="21" id="hgb-oD-2n5"/>
  167. </constraints>
  168. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  169. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  170. <nil key="highlightedColor"/>
  171. </label>
  172. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="zez-fc-df3">
  173. <rect key="frame" x="0.0" y="86" width="375" height="400"/>
  174. <subviews>
  175. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="enY-RE-kPY">
  176. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  177. <subviews>
  178. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="QGn-Kt-8E6">
  179. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  180. <subviews>
  181. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Full Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="16u-eF-5iF">
  182. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  183. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  184. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  185. <nil key="highlightedColor"/>
  186. </label>
  187. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="diQ-ID-iJ1">
  188. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  189. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  190. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  191. <nil key="highlightedColor"/>
  192. </label>
  193. </subviews>
  194. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  195. </stackView>
  196. </subviews>
  197. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  198. <constraints>
  199. <constraint firstAttribute="trailing" secondItem="QGn-Kt-8E6" secondAttribute="trailing" id="8Z5-C5-dUn"/>
  200. <constraint firstItem="QGn-Kt-8E6" firstAttribute="top" secondItem="enY-RE-kPY" secondAttribute="top" id="J97-vl-0RX"/>
  201. <constraint firstAttribute="bottom" secondItem="QGn-Kt-8E6" secondAttribute="bottom" id="e1H-7T-tZS"/>
  202. <constraint firstItem="QGn-Kt-8E6" firstAttribute="leading" secondItem="enY-RE-kPY" secondAttribute="leading" id="hMB-PV-WZk"/>
  203. </constraints>
  204. </view>
  205. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fNM-NK-XUK">
  206. <rect key="frame" x="0.0" y="36.5" width="375" height="35.5"/>
  207. <subviews>
  208. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="prs-SQ-P3T">
  209. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  210. <subviews>
  211. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Nick Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZcZ-m1-53b">
  212. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  213. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  214. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  215. <nil key="highlightedColor"/>
  216. </label>
  217. <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DuU-s2-YiO">
  218. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  219. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  220. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  221. <nil key="highlightedColor"/>
  222. </label>
  223. </subviews>
  224. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  225. </stackView>
  226. </subviews>
  227. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  228. <constraints>
  229. <constraint firstAttribute="bottom" secondItem="prs-SQ-P3T" secondAttribute="bottom" id="Ffi-OS-Dlz"/>
  230. <constraint firstItem="prs-SQ-P3T" firstAttribute="leading" secondItem="fNM-NK-XUK" secondAttribute="leading" id="NeA-gJ-rqN"/>
  231. <constraint firstAttribute="trailing" secondItem="prs-SQ-P3T" secondAttribute="trailing" id="eE5-S9-Rhv"/>
  232. <constraint firstItem="prs-SQ-P3T" firstAttribute="top" secondItem="fNM-NK-XUK" secondAttribute="top" id="vXi-WL-RAz"/>
  233. </constraints>
  234. </view>
  235. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="O28-ub-geN">
  236. <rect key="frame" x="0.0" y="73" width="375" height="35.5"/>
  237. <subviews>
  238. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="7yc-ds-gue">
  239. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  240. <subviews>
  241. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gender" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YVr-NQ-GKu">
  242. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  243. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  244. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  245. <nil key="highlightedColor"/>
  246. </label>
  247. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oFQ-Zm-Jzu">
  248. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  249. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  250. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  251. <nil key="highlightedColor"/>
  252. </label>
  253. </subviews>
  254. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  255. </stackView>
  256. </subviews>
  257. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  258. <constraints>
  259. <constraint firstAttribute="bottom" secondItem="7yc-ds-gue" secondAttribute="bottom" id="GBt-3D-FKQ"/>
  260. <constraint firstItem="7yc-ds-gue" firstAttribute="leading" secondItem="O28-ub-geN" secondAttribute="leading" id="ork-zF-RXF"/>
  261. <constraint firstAttribute="trailing" secondItem="7yc-ds-gue" secondAttribute="trailing" id="qWH-oQ-tPo"/>
  262. <constraint firstItem="7yc-ds-gue" firstAttribute="top" secondItem="O28-ub-geN" secondAttribute="top" id="sqf-Tm-6mL"/>
  263. </constraints>
  264. </view>
  265. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="znK-xJ-lQQ">
  266. <rect key="frame" x="0.0" y="109.5" width="375" height="35.5"/>
  267. <subviews>
  268. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="iEp-w5-rCc">
  269. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  270. <subviews>
  271. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Date of Birth" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z0p-oY-rpM">
  272. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  273. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  274. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  275. <nil key="highlightedColor"/>
  276. </label>
  277. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="apc-Br-6Cq">
  278. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  279. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  280. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  281. <nil key="highlightedColor"/>
  282. </label>
  283. </subviews>
  284. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  285. </stackView>
  286. </subviews>
  287. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  288. <constraints>
  289. <constraint firstItem="iEp-w5-rCc" firstAttribute="leading" secondItem="znK-xJ-lQQ" secondAttribute="leading" id="6Lo-Nh-AsW"/>
  290. <constraint firstAttribute="trailing" secondItem="iEp-w5-rCc" secondAttribute="trailing" id="Cn9-xw-aII"/>
  291. <constraint firstItem="iEp-w5-rCc" firstAttribute="top" secondItem="znK-xJ-lQQ" secondAttribute="top" id="G5Q-7Y-ZuE"/>
  292. <constraint firstAttribute="bottom" secondItem="iEp-w5-rCc" secondAttribute="bottom" id="SZ6-jC-0WY"/>
  293. </constraints>
  294. </view>
  295. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nRB-wP-dYf">
  296. <rect key="frame" x="0.0" y="146" width="375" height="35.5"/>
  297. <subviews>
  298. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="ZUH-dJ-byY">
  299. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  300. <subviews>
  301. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Mobile No." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="N0r-1w-FBT">
  302. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  303. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  304. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  305. <nil key="highlightedColor"/>
  306. </label>
  307. <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mtH-G0-bz8">
  308. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  309. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  310. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  311. <nil key="highlightedColor"/>
  312. </label>
  313. </subviews>
  314. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  315. </stackView>
  316. </subviews>
  317. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  318. <constraints>
  319. <constraint firstAttribute="bottom" secondItem="ZUH-dJ-byY" secondAttribute="bottom" id="J0H-Hx-bAe"/>
  320. <constraint firstItem="ZUH-dJ-byY" firstAttribute="leading" secondItem="nRB-wP-dYf" secondAttribute="leading" id="TyA-gu-H5l"/>
  321. <constraint firstAttribute="trailing" secondItem="ZUH-dJ-byY" secondAttribute="trailing" id="Wpl-ra-ZRN"/>
  322. <constraint firstItem="ZUH-dJ-byY" firstAttribute="top" secondItem="nRB-wP-dYf" secondAttribute="top" id="mrN-T0-K58"/>
  323. </constraints>
  324. </view>
  325. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G3p-jL-Anu">
  326. <rect key="frame" x="0.0" y="182.5" width="375" height="35"/>
  327. <subviews>
  328. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Haf-ip-TJg">
  329. <rect key="frame" x="0.0" y="0.0" width="375" height="35"/>
  330. <subviews>
  331. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Email Address" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4q2-iz-fPr">
  332. <rect key="frame" x="23" y="8" width="164.5" height="19"/>
  333. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  334. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  335. <nil key="highlightedColor"/>
  336. </label>
  337. <label opaque="NO" userInteractionEnabled="NO" tag="2" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q2U-Jq-NAk">
  338. <rect key="frame" x="187.5" y="8" width="164.5" height="19"/>
  339. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  340. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  341. <nil key="highlightedColor"/>
  342. </label>
  343. </subviews>
  344. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  345. </stackView>
  346. </subviews>
  347. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  348. <constraints>
  349. <constraint firstItem="Haf-ip-TJg" firstAttribute="top" secondItem="G3p-jL-Anu" secondAttribute="top" id="8iL-hR-8M3"/>
  350. <constraint firstAttribute="trailing" secondItem="Haf-ip-TJg" secondAttribute="trailing" id="FI6-v7-3Nu"/>
  351. <constraint firstAttribute="bottom" secondItem="Haf-ip-TJg" secondAttribute="bottom" id="rAl-iA-rDE"/>
  352. <constraint firstItem="Haf-ip-TJg" firstAttribute="leading" secondItem="G3p-jL-Anu" secondAttribute="leading" id="xbU-Fq-ip1"/>
  353. </constraints>
  354. </view>
  355. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zs3-4i-PMb">
  356. <rect key="frame" x="0.0" y="218.5" width="375" height="35.5"/>
  357. <subviews>
  358. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="fYa-lr-wms">
  359. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  360. <subviews>
  361. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Native Country" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zLo-7I-OP1">
  362. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  363. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  364. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  365. <nil key="highlightedColor"/>
  366. </label>
  367. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="u3M-Cc-fDL">
  368. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  369. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  370. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  371. <nil key="highlightedColor"/>
  372. </label>
  373. </subviews>
  374. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  375. </stackView>
  376. </subviews>
  377. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  378. <constraints>
  379. <constraint firstItem="fYa-lr-wms" firstAttribute="leading" secondItem="Zs3-4i-PMb" secondAttribute="leading" id="CJa-f4-26t"/>
  380. <constraint firstItem="fYa-lr-wms" firstAttribute="top" secondItem="Zs3-4i-PMb" secondAttribute="top" id="RpR-q8-cBq"/>
  381. <constraint firstAttribute="bottom" secondItem="fYa-lr-wms" secondAttribute="bottom" id="U6w-jd-RKh"/>
  382. <constraint firstAttribute="trailing" secondItem="fYa-lr-wms" secondAttribute="trailing" id="m0e-h5-5Ac"/>
  383. </constraints>
  384. </view>
  385. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="k0h-bD-zHr">
  386. <rect key="frame" x="0.0" y="255" width="375" height="35.5"/>
  387. <subviews>
  388. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="efp-nU-ycW">
  389. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  390. <subviews>
  391. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Country" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GUI-Zf-tfS">
  392. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  393. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  394. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  395. <nil key="highlightedColor"/>
  396. </label>
  397. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="unY-L4-wR3">
  398. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  399. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  400. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  401. <nil key="highlightedColor"/>
  402. </label>
  403. </subviews>
  404. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  405. </stackView>
  406. </subviews>
  407. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  408. <constraints>
  409. <constraint firstAttribute="trailing" secondItem="efp-nU-ycW" secondAttribute="trailing" id="2Z6-m0-Mhi"/>
  410. <constraint firstAttribute="bottom" secondItem="efp-nU-ycW" secondAttribute="bottom" id="G3Z-4p-eVX"/>
  411. <constraint firstItem="efp-nU-ycW" firstAttribute="top" secondItem="k0h-bD-zHr" secondAttribute="top" id="rTe-M2-hy0"/>
  412. <constraint firstItem="efp-nU-ycW" firstAttribute="leading" secondItem="k0h-bD-zHr" secondAttribute="leading" id="sRM-5g-4Pt"/>
  413. </constraints>
  414. </view>
  415. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ko9-Lt-RqN">
  416. <rect key="frame" x="0.0" y="291.5" width="375" height="35.5"/>
  417. <subviews>
  418. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="zyO-hK-ce2">
  419. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  420. <subviews>
  421. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="City" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8kq-oK-MG5">
  422. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  423. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  424. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  425. <nil key="highlightedColor"/>
  426. </label>
  427. <label opaque="NO" userInteractionEnabled="NO" tag="3" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="41r-NF-ean">
  428. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  429. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  430. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  431. <nil key="highlightedColor"/>
  432. </label>
  433. </subviews>
  434. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  435. </stackView>
  436. </subviews>
  437. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  438. <constraints>
  439. <constraint firstAttribute="bottom" secondItem="zyO-hK-ce2" secondAttribute="bottom" id="HT0-9P-3EW"/>
  440. <constraint firstItem="zyO-hK-ce2" firstAttribute="leading" secondItem="ko9-Lt-RqN" secondAttribute="leading" id="bDQ-2j-REq"/>
  441. <constraint firstAttribute="trailing" secondItem="zyO-hK-ce2" secondAttribute="trailing" id="vg1-55-nay"/>
  442. <constraint firstItem="zyO-hK-ce2" firstAttribute="top" secondItem="ko9-Lt-RqN" secondAttribute="top" id="zUE-Ad-AnJ"/>
  443. </constraints>
  444. </view>
  445. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5nS-sZ-2v5">
  446. <rect key="frame" x="0.0" y="328" width="375" height="35.5"/>
  447. <subviews>
  448. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="pdc-Kt-mD6">
  449. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  450. <subviews>
  451. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Address" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5oC-mM-jUu">
  452. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  453. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  454. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  455. <nil key="highlightedColor"/>
  456. </label>
  457. <label opaque="NO" userInteractionEnabled="NO" tag="4" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jNq-fk-ec4">
  458. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  459. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  460. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  461. <nil key="highlightedColor"/>
  462. </label>
  463. </subviews>
  464. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  465. </stackView>
  466. </subviews>
  467. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  468. <constraints>
  469. <constraint firstItem="pdc-Kt-mD6" firstAttribute="leading" secondItem="5nS-sZ-2v5" secondAttribute="leading" id="0hb-cU-el6"/>
  470. <constraint firstAttribute="trailing" secondItem="pdc-Kt-mD6" secondAttribute="trailing" id="Wpc-HJ-Sew"/>
  471. <constraint firstAttribute="bottom" secondItem="pdc-Kt-mD6" secondAttribute="bottom" id="bTY-YV-Qvi"/>
  472. <constraint firstItem="pdc-Kt-mD6" firstAttribute="top" secondItem="5nS-sZ-2v5" secondAttribute="top" id="l8K-zl-Xc5"/>
  473. </constraints>
  474. </view>
  475. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J4t-cN-fwB">
  476. <rect key="frame" x="0.0" y="364.5" width="375" height="35.5"/>
  477. <subviews>
  478. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="BOr-oh-WyT">
  479. <rect key="frame" x="0.0" y="0.0" width="375" height="35.5"/>
  480. <subviews>
  481. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Occupation" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qDw-cD-ySy">
  482. <rect key="frame" x="23" y="8" width="164.5" height="19.5"/>
  483. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  484. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  485. <nil key="highlightedColor"/>
  486. </label>
  487. <label opaque="NO" userInteractionEnabled="NO" tag="5" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jJW-gY-N5i">
  488. <rect key="frame" x="187.5" y="8" width="164.5" height="19.5"/>
  489. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  490. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  491. <nil key="highlightedColor"/>
  492. </label>
  493. </subviews>
  494. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  495. </stackView>
  496. </subviews>
  497. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  498. <constraints>
  499. <constraint firstAttribute="bottom" secondItem="BOr-oh-WyT" secondAttribute="bottom" id="Clx-Id-02g"/>
  500. <constraint firstAttribute="trailing" secondItem="BOr-oh-WyT" secondAttribute="trailing" id="Fcp-Vs-egP"/>
  501. <constraint firstItem="BOr-oh-WyT" firstAttribute="leading" secondItem="J4t-cN-fwB" secondAttribute="leading" id="d3F-8w-oiA"/>
  502. <constraint firstItem="BOr-oh-WyT" firstAttribute="top" secondItem="J4t-cN-fwB" secondAttribute="top" id="zPa-1a-9P2"/>
  503. </constraints>
  504. </view>
  505. </subviews>
  506. <constraints>
  507. <constraint firstAttribute="height" constant="400" id="tz0-U5-mlO"/>
  508. </constraints>
  509. </stackView>
  510. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6TO-P3-7C2">
  511. <rect key="frame" x="87" y="510" width="200" height="50"/>
  512. <color key="backgroundColor" red="0.92941176470588238" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  513. <constraints>
  514. <constraint firstAttribute="width" constant="200" id="Iy9-Ut-yXY"/>
  515. <constraint firstAttribute="height" constant="50" id="wsj-G9-ePQ"/>
  516. </constraints>
  517. <state key="normal" title="Done">
  518. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  519. </state>
  520. <userDefinedRuntimeAttributes>
  521. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  522. <integer key="value" value="25"/>
  523. </userDefinedRuntimeAttribute>
  524. </userDefinedRuntimeAttributes>
  525. <connections>
  526. <action selector="goBack:" destination="79R-6T-oPl" eventType="touchUpInside" id="wqJ-dj-FGZ"/>
  527. </connections>
  528. </button>
  529. </subviews>
  530. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  531. <constraints>
  532. <constraint firstItem="6TO-P3-7C2" firstAttribute="top" secondItem="zez-fc-df3" secondAttribute="bottom" constant="24" id="12r-gr-zLW"/>
  533. <constraint firstItem="zez-fc-df3" firstAttribute="leading" secondItem="l2N-jm-ROO" secondAttribute="leading" id="PGo-0U-ZnR"/>
  534. <constraint firstItem="l2N-jm-ROO" firstAttribute="trailing" secondItem="wo2-Mq-YzN" secondAttribute="trailing" constant="21" id="Tzy-h0-aOV"/>
  535. <constraint firstItem="wo2-Mq-YzN" firstAttribute="leading" secondItem="l2N-jm-ROO" secondAttribute="leading" constant="21" id="WOl-TH-dEP"/>
  536. <constraint firstItem="zez-fc-df3" firstAttribute="top" secondItem="wo2-Mq-YzN" secondAttribute="bottom" constant="24" id="Z5T-Hy-pwq"/>
  537. <constraint firstItem="wo2-Mq-YzN" firstAttribute="top" secondItem="l2N-jm-ROO" secondAttribute="top" constant="21" id="cGt-d7-CJ5"/>
  538. <constraint firstItem="6TO-P3-7C2" firstAttribute="centerX" secondItem="l2N-jm-ROO" secondAttribute="centerX" id="hZw-08-ieW"/>
  539. <constraint firstItem="l2N-jm-ROO" firstAttribute="trailing" secondItem="zez-fc-df3" secondAttribute="trailing" id="s3V-gZ-pk4"/>
  540. </constraints>
  541. <viewLayoutGuide key="safeArea" id="l2N-jm-ROO"/>
  542. </view>
  543. <connections>
  544. <outlet property="labelAddress" destination="jNq-fk-ec4" id="vzJ-Rl-AxG"/>
  545. <outlet property="labelCity" destination="41r-NF-ean" id="2BL-1j-uG0"/>
  546. <outlet property="labelCountry" destination="unY-L4-wR3" id="75K-c2-LsG"/>
  547. <outlet property="labelCountryNative" destination="u3M-Cc-fDL" id="Dxa-7a-TkQ"/>
  548. <outlet property="labelDOB" destination="apc-Br-6Cq" id="QJF-HE-vBU"/>
  549. <outlet property="labelEmail" destination="q2U-Jq-NAk" id="bxM-K3-5FS"/>
  550. <outlet property="labelFullName" destination="diQ-ID-iJ1" id="q8Q-5T-80i"/>
  551. <outlet property="labelGender" destination="oFQ-Zm-Jzu" id="8vv-30-UPK"/>
  552. <outlet property="labelMobile" destination="mtH-G0-bz8" id="fQ2-Ok-wml"/>
  553. <outlet property="labelNickName" destination="DuU-s2-YiO" id="0cn-8s-3pu"/>
  554. <outlet property="labelOccupation" destination="jJW-gY-N5i" id="MzP-0t-BO3"/>
  555. </connections>
  556. </viewController>
  557. <placeholder placeholderIdentifier="IBFirstResponder" id="L53-Xs-8Xo" userLabel="First Responder" sceneMemberID="firstResponder"/>
  558. </objects>
  559. <point key="canvasLocation" x="7956" y="1012"/>
  560. </scene>
  561. <!--Profile Document View Controller-->
  562. <scene sceneID="AoD-IH-Fwd">
  563. <objects>
  564. <viewController id="TIO-qW-n9f" customClass="ProfileDocumentViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  565. <view key="view" contentMode="scaleToFill" id="RGW-Yv-Mcx">
  566. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  567. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  568. <subviews>
  569. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Submitted Documents" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c78-dj-OpP">
  570. <rect key="frame" x="21" y="41" width="333" height="21"/>
  571. <constraints>
  572. <constraint firstAttribute="height" constant="21" id="BYA-1i-4AJ"/>
  573. </constraints>
  574. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  575. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  576. <nil key="highlightedColor"/>
  577. </label>
  578. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="wsh-5X-NRc">
  579. <rect key="frame" x="14" y="86" width="347" height="400"/>
  580. <subviews>
  581. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zba-VC-2T8">
  582. <rect key="frame" x="0.0" y="0.0" width="347" height="92.5"/>
  583. <subviews>
  584. <stackView opaque="NO" contentMode="scaleToFill" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="O9U-gi-DZu">
  585. <rect key="frame" x="0.0" y="0.0" width="347" height="92.5"/>
  586. <subviews>
  587. <view tag="1" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hBx-K2-cBR">
  588. <rect key="frame" x="0.0" y="0.0" width="136" height="92.5"/>
  589. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  590. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  591. </view>
  592. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" layoutMarginsFollowReadableWidth="YES" insetsLayoutMarginsFromSafeArea="NO" text="National/ Alien Reg ID Front" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NaW-ba-7gO">
  593. <rect key="frame" x="137" y="0.0" width="210" height="92.5"/>
  594. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  595. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  596. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  597. <nil key="highlightedColor"/>
  598. </label>
  599. </subviews>
  600. </stackView>
  601. </subviews>
  602. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  603. <constraints>
  604. <constraint firstItem="O9U-gi-DZu" firstAttribute="leading" secondItem="Zba-VC-2T8" secondAttribute="leading" id="9Mr-K4-baz"/>
  605. <constraint firstItem="O9U-gi-DZu" firstAttribute="top" secondItem="Zba-VC-2T8" secondAttribute="top" id="Lpm-vu-LXY"/>
  606. <constraint firstAttribute="bottom" secondItem="O9U-gi-DZu" secondAttribute="bottom" id="aaI-Dj-Znj"/>
  607. <constraint firstAttribute="trailing" secondItem="O9U-gi-DZu" secondAttribute="trailing" id="uu1-Bs-69q"/>
  608. </constraints>
  609. </view>
  610. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="s6G-aB-CLa">
  611. <rect key="frame" x="0.0" y="102.5" width="347" height="92.5"/>
  612. <subviews>
  613. <stackView opaque="NO" contentMode="scaleToFill" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="ztA-5y-oQC">
  614. <rect key="frame" x="0.0" y="0.0" width="347" height="92.5"/>
  615. <subviews>
  616. <view tag="2" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Aay-3d-q2i">
  617. <rect key="frame" x="0.0" y="0.0" width="139" height="92.5"/>
  618. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  619. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  620. </view>
  621. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="National/ Alien Reg ID Back" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R5m-ih-N1A">
  622. <rect key="frame" x="140" y="0.0" width="207" height="92.5"/>
  623. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  624. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  625. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  626. <nil key="highlightedColor"/>
  627. </label>
  628. </subviews>
  629. </stackView>
  630. </subviews>
  631. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  632. <constraints>
  633. <constraint firstAttribute="bottom" secondItem="ztA-5y-oQC" secondAttribute="bottom" id="1ij-aa-zry"/>
  634. <constraint firstAttribute="trailing" secondItem="ztA-5y-oQC" secondAttribute="trailing" id="Ah5-BD-Q0Q"/>
  635. <constraint firstItem="ztA-5y-oQC" firstAttribute="top" secondItem="s6G-aB-CLa" secondAttribute="top" id="ZSJ-2L-lnW"/>
  636. <constraint firstItem="ztA-5y-oQC" firstAttribute="leading" secondItem="s6G-aB-CLa" secondAttribute="leading" id="v7W-ne-7B3"/>
  637. </constraints>
  638. </view>
  639. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qep-kb-H2r">
  640. <rect key="frame" x="0.0" y="205" width="347" height="92.5"/>
  641. <subviews>
  642. <stackView opaque="NO" contentMode="scaleToFill" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="pW4-AR-6Z9">
  643. <rect key="frame" x="0.0" y="0.0" width="347" height="92.5"/>
  644. <subviews>
  645. <view tag="3" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nw1-ka-Rcy">
  646. <rect key="frame" x="0.0" y="0.0" width="271" height="92.5"/>
  647. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  648. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  649. </view>
  650. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Passbook" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fOQ-Pm-65m">
  651. <rect key="frame" x="272" y="0.0" width="75" height="92.5"/>
  652. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  653. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  654. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  655. <nil key="highlightedColor"/>
  656. </label>
  657. </subviews>
  658. </stackView>
  659. </subviews>
  660. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  661. <constraints>
  662. <constraint firstItem="pW4-AR-6Z9" firstAttribute="top" secondItem="Qep-kb-H2r" secondAttribute="top" id="7pu-QF-x9x"/>
  663. <constraint firstAttribute="bottom" secondItem="pW4-AR-6Z9" secondAttribute="bottom" id="bK0-SR-eao"/>
  664. <constraint firstAttribute="trailing" secondItem="pW4-AR-6Z9" secondAttribute="trailing" id="jiA-aT-W8y"/>
  665. <constraint firstItem="pW4-AR-6Z9" firstAttribute="leading" secondItem="Qep-kb-H2r" secondAttribute="leading" id="nfM-32-TUS"/>
  666. </constraints>
  667. </view>
  668. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CbY-Ve-dZg">
  669. <rect key="frame" x="0.0" y="307.5" width="347" height="92.5"/>
  670. <subviews>
  671. <stackView opaque="NO" contentMode="scaleToFill" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="11B-ke-DEO">
  672. <rect key="frame" x="0.0" y="0.0" width="347" height="92.5"/>
  673. <subviews>
  674. <view tag="4" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PIZ-70-cjP">
  675. <rect key="frame" x="0.0" y="0.0" width="277" height="92.5"/>
  676. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  677. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  678. </view>
  679. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Passport" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjL-JW-WQr">
  680. <rect key="frame" x="278" y="0.0" width="69" height="92.5"/>
  681. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  682. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  683. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  684. <nil key="highlightedColor"/>
  685. </label>
  686. </subviews>
  687. </stackView>
  688. </subviews>
  689. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  690. <constraints>
  691. <constraint firstAttribute="bottom" secondItem="11B-ke-DEO" secondAttribute="bottom" id="74L-oS-knd"/>
  692. <constraint firstAttribute="trailing" secondItem="11B-ke-DEO" secondAttribute="trailing" id="FtX-Hs-a4p"/>
  693. <constraint firstItem="11B-ke-DEO" firstAttribute="top" secondItem="CbY-Ve-dZg" secondAttribute="top" id="Zym-cs-yas"/>
  694. <constraint firstItem="11B-ke-DEO" firstAttribute="leading" secondItem="CbY-Ve-dZg" secondAttribute="leading" id="ikG-He-Zhx"/>
  695. </constraints>
  696. </view>
  697. </subviews>
  698. <constraints>
  699. <constraint firstAttribute="height" constant="400" id="eD2-5x-pki"/>
  700. </constraints>
  701. </stackView>
  702. </subviews>
  703. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  704. <constraints>
  705. <constraint firstItem="c78-dj-OpP" firstAttribute="leading" secondItem="TFa-0g-rNl" secondAttribute="leading" constant="21" id="76t-oS-h0X"/>
  706. <constraint firstItem="wsh-5X-NRc" firstAttribute="leading" secondItem="TFa-0g-rNl" secondAttribute="leading" constant="14" id="dn2-NK-YWQ"/>
  707. <constraint firstItem="c78-dj-OpP" firstAttribute="top" secondItem="TFa-0g-rNl" secondAttribute="top" constant="21" id="l2p-ky-kCO"/>
  708. <constraint firstItem="wsh-5X-NRc" firstAttribute="top" secondItem="c78-dj-OpP" secondAttribute="bottom" constant="24" id="mq5-p9-asj"/>
  709. <constraint firstItem="TFa-0g-rNl" firstAttribute="trailing" secondItem="c78-dj-OpP" secondAttribute="trailing" constant="21" id="phu-hm-aeR"/>
  710. <constraint firstItem="TFa-0g-rNl" firstAttribute="trailing" secondItem="wsh-5X-NRc" secondAttribute="trailing" constant="14" id="wIT-iU-lOp"/>
  711. </constraints>
  712. <viewLayoutGuide key="safeArea" id="TFa-0g-rNl"/>
  713. </view>
  714. <connections>
  715. <outlet property="alienBackView" destination="Aay-3d-q2i" id="gH0-F3-qus"/>
  716. <outlet property="alienFrontView" destination="hBx-K2-cBR" id="P04-H4-QWH"/>
  717. <outlet property="labelFront" destination="NaW-ba-7gO" id="mJ4-Ti-SLh"/>
  718. <outlet property="passbookView" destination="nw1-ka-Rcy" id="NH8-12-WBS"/>
  719. <outlet property="passportView" destination="PIZ-70-cjP" id="xeS-Ju-HnL"/>
  720. <outlet property="stackViewFront" destination="O9U-gi-DZu" id="j3g-T8-UYX"/>
  721. </connections>
  722. </viewController>
  723. <placeholder placeholderIdentifier="IBFirstResponder" id="nFx-2H-ctj" userLabel="First Responder" sceneMemberID="firstResponder"/>
  724. </objects>
  725. <point key="canvasLocation" x="6094" y="2396"/>
  726. </scene>
  727. <!--Profile Bank View Controller-->
  728. <scene sceneID="Cv7-d0-L0b">
  729. <objects>
  730. <viewController id="JQe-uV-rSu" customClass="ProfileBankViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  731. <view key="view" contentMode="scaleToFill" id="eRW-k1-9qF">
  732. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  733. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  734. <subviews>
  735. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Account Detail" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2sM-FJ-9SR">
  736. <rect key="frame" x="21" y="35" width="333" height="21"/>
  737. <constraints>
  738. <constraint firstAttribute="height" constant="21" id="VQJ-Js-Tfb"/>
  739. </constraints>
  740. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  741. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  742. <nil key="highlightedColor"/>
  743. </label>
  744. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="bqb-z2-u67">
  745. <rect key="frame" x="0.0" y="68" width="375" height="200"/>
  746. <subviews>
  747. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Zo-Ce-eLl">
  748. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  749. <subviews>
  750. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="WZf-ej-oCe">
  751. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  752. <subviews>
  753. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Primary Bank Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KP6-i0-8xP">
  754. <rect key="frame" x="23" y="8" width="164.5" height="16.5"/>
  755. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  756. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  757. <nil key="highlightedColor"/>
  758. </label>
  759. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Y7B-hg-PmR">
  760. <rect key="frame" x="187.5" y="8" width="164.5" height="16.5"/>
  761. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  762. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  763. <nil key="highlightedColor"/>
  764. </label>
  765. </subviews>
  766. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  767. </stackView>
  768. </subviews>
  769. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  770. <constraints>
  771. <constraint firstItem="WZf-ej-oCe" firstAttribute="top" secondItem="6Zo-Ce-eLl" secondAttribute="top" id="TfQ-HG-L0g"/>
  772. <constraint firstItem="WZf-ej-oCe" firstAttribute="leading" secondItem="6Zo-Ce-eLl" secondAttribute="leading" id="iSY-tr-P3r"/>
  773. <constraint firstAttribute="trailing" secondItem="WZf-ej-oCe" secondAttribute="trailing" id="jgU-Jy-d9t"/>
  774. <constraint firstAttribute="bottom" secondItem="WZf-ej-oCe" secondAttribute="bottom" id="tOi-wZ-7d5"/>
  775. </constraints>
  776. </view>
  777. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QZB-H7-Wzv">
  778. <rect key="frame" x="0.0" y="33.5" width="375" height="32.5"/>
  779. <subviews>
  780. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="oa7-mO-ugH">
  781. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  782. <subviews>
  783. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Primary Account Number" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ghV-eE-h4n">
  784. <rect key="frame" x="23" y="8" width="164.5" height="16.5"/>
  785. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  786. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  787. <nil key="highlightedColor"/>
  788. </label>
  789. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="X7f-EW-Fp9">
  790. <rect key="frame" x="187.5" y="8" width="164.5" height="16.5"/>
  791. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  792. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  793. <nil key="highlightedColor"/>
  794. </label>
  795. </subviews>
  796. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  797. </stackView>
  798. </subviews>
  799. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  800. <constraints>
  801. <constraint firstItem="oa7-mO-ugH" firstAttribute="top" secondItem="QZB-H7-Wzv" secondAttribute="top" id="XIq-Yi-hmf"/>
  802. <constraint firstItem="oa7-mO-ugH" firstAttribute="leading" secondItem="QZB-H7-Wzv" secondAttribute="leading" id="ZaZ-6S-L55"/>
  803. <constraint firstAttribute="bottom" secondItem="oa7-mO-ugH" secondAttribute="bottom" id="hg2-qf-Gfn"/>
  804. <constraint firstAttribute="trailing" secondItem="oa7-mO-ugH" secondAttribute="trailing" id="wyu-2j-984"/>
  805. </constraints>
  806. </view>
  807. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ECP-xW-ZEC">
  808. <rect key="frame" x="0.0" y="67" width="375" height="32.5"/>
  809. <subviews>
  810. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Tss-Zg-XaP">
  811. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  812. <subviews>
  813. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Verification ID Type" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EEX-fH-8BN">
  814. <rect key="frame" x="23" y="8" width="164.5" height="16.5"/>
  815. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  816. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  817. <nil key="highlightedColor"/>
  818. </label>
  819. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GXD-pf-jKh">
  820. <rect key="frame" x="187.5" y="8" width="164.5" height="16.5"/>
  821. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  822. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  823. <nil key="highlightedColor"/>
  824. </label>
  825. </subviews>
  826. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  827. </stackView>
  828. </subviews>
  829. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  830. <constraints>
  831. <constraint firstAttribute="trailing" secondItem="Tss-Zg-XaP" secondAttribute="trailing" id="Fcl-f7-Qvj"/>
  832. <constraint firstItem="Tss-Zg-XaP" firstAttribute="leading" secondItem="ECP-xW-ZEC" secondAttribute="leading" id="Omh-P4-Fo3"/>
  833. <constraint firstAttribute="bottom" secondItem="Tss-Zg-XaP" secondAttribute="bottom" id="Wrq-gp-vDm"/>
  834. <constraint firstItem="Tss-Zg-XaP" firstAttribute="top" secondItem="ECP-xW-ZEC" secondAttribute="top" id="qtH-Lj-6rC"/>
  835. </constraints>
  836. </view>
  837. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iLW-SS-jHB">
  838. <rect key="frame" x="0.0" y="100.5" width="375" height="32.5"/>
  839. <subviews>
  840. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="CJb-XK-eW1">
  841. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  842. <subviews>
  843. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Verification ID No." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7e9-en-DTq">
  844. <rect key="frame" x="23" y="8" width="164.5" height="16.5"/>
  845. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  846. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  847. <nil key="highlightedColor"/>
  848. </label>
  849. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pkr-tQ-HsR">
  850. <rect key="frame" x="187.5" y="8" width="164.5" height="16.5"/>
  851. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  852. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  853. <nil key="highlightedColor"/>
  854. </label>
  855. </subviews>
  856. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  857. </stackView>
  858. </subviews>
  859. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  860. <constraints>
  861. <constraint firstAttribute="trailing" secondItem="CJb-XK-eW1" secondAttribute="trailing" id="3KP-p2-Zhd"/>
  862. <constraint firstItem="CJb-XK-eW1" firstAttribute="leading" secondItem="iLW-SS-jHB" secondAttribute="leading" id="BB2-7K-lCi"/>
  863. <constraint firstItem="CJb-XK-eW1" firstAttribute="top" secondItem="iLW-SS-jHB" secondAttribute="top" id="VyB-KF-bAi"/>
  864. <constraint firstAttribute="bottom" secondItem="CJb-XK-eW1" secondAttribute="bottom" id="kLD-ar-jc2"/>
  865. </constraints>
  866. </view>
  867. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e9T-eZ-o6J">
  868. <rect key="frame" x="0.0" y="134" width="375" height="32.5"/>
  869. <subviews>
  870. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="MDs-KG-nDO">
  871. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  872. <subviews>
  873. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Expiry Date" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H1r-pJ-sGI">
  874. <rect key="frame" x="23" y="8" width="164.5" height="16.5"/>
  875. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  876. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  877. <nil key="highlightedColor"/>
  878. </label>
  879. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TYg-T9-dX3">
  880. <rect key="frame" x="187.5" y="8" width="164.5" height="16.5"/>
  881. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  882. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  883. <nil key="highlightedColor"/>
  884. </label>
  885. </subviews>
  886. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  887. </stackView>
  888. </subviews>
  889. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  890. <constraints>
  891. <constraint firstItem="MDs-KG-nDO" firstAttribute="leading" secondItem="e9T-eZ-o6J" secondAttribute="leading" id="7QX-T3-m0V"/>
  892. <constraint firstAttribute="bottom" secondItem="MDs-KG-nDO" secondAttribute="bottom" id="9Ic-6z-ZhH"/>
  893. <constraint firstItem="MDs-KG-nDO" firstAttribute="top" secondItem="e9T-eZ-o6J" secondAttribute="top" id="Pen-cy-Lq8"/>
  894. <constraint firstAttribute="trailing" secondItem="MDs-KG-nDO" secondAttribute="trailing" id="UGc-68-diA"/>
  895. </constraints>
  896. </view>
  897. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6FL-mC-eO1">
  898. <rect key="frame" x="0.0" y="167.5" width="375" height="32.5"/>
  899. <subviews>
  900. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="IYe-gI-JBv">
  901. <rect key="frame" x="0.0" y="0.0" width="375" height="32.5"/>
  902. <subviews>
  903. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Source of Fund" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eyR-Gc-OR7">
  904. <rect key="frame" x="23" y="8" width="164.5" height="16.5"/>
  905. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  906. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  907. <nil key="highlightedColor"/>
  908. </label>
  909. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kFd-fn-eTN">
  910. <rect key="frame" x="187.5" y="8" width="164.5" height="16.5"/>
  911. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  912. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  913. <nil key="highlightedColor"/>
  914. </label>
  915. </subviews>
  916. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  917. </stackView>
  918. </subviews>
  919. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  920. <constraints>
  921. <constraint firstAttribute="trailing" secondItem="IYe-gI-JBv" secondAttribute="trailing" id="9LQ-hz-xcY"/>
  922. <constraint firstItem="IYe-gI-JBv" firstAttribute="top" secondItem="6FL-mC-eO1" secondAttribute="top" id="Emn-kD-nZp"/>
  923. <constraint firstItem="IYe-gI-JBv" firstAttribute="leading" secondItem="6FL-mC-eO1" secondAttribute="leading" id="Wvu-Kc-qT9"/>
  924. <constraint firstAttribute="bottom" secondItem="IYe-gI-JBv" secondAttribute="bottom" id="zzi-Vh-eOw"/>
  925. </constraints>
  926. </view>
  927. </subviews>
  928. <constraints>
  929. <constraint firstAttribute="height" constant="200" id="Gda-Ma-Kgv"/>
  930. </constraints>
  931. </stackView>
  932. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AZ0-zC-Ctf">
  933. <rect key="frame" x="87" y="292" width="200" height="50"/>
  934. <color key="backgroundColor" red="0.92941176470588238" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  935. <constraints>
  936. <constraint firstAttribute="width" constant="200" id="NoX-ei-Qpl"/>
  937. <constraint firstAttribute="height" constant="50" id="dc6-YC-Uok"/>
  938. </constraints>
  939. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="18"/>
  940. <state key="normal" title="Done">
  941. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  942. </state>
  943. <userDefinedRuntimeAttributes>
  944. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  945. <integer key="value" value="25"/>
  946. </userDefinedRuntimeAttribute>
  947. </userDefinedRuntimeAttributes>
  948. <connections>
  949. <action selector="goBack:" destination="JQe-uV-rSu" eventType="touchUpInside" id="wNC-x9-if3"/>
  950. </connections>
  951. </button>
  952. </subviews>
  953. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  954. <constraints>
  955. <constraint firstItem="2sM-FJ-9SR" firstAttribute="top" secondItem="6ab-ha-k0L" secondAttribute="top" constant="15" id="5Ms-uC-adp"/>
  956. <constraint firstItem="6ab-ha-k0L" firstAttribute="trailing" secondItem="2sM-FJ-9SR" secondAttribute="trailing" constant="21" id="J1i-HL-r5p"/>
  957. <constraint firstItem="6ab-ha-k0L" firstAttribute="trailing" secondItem="bqb-z2-u67" secondAttribute="trailing" id="UxQ-kp-Oz5"/>
  958. <constraint firstItem="AZ0-zC-Ctf" firstAttribute="top" secondItem="bqb-z2-u67" secondAttribute="bottom" constant="24" id="biD-IJ-3mk"/>
  959. <constraint firstItem="2sM-FJ-9SR" firstAttribute="leading" secondItem="6ab-ha-k0L" secondAttribute="leading" constant="21" id="cJA-bt-wJg"/>
  960. <constraint firstItem="AZ0-zC-Ctf" firstAttribute="centerX" secondItem="6ab-ha-k0L" secondAttribute="centerX" id="j9x-U1-aVW"/>
  961. <constraint firstItem="bqb-z2-u67" firstAttribute="leading" secondItem="6ab-ha-k0L" secondAttribute="leading" id="tra-er-C35"/>
  962. <constraint firstItem="bqb-z2-u67" firstAttribute="top" secondItem="2sM-FJ-9SR" secondAttribute="bottom" constant="12" id="ySR-XV-8ba"/>
  963. </constraints>
  964. <viewLayoutGuide key="safeArea" id="6ab-ha-k0L"/>
  965. </view>
  966. <connections>
  967. <outlet property="labelAccountNumber" destination="X7f-EW-Fp9" id="5vy-qo-Ly8"/>
  968. <outlet property="labelBankName" destination="Y7B-hg-PmR" id="gSU-Cn-iBa"/>
  969. <outlet property="labelExpiryDate" destination="TYg-T9-dX3" id="fSe-z5-8az"/>
  970. <outlet property="labelSourceIncome" destination="kFd-fn-eTN" id="Aux-zW-6IU"/>
  971. <outlet property="labelVerificationIDNumber" destination="Pkr-tQ-HsR" id="fyk-Cy-Qrw"/>
  972. <outlet property="labelVerificationIDType" destination="GXD-pf-jKh" id="jcv-7m-5s5"/>
  973. </connections>
  974. </viewController>
  975. <placeholder placeholderIdentifier="IBFirstResponder" id="qJ7-92-eGg" userLabel="First Responder" sceneMemberID="firstResponder"/>
  976. </objects>
  977. <point key="canvasLocation" x="7082" y="2025"/>
  978. </scene>
  979. <!--Profile Document View Controller-->
  980. <scene sceneID="ooU-r8-vfD">
  981. <objects>
  982. <viewController storyboardIdentifier="KYCDocumentsUploadViewController" id="Jvd-Lc-P6M" customClass="ProfileDocumentViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  983. <view key="view" contentMode="scaleToFill" id="71r-9d-gOZ">
  984. <rect key="frame" x="0.0" y="0.0" width="375" height="690"/>
  985. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  986. <subviews>
  987. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" bouncesZoom="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jwK-Mt-aTs">
  988. <rect key="frame" x="0.0" y="20" width="375" height="670"/>
  989. <subviews>
  990. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wI8-7d-DJf">
  991. <rect key="frame" x="0.0" y="0.0" width="375" height="670"/>
  992. <subviews>
  993. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Submitted Documents" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j1S-Dr-WFT">
  994. <rect key="frame" x="21" y="15" width="333" height="21.5"/>
  995. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  996. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  997. <nil key="highlightedColor"/>
  998. </label>
  999. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ywB-NC-1xV">
  1000. <rect key="frame" x="24" y="48.5" width="327" height="495"/>
  1001. <subviews>
  1002. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="DXu-Ju-d7S">
  1003. <rect key="frame" x="0.0" y="0.0" width="327" height="489"/>
  1004. <subviews>
  1005. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eDq-DL-Q1P" userLabel="ViewFront">
  1006. <rect key="frame" x="0.0" y="0.0" width="327" height="90"/>
  1007. <subviews>
  1008. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Y0W-tu-Bh9">
  1009. <rect key="frame" x="0.0" y="0.0" width="98" height="90"/>
  1010. <subviews>
  1011. <imageView userInteractionEnabled="NO" tag="5" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_camera" translatesAutoresizingMaskIntoConstraints="NO" id="osD-Y6-Pfe">
  1012. <rect key="frame" x="0.0" y="0.0" width="98" height="90"/>
  1013. <gestureRecognizers/>
  1014. </imageView>
  1015. </subviews>
  1016. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1017. <constraints>
  1018. <constraint firstItem="osD-Y6-Pfe" firstAttribute="top" secondItem="Y0W-tu-Bh9" secondAttribute="top" id="NzW-Hy-8tr"/>
  1019. <constraint firstItem="osD-Y6-Pfe" firstAttribute="leading" secondItem="Y0W-tu-Bh9" secondAttribute="leading" id="S1V-HC-Fjn"/>
  1020. <constraint firstAttribute="trailing" secondItem="osD-Y6-Pfe" secondAttribute="trailing" id="UL5-GS-aWI"/>
  1021. <constraint firstAttribute="bottom" secondItem="osD-Y6-Pfe" secondAttribute="bottom" id="VYM-5D-N67"/>
  1022. <constraint firstAttribute="width" constant="98" id="ojy-5F-m2h"/>
  1023. </constraints>
  1024. </view>
  1025. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gCO-IT-CiO">
  1026. <rect key="frame" x="100" y="0.0" width="227" height="90"/>
  1027. <subviews>
  1028. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your picture with National/Alien Reg ID Front" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ogs-VE-MZu">
  1029. <rect key="frame" x="8" y="24" width="211" height="43"/>
  1030. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  1031. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  1032. <nil key="highlightedColor"/>
  1033. </label>
  1034. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_verified" translatesAutoresizingMaskIntoConstraints="NO" id="Ylk-5y-BeV">
  1035. <rect key="frame" x="174" y="67" width="45" height="15"/>
  1036. <constraints>
  1037. <constraint firstAttribute="width" constant="45" id="28g-Ic-9YZ"/>
  1038. <constraint firstAttribute="height" constant="15" id="fpK-DF-bAJ"/>
  1039. </constraints>
  1040. </imageView>
  1041. </subviews>
  1042. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1043. <constraints>
  1044. <constraint firstItem="ogs-VE-MZu" firstAttribute="centerY" secondItem="gCO-IT-CiO" secondAttribute="centerY" id="FNB-YI-wrP"/>
  1045. <constraint firstAttribute="bottom" secondItem="Ylk-5y-BeV" secondAttribute="bottom" constant="8" id="gda-8z-88G"/>
  1046. <constraint firstAttribute="trailing" secondItem="ogs-VE-MZu" secondAttribute="trailing" constant="8" id="koq-Mv-HUi"/>
  1047. <constraint firstItem="ogs-VE-MZu" firstAttribute="leading" secondItem="gCO-IT-CiO" secondAttribute="leading" constant="8" id="xV8-8s-EOM"/>
  1048. <constraint firstAttribute="trailing" secondItem="Ylk-5y-BeV" secondAttribute="trailing" constant="8" id="xsK-wb-Omg"/>
  1049. </constraints>
  1050. </view>
  1051. </subviews>
  1052. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1053. <constraints>
  1054. <constraint firstItem="Y0W-tu-Bh9" firstAttribute="top" secondItem="eDq-DL-Q1P" secondAttribute="top" id="3bY-lD-9uF"/>
  1055. <constraint firstAttribute="bottom" secondItem="Y0W-tu-Bh9" secondAttribute="bottom" id="5R2-I0-27m"/>
  1056. <constraint firstItem="Y0W-tu-Bh9" firstAttribute="leading" secondItem="eDq-DL-Q1P" secondAttribute="leading" id="Gub-fq-J9U"/>
  1057. <constraint firstAttribute="trailing" secondItem="gCO-IT-CiO" secondAttribute="trailing" id="RMJ-Yl-gbj"/>
  1058. <constraint firstItem="gCO-IT-CiO" firstAttribute="leading" secondItem="Y0W-tu-Bh9" secondAttribute="trailing" constant="2" id="S2a-hi-g6d"/>
  1059. <constraint firstAttribute="bottom" secondItem="gCO-IT-CiO" secondAttribute="bottom" id="koe-n3-hnV"/>
  1060. <constraint firstItem="gCO-IT-CiO" firstAttribute="top" secondItem="eDq-DL-Q1P" secondAttribute="top" id="wSs-DK-pdX"/>
  1061. </constraints>
  1062. <userDefinedRuntimeAttributes>
  1063. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1064. <integer key="value" value="10"/>
  1065. </userDefinedRuntimeAttribute>
  1066. </userDefinedRuntimeAttributes>
  1067. </view>
  1068. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dJx-FF-3Vw" userLabel="ViewFront">
  1069. <rect key="frame" x="0.0" y="100" width="327" height="89.5"/>
  1070. <subviews>
  1071. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dj3-j1-wGH">
  1072. <rect key="frame" x="0.0" y="0.0" width="98" height="89.5"/>
  1073. <subviews>
  1074. <imageView userInteractionEnabled="NO" tag="1" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_camera" translatesAutoresizingMaskIntoConstraints="NO" id="L9Z-Ap-P0t">
  1075. <rect key="frame" x="0.0" y="0.0" width="98" height="89.5"/>
  1076. <gestureRecognizers/>
  1077. </imageView>
  1078. </subviews>
  1079. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1080. <constraints>
  1081. <constraint firstAttribute="trailing" secondItem="L9Z-Ap-P0t" secondAttribute="trailing" id="Asw-I6-rnj"/>
  1082. <constraint firstItem="L9Z-Ap-P0t" firstAttribute="leading" secondItem="Dj3-j1-wGH" secondAttribute="leading" id="DAW-Va-ary"/>
  1083. <constraint firstItem="L9Z-Ap-P0t" firstAttribute="top" secondItem="Dj3-j1-wGH" secondAttribute="top" id="Gqz-sI-H2F"/>
  1084. <constraint firstAttribute="bottom" secondItem="L9Z-Ap-P0t" secondAttribute="bottom" id="qnc-Dx-JBf"/>
  1085. <constraint firstAttribute="width" constant="98" id="sc9-bQ-LGP"/>
  1086. </constraints>
  1087. </view>
  1088. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UgB-K1-h1A">
  1089. <rect key="frame" x="100" y="0.0" width="227" height="89.5"/>
  1090. <subviews>
  1091. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="National/Alien Reg ID Front" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n7z-Gy-a3e">
  1092. <rect key="frame" x="8" y="27.5" width="211" height="35"/>
  1093. <constraints>
  1094. <constraint firstAttribute="height" constant="35" id="1lm-h5-y0p"/>
  1095. </constraints>
  1096. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  1097. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  1098. <nil key="highlightedColor"/>
  1099. </label>
  1100. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_verified" translatesAutoresizingMaskIntoConstraints="NO" id="UoN-Ol-VJG">
  1101. <rect key="frame" x="174" y="66.5" width="45" height="15"/>
  1102. <constraints>
  1103. <constraint firstAttribute="height" constant="15" id="afC-EA-osH"/>
  1104. <constraint firstAttribute="width" constant="45" id="ndH-Hm-Ll2"/>
  1105. </constraints>
  1106. </imageView>
  1107. </subviews>
  1108. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1109. <constraints>
  1110. <constraint firstItem="n7z-Gy-a3e" firstAttribute="leading" secondItem="UgB-K1-h1A" secondAttribute="leading" constant="8" id="5os-qS-MnU"/>
  1111. <constraint firstAttribute="trailing" secondItem="n7z-Gy-a3e" secondAttribute="trailing" constant="8" id="SXn-aZ-f1E"/>
  1112. <constraint firstAttribute="bottom" secondItem="UoN-Ol-VJG" secondAttribute="bottom" constant="8" id="Tc5-yD-rQu"/>
  1113. <constraint firstAttribute="trailing" secondItem="UoN-Ol-VJG" secondAttribute="trailing" constant="8" id="kfr-ic-sBN"/>
  1114. <constraint firstItem="n7z-Gy-a3e" firstAttribute="centerY" secondItem="UgB-K1-h1A" secondAttribute="centerY" id="sfE-cy-GGP"/>
  1115. </constraints>
  1116. </view>
  1117. </subviews>
  1118. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1119. <constraints>
  1120. <constraint firstAttribute="bottom" secondItem="Dj3-j1-wGH" secondAttribute="bottom" id="2y9-gs-E2U"/>
  1121. <constraint firstItem="Dj3-j1-wGH" firstAttribute="leading" secondItem="dJx-FF-3Vw" secondAttribute="leading" id="4wh-lv-DwW"/>
  1122. <constraint firstItem="Dj3-j1-wGH" firstAttribute="top" secondItem="dJx-FF-3Vw" secondAttribute="top" id="6m2-9t-zPf"/>
  1123. <constraint firstAttribute="bottom" secondItem="UgB-K1-h1A" secondAttribute="bottom" id="XM2-vg-0zH"/>
  1124. <constraint firstAttribute="trailing" secondItem="UgB-K1-h1A" secondAttribute="trailing" id="kQ7-jS-LXF"/>
  1125. <constraint firstItem="UgB-K1-h1A" firstAttribute="leading" secondItem="Dj3-j1-wGH" secondAttribute="trailing" constant="2" id="sgv-In-j7S"/>
  1126. <constraint firstItem="UgB-K1-h1A" firstAttribute="top" secondItem="dJx-FF-3Vw" secondAttribute="top" id="u1H-uk-G4p"/>
  1127. </constraints>
  1128. <userDefinedRuntimeAttributes>
  1129. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1130. <integer key="value" value="10"/>
  1131. </userDefinedRuntimeAttribute>
  1132. </userDefinedRuntimeAttributes>
  1133. </view>
  1134. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gdc-qX-zjW" userLabel="ViewBack">
  1135. <rect key="frame" x="0.0" y="199.5" width="327" height="90"/>
  1136. <subviews>
  1137. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="czb-Xf-Met">
  1138. <rect key="frame" x="0.0" y="0.0" width="98" height="90"/>
  1139. <subviews>
  1140. <imageView userInteractionEnabled="NO" tag="2" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_camera" translatesAutoresizingMaskIntoConstraints="NO" id="kwb-vU-Upy">
  1141. <rect key="frame" x="0.0" y="0.0" width="98" height="90"/>
  1142. <gestureRecognizers/>
  1143. </imageView>
  1144. </subviews>
  1145. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1146. <constraints>
  1147. <constraint firstAttribute="width" constant="98" id="fcO-e3-gA6"/>
  1148. <constraint firstItem="kwb-vU-Upy" firstAttribute="top" secondItem="czb-Xf-Met" secondAttribute="top" id="k0T-Kb-Je7"/>
  1149. <constraint firstAttribute="bottom" secondItem="kwb-vU-Upy" secondAttribute="bottom" id="o2v-4t-Akd"/>
  1150. <constraint firstItem="kwb-vU-Upy" firstAttribute="leading" secondItem="czb-Xf-Met" secondAttribute="leading" id="vcz-je-HgX"/>
  1151. <constraint firstAttribute="trailing" secondItem="kwb-vU-Upy" secondAttribute="trailing" id="zyF-8Z-UQJ"/>
  1152. </constraints>
  1153. </view>
  1154. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Leo-UB-JxH">
  1155. <rect key="frame" x="100" y="0.0" width="227" height="90"/>
  1156. <subviews>
  1157. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="National/Alien Reg ID Back" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cy5-JL-etR">
  1158. <rect key="frame" x="8" y="27.5" width="211" height="35"/>
  1159. <constraints>
  1160. <constraint firstAttribute="height" constant="35" id="TCg-Qm-IuE"/>
  1161. </constraints>
  1162. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  1163. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  1164. <nil key="highlightedColor"/>
  1165. </label>
  1166. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_verified" translatesAutoresizingMaskIntoConstraints="NO" id="3u3-Sf-6Yw">
  1167. <rect key="frame" x="174" y="67" width="45" height="15"/>
  1168. <constraints>
  1169. <constraint firstAttribute="height" constant="15" id="BpU-ZB-u7A"/>
  1170. <constraint firstAttribute="width" constant="45" id="hOP-Xo-FT8"/>
  1171. </constraints>
  1172. </imageView>
  1173. </subviews>
  1174. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1175. <constraints>
  1176. <constraint firstItem="cy5-JL-etR" firstAttribute="leading" secondItem="Leo-UB-JxH" secondAttribute="leading" constant="8" id="2S6-rD-2Ax"/>
  1177. <constraint firstItem="cy5-JL-etR" firstAttribute="centerY" secondItem="Leo-UB-JxH" secondAttribute="centerY" id="BDi-tW-ASv"/>
  1178. <constraint firstAttribute="bottom" secondItem="3u3-Sf-6Yw" secondAttribute="bottom" constant="8" id="Ilw-bk-b8x"/>
  1179. <constraint firstAttribute="trailing" secondItem="cy5-JL-etR" secondAttribute="trailing" constant="8" id="k6x-6S-C2V"/>
  1180. <constraint firstAttribute="trailing" secondItem="3u3-Sf-6Yw" secondAttribute="trailing" constant="8" id="n7O-1G-ywu"/>
  1181. </constraints>
  1182. </view>
  1183. </subviews>
  1184. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1185. <constraints>
  1186. <constraint firstAttribute="bottom" secondItem="Leo-UB-JxH" secondAttribute="bottom" id="0X1-rt-R0I"/>
  1187. <constraint firstItem="Leo-UB-JxH" firstAttribute="leading" secondItem="czb-Xf-Met" secondAttribute="trailing" constant="2" id="A9f-4g-GAr"/>
  1188. <constraint firstAttribute="trailing" secondItem="Leo-UB-JxH" secondAttribute="trailing" id="AAw-CX-wdN"/>
  1189. <constraint firstItem="Leo-UB-JxH" firstAttribute="top" secondItem="gdc-qX-zjW" secondAttribute="top" id="Erm-w4-uOi"/>
  1190. <constraint firstItem="Leo-UB-JxH" firstAttribute="leading" secondItem="czb-Xf-Met" secondAttribute="trailing" constant="2" id="LUD-uO-cjB"/>
  1191. <constraint firstAttribute="bottom" secondItem="czb-Xf-Met" secondAttribute="bottom" id="PC4-rD-KBt"/>
  1192. <constraint firstItem="czb-Xf-Met" firstAttribute="leading" secondItem="gdc-qX-zjW" secondAttribute="leading" id="T7J-TI-fGO"/>
  1193. <constraint firstAttribute="bottom" secondItem="Leo-UB-JxH" secondAttribute="bottom" id="etT-SB-MbR"/>
  1194. <constraint firstItem="Leo-UB-JxH" firstAttribute="top" secondItem="gdc-qX-zjW" secondAttribute="top" id="iWx-Tb-Za4"/>
  1195. <constraint firstItem="czb-Xf-Met" firstAttribute="top" secondItem="gdc-qX-zjW" secondAttribute="top" id="qAS-2R-pfx"/>
  1196. <constraint firstAttribute="trailing" secondItem="Leo-UB-JxH" secondAttribute="trailing" id="vRM-1B-eaA"/>
  1197. </constraints>
  1198. <userDefinedRuntimeAttributes>
  1199. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1200. <integer key="value" value="10"/>
  1201. </userDefinedRuntimeAttribute>
  1202. </userDefinedRuntimeAttributes>
  1203. </view>
  1204. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2la-oo-TYo" userLabel="ViewPassbook">
  1205. <rect key="frame" x="0.0" y="299.5" width="327" height="89.5"/>
  1206. <subviews>
  1207. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Xa-Eu-KTa">
  1208. <rect key="frame" x="0.0" y="0.0" width="98" height="89.5"/>
  1209. <subviews>
  1210. <imageView userInteractionEnabled="NO" tag="3" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_camera" translatesAutoresizingMaskIntoConstraints="NO" id="DKb-LK-8Qr">
  1211. <rect key="frame" x="0.0" y="0.0" width="98" height="89.5"/>
  1212. </imageView>
  1213. </subviews>
  1214. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1215. <constraints>
  1216. <constraint firstAttribute="bottom" secondItem="DKb-LK-8Qr" secondAttribute="bottom" id="KsL-wl-xtF"/>
  1217. <constraint firstItem="DKb-LK-8Qr" firstAttribute="leading" secondItem="7Xa-Eu-KTa" secondAttribute="leading" id="S4n-84-wvg"/>
  1218. <constraint firstAttribute="trailing" secondItem="DKb-LK-8Qr" secondAttribute="trailing" id="X9E-sf-d9D"/>
  1219. <constraint firstItem="DKb-LK-8Qr" firstAttribute="top" secondItem="7Xa-Eu-KTa" secondAttribute="top" id="u9b-6s-fLh"/>
  1220. <constraint firstAttribute="width" constant="98" id="yia-Xd-OYj"/>
  1221. </constraints>
  1222. </view>
  1223. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bNE-nT-SfP">
  1224. <rect key="frame" x="100" y="0.0" width="227" height="89.5"/>
  1225. <subviews>
  1226. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Passbook" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nQ1-qn-XW1">
  1227. <rect key="frame" x="8" y="27.5" width="211" height="35"/>
  1228. <constraints>
  1229. <constraint firstAttribute="height" constant="35" id="JvT-CF-zWK"/>
  1230. </constraints>
  1231. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  1232. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  1233. <nil key="highlightedColor"/>
  1234. </label>
  1235. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_verified" translatesAutoresizingMaskIntoConstraints="NO" id="CmA-Ok-ba1">
  1236. <rect key="frame" x="174" y="66.5" width="45" height="15"/>
  1237. <constraints>
  1238. <constraint firstAttribute="width" constant="45" id="EaF-gh-emE"/>
  1239. <constraint firstAttribute="height" constant="15" id="d7S-uy-WlO"/>
  1240. </constraints>
  1241. </imageView>
  1242. </subviews>
  1243. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1244. <constraints>
  1245. <constraint firstAttribute="trailing" secondItem="CmA-Ok-ba1" secondAttribute="trailing" constant="8" id="5BM-ff-546"/>
  1246. <constraint firstItem="nQ1-qn-XW1" firstAttribute="centerY" secondItem="bNE-nT-SfP" secondAttribute="centerY" id="Afz-DH-2b7"/>
  1247. <constraint firstItem="nQ1-qn-XW1" firstAttribute="leading" secondItem="bNE-nT-SfP" secondAttribute="leading" constant="8" id="GCe-TE-WpX"/>
  1248. <constraint firstAttribute="bottom" secondItem="CmA-Ok-ba1" secondAttribute="bottom" constant="8" id="Tlj-Sx-Vg9"/>
  1249. <constraint firstAttribute="trailing" secondItem="nQ1-qn-XW1" secondAttribute="trailing" constant="8" id="v5W-sV-BLl"/>
  1250. </constraints>
  1251. </view>
  1252. </subviews>
  1253. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1254. <constraints>
  1255. <constraint firstItem="bNE-nT-SfP" firstAttribute="leading" secondItem="7Xa-Eu-KTa" secondAttribute="trailing" constant="2" id="7us-gO-zBw"/>
  1256. <constraint firstItem="7Xa-Eu-KTa" firstAttribute="leading" secondItem="2la-oo-TYo" secondAttribute="leading" id="Dp2-gU-NlN"/>
  1257. <constraint firstAttribute="bottom" secondItem="7Xa-Eu-KTa" secondAttribute="bottom" id="FCq-bV-l3m"/>
  1258. <constraint firstAttribute="trailing" secondItem="bNE-nT-SfP" secondAttribute="trailing" id="Iia-um-Ww5"/>
  1259. <constraint firstItem="bNE-nT-SfP" firstAttribute="top" secondItem="2la-oo-TYo" secondAttribute="top" id="QhT-cm-Xho"/>
  1260. <constraint firstItem="7Xa-Eu-KTa" firstAttribute="top" secondItem="2la-oo-TYo" secondAttribute="top" id="dUN-FB-KWA"/>
  1261. <constraint firstAttribute="bottom" secondItem="bNE-nT-SfP" secondAttribute="bottom" id="e2y-Yd-Ds2"/>
  1262. </constraints>
  1263. <userDefinedRuntimeAttributes>
  1264. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1265. <integer key="value" value="10"/>
  1266. </userDefinedRuntimeAttribute>
  1267. </userDefinedRuntimeAttributes>
  1268. </view>
  1269. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="V9e-L5-kZa" userLabel="ViewPassport">
  1270. <rect key="frame" x="0.0" y="399" width="327" height="90"/>
  1271. <subviews>
  1272. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LnU-1Z-1KH">
  1273. <rect key="frame" x="0.0" y="0.0" width="98" height="90"/>
  1274. <subviews>
  1275. <imageView userInteractionEnabled="NO" tag="4" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_camera" translatesAutoresizingMaskIntoConstraints="NO" id="e9Q-Nl-RgU">
  1276. <rect key="frame" x="0.0" y="0.0" width="98" height="90"/>
  1277. </imageView>
  1278. </subviews>
  1279. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1280. <constraints>
  1281. <constraint firstAttribute="width" constant="98" id="PX0-AT-YjQ"/>
  1282. <constraint firstItem="e9Q-Nl-RgU" firstAttribute="leading" secondItem="LnU-1Z-1KH" secondAttribute="leading" id="U1V-Tc-PfV"/>
  1283. <constraint firstAttribute="trailing" secondItem="e9Q-Nl-RgU" secondAttribute="trailing" id="blK-0s-OrX"/>
  1284. <constraint firstItem="e9Q-Nl-RgU" firstAttribute="top" secondItem="LnU-1Z-1KH" secondAttribute="top" id="h4H-Bu-HEh"/>
  1285. <constraint firstAttribute="bottom" secondItem="e9Q-Nl-RgU" secondAttribute="bottom" id="j6Z-A0-LEc"/>
  1286. </constraints>
  1287. </view>
  1288. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="E1r-60-Kaq">
  1289. <rect key="frame" x="100" y="0.0" width="227" height="90"/>
  1290. <subviews>
  1291. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Passport" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wos-UV-vBp">
  1292. <rect key="frame" x="8" y="28" width="211" height="35"/>
  1293. <constraints>
  1294. <constraint firstAttribute="height" constant="35" id="1We-Jf-uAy"/>
  1295. </constraints>
  1296. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  1297. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  1298. <nil key="highlightedColor"/>
  1299. </label>
  1300. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_verified" translatesAutoresizingMaskIntoConstraints="NO" id="4ju-Le-A1E">
  1301. <rect key="frame" x="174" y="67" width="45" height="15"/>
  1302. <constraints>
  1303. <constraint firstAttribute="width" constant="45" id="0qs-YR-CDg"/>
  1304. <constraint firstAttribute="height" constant="15" id="OBb-qN-bNH"/>
  1305. </constraints>
  1306. </imageView>
  1307. </subviews>
  1308. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1309. <constraints>
  1310. <constraint firstAttribute="trailing" secondItem="Wos-UV-vBp" secondAttribute="trailing" constant="8" id="Btm-KY-dHx"/>
  1311. <constraint firstItem="Wos-UV-vBp" firstAttribute="centerY" secondItem="E1r-60-Kaq" secondAttribute="centerY" id="PQi-4d-5gQ"/>
  1312. <constraint firstAttribute="bottom" secondItem="4ju-Le-A1E" secondAttribute="bottom" constant="8" id="Z6w-wX-pbk"/>
  1313. <constraint firstItem="Wos-UV-vBp" firstAttribute="leading" secondItem="E1r-60-Kaq" secondAttribute="leading" constant="8" id="cjV-uV-mj3"/>
  1314. <constraint firstAttribute="trailing" secondItem="4ju-Le-A1E" secondAttribute="trailing" constant="8" id="h1P-EG-sHT"/>
  1315. </constraints>
  1316. </view>
  1317. </subviews>
  1318. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1319. <constraints>
  1320. <constraint firstItem="LnU-1Z-1KH" firstAttribute="top" secondItem="V9e-L5-kZa" secondAttribute="top" id="4lL-v2-TxR"/>
  1321. <constraint firstItem="E1r-60-Kaq" firstAttribute="top" secondItem="V9e-L5-kZa" secondAttribute="top" id="Cwn-88-dch"/>
  1322. <constraint firstItem="LnU-1Z-1KH" firstAttribute="leading" secondItem="V9e-L5-kZa" secondAttribute="leading" id="HcD-s0-44K"/>
  1323. <constraint firstAttribute="trailing" secondItem="E1r-60-Kaq" secondAttribute="trailing" id="O96-x2-9Gd"/>
  1324. <constraint firstAttribute="bottom" secondItem="LnU-1Z-1KH" secondAttribute="bottom" id="OjJ-71-8SS"/>
  1325. <constraint firstAttribute="bottom" secondItem="E1r-60-Kaq" secondAttribute="bottom" id="P0D-nl-BtR"/>
  1326. <constraint firstItem="E1r-60-Kaq" firstAttribute="leading" secondItem="LnU-1Z-1KH" secondAttribute="trailing" constant="2" id="TDX-vU-aBT"/>
  1327. </constraints>
  1328. <userDefinedRuntimeAttributes>
  1329. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1330. <integer key="value" value="10"/>
  1331. </userDefinedRuntimeAttribute>
  1332. </userDefinedRuntimeAttributes>
  1333. </view>
  1334. </subviews>
  1335. </stackView>
  1336. </subviews>
  1337. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1338. <constraints>
  1339. <constraint firstItem="DXu-Ju-d7S" firstAttribute="leading" secondItem="ywB-NC-1xV" secondAttribute="leading" id="8Dc-h6-ISr"/>
  1340. <constraint firstAttribute="trailing" secondItem="DXu-Ju-d7S" secondAttribute="trailing" id="DW8-f7-mMP"/>
  1341. <constraint firstItem="DXu-Ju-d7S" firstAttribute="top" secondItem="ywB-NC-1xV" secondAttribute="top" id="UrE-Gk-Ffq"/>
  1342. <constraint firstAttribute="height" constant="495" id="f3h-Dh-k3J"/>
  1343. <constraint firstAttribute="bottom" secondItem="DXu-Ju-d7S" secondAttribute="bottom" constant="6" id="hpU-Vi-iXR"/>
  1344. </constraints>
  1345. </view>
  1346. </subviews>
  1347. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  1348. <constraints>
  1349. <constraint firstItem="j1S-Dr-WFT" firstAttribute="leading" secondItem="wI8-7d-DJf" secondAttribute="leading" constant="21" id="AFx-AA-vnf"/>
  1350. <constraint firstAttribute="trailing" secondItem="j1S-Dr-WFT" secondAttribute="trailing" constant="21" id="RqY-6J-FkY"/>
  1351. <constraint firstItem="j1S-Dr-WFT" firstAttribute="top" secondItem="wI8-7d-DJf" secondAttribute="top" constant="15" id="Yg7-dE-0sO"/>
  1352. <constraint firstAttribute="trailing" secondItem="ywB-NC-1xV" secondAttribute="trailing" constant="24" id="c29-ki-jHr"/>
  1353. <constraint firstItem="ywB-NC-1xV" firstAttribute="leading" secondItem="wI8-7d-DJf" secondAttribute="leading" constant="24" id="cgr-aS-NFP"/>
  1354. <constraint firstItem="ywB-NC-1xV" firstAttribute="top" secondItem="j1S-Dr-WFT" secondAttribute="bottom" constant="12" id="vyU-ql-JMt"/>
  1355. <constraint firstAttribute="height" constant="670" id="yiI-Ux-mFy"/>
  1356. </constraints>
  1357. </view>
  1358. </subviews>
  1359. <constraints>
  1360. <constraint firstItem="wI8-7d-DJf" firstAttribute="top" secondItem="jwK-Mt-aTs" secondAttribute="top" id="Eat-A7-vuR"/>
  1361. <constraint firstItem="wI8-7d-DJf" firstAttribute="leading" secondItem="jwK-Mt-aTs" secondAttribute="leading" id="TPZ-Ik-26s"/>
  1362. <constraint firstAttribute="bottom" secondItem="wI8-7d-DJf" secondAttribute="bottom" id="jhF-DK-qZ3"/>
  1363. <constraint firstAttribute="trailing" secondItem="wI8-7d-DJf" secondAttribute="trailing" id="l3W-3M-CNO"/>
  1364. </constraints>
  1365. </scrollView>
  1366. </subviews>
  1367. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1368. <constraints>
  1369. <constraint firstItem="wI8-7d-DJf" firstAttribute="width" secondItem="71r-9d-gOZ" secondAttribute="width" id="23b-VZ-lCT"/>
  1370. <constraint firstItem="OdM-MF-7gX" firstAttribute="trailing" secondItem="jwK-Mt-aTs" secondAttribute="trailing" id="96j-Nf-T2s"/>
  1371. <constraint firstItem="jwK-Mt-aTs" firstAttribute="leading" secondItem="OdM-MF-7gX" secondAttribute="leading" id="E1T-QE-ed6"/>
  1372. <constraint firstItem="jwK-Mt-aTs" firstAttribute="top" secondItem="OdM-MF-7gX" secondAttribute="top" id="YxF-vp-3ky"/>
  1373. <constraint firstItem="OdM-MF-7gX" firstAttribute="bottom" secondItem="jwK-Mt-aTs" secondAttribute="bottom" id="sk6-CE-7OZ"/>
  1374. </constraints>
  1375. <viewLayoutGuide key="safeArea" id="OdM-MF-7gX"/>
  1376. </view>
  1377. <size key="freeformSize" width="375" height="690"/>
  1378. <connections>
  1379. <outlet property="imageViewCloseUpSelfie" destination="osD-Y6-Pfe" id="rid-AV-2sg"/>
  1380. <outlet property="imageViewIDBack" destination="kwb-vU-Upy" id="beb-fs-Dwd"/>
  1381. <outlet property="imageViewIDFront" destination="L9Z-Ap-P0t" id="0NL-Uj-Fhc"/>
  1382. <outlet property="imageViewPassbook" destination="DKb-LK-8Qr" id="5f9-vo-8Qj"/>
  1383. <outlet property="imageViewPassport" destination="e9Q-Nl-RgU" id="1Zl-HL-SbT"/>
  1384. </connections>
  1385. </viewController>
  1386. <placeholder placeholderIdentifier="IBFirstResponder" id="kXG-Ie-haI" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1387. </objects>
  1388. <point key="canvasLocation" x="5292" y="2634.7826086956525"/>
  1389. </scene>
  1390. <!--Profile General View Controller-->
  1391. <scene sceneID="Hzz-Lk-fBz">
  1392. <objects>
  1393. <viewController automaticallyAdjustsScrollViewInsets="NO" id="aEt-hx-ntN" customClass="ProfileGeneralViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  1394. <view key="view" contentMode="scaleToFill" id="Ttp-0e-DU0">
  1395. <rect key="frame" x="0.0" y="0.0" width="375" height="680"/>
  1396. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1397. <subviews>
  1398. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Yy-DV-0Up">
  1399. <rect key="frame" x="0.0" y="20" width="375" height="660"/>
  1400. <subviews>
  1401. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hTX-Ne-DU7">
  1402. <rect key="frame" x="0.0" y="0.0" width="375" height="660"/>
  1403. <subviews>
  1404. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="General Information" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tkN-oA-vR8">
  1405. <rect key="frame" x="21" y="15" width="333" height="21.5"/>
  1406. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  1407. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1408. <nil key="highlightedColor"/>
  1409. </label>
  1410. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="dyb-g2-PrF">
  1411. <rect key="frame" x="0.0" y="48.5" width="375" height="472"/>
  1412. <subviews>
  1413. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SS8-9Q-1ey">
  1414. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1415. <subviews>
  1416. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="lbi-Bs-kAW">
  1417. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1418. <subviews>
  1419. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="First Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qg7-Po-u4w">
  1420. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1421. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1422. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1423. <nil key="highlightedColor"/>
  1424. </label>
  1425. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uZV-oN-QfS">
  1426. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1427. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1428. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1429. <nil key="highlightedColor"/>
  1430. </label>
  1431. </subviews>
  1432. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1433. </stackView>
  1434. </subviews>
  1435. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1436. <constraints>
  1437. <constraint firstAttribute="trailing" secondItem="lbi-Bs-kAW" secondAttribute="trailing" id="6du-Wu-Ogi"/>
  1438. <constraint firstAttribute="bottom" secondItem="lbi-Bs-kAW" secondAttribute="bottom" id="8w2-6c-P4D"/>
  1439. <constraint firstItem="lbi-Bs-kAW" firstAttribute="top" secondItem="SS8-9Q-1ey" secondAttribute="top" id="Xbg-57-z1L"/>
  1440. <constraint firstItem="lbi-Bs-kAW" firstAttribute="leading" secondItem="SS8-9Q-1ey" secondAttribute="leading" id="gqc-9f-6FC"/>
  1441. </constraints>
  1442. </view>
  1443. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f5n-9R-1gw">
  1444. <rect key="frame" x="0.0" y="39.5" width="375" height="38.5"/>
  1445. <subviews>
  1446. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Cln-Pd-l2d">
  1447. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1448. <subviews>
  1449. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Middle Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Y0M-5c-ER6">
  1450. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1451. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1452. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1453. <nil key="highlightedColor"/>
  1454. </label>
  1455. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DaZ-ju-syK">
  1456. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1457. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1458. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1459. <nil key="highlightedColor"/>
  1460. </label>
  1461. </subviews>
  1462. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1463. </stackView>
  1464. </subviews>
  1465. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1466. <constraints>
  1467. <constraint firstAttribute="trailing" secondItem="Cln-Pd-l2d" secondAttribute="trailing" id="C0e-H0-XHa"/>
  1468. <constraint firstItem="Cln-Pd-l2d" firstAttribute="top" secondItem="f5n-9R-1gw" secondAttribute="top" id="RBc-k7-PhT"/>
  1469. <constraint firstAttribute="bottom" secondItem="Cln-Pd-l2d" secondAttribute="bottom" id="fln-L9-qTF"/>
  1470. <constraint firstItem="Cln-Pd-l2d" firstAttribute="leading" secondItem="f5n-9R-1gw" secondAttribute="leading" id="jdL-SP-gcr"/>
  1471. </constraints>
  1472. </view>
  1473. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8Rn-lQ-rcl">
  1474. <rect key="frame" x="0.0" y="79" width="375" height="38.5"/>
  1475. <subviews>
  1476. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="n59-kG-rXt">
  1477. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1478. <subviews>
  1479. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Last Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CZI-Em-guV">
  1480. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1481. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1482. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1483. <nil key="highlightedColor"/>
  1484. </label>
  1485. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wGV-7j-ToJ">
  1486. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1487. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1488. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1489. <nil key="highlightedColor"/>
  1490. </label>
  1491. </subviews>
  1492. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1493. </stackView>
  1494. </subviews>
  1495. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1496. <constraints>
  1497. <constraint firstItem="n59-kG-rXt" firstAttribute="leading" secondItem="8Rn-lQ-rcl" secondAttribute="leading" id="HJM-Z4-ooN"/>
  1498. <constraint firstAttribute="trailing" secondItem="n59-kG-rXt" secondAttribute="trailing" id="TS2-88-vT7"/>
  1499. <constraint firstAttribute="bottom" secondItem="n59-kG-rXt" secondAttribute="bottom" id="bs9-JK-dLw"/>
  1500. <constraint firstItem="n59-kG-rXt" firstAttribute="top" secondItem="8Rn-lQ-rcl" secondAttribute="top" id="tCD-jq-PD8"/>
  1501. </constraints>
  1502. </view>
  1503. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Fa6-Gx-jfu">
  1504. <rect key="frame" x="0.0" y="118.5" width="375" height="38"/>
  1505. <subviews>
  1506. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="8Wj-7d-HCx">
  1507. <rect key="frame" x="0.0" y="0.0" width="375" height="38"/>
  1508. <subviews>
  1509. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Nick Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qWG-cO-alE">
  1510. <rect key="frame" x="23" y="8" width="164.5" height="22"/>
  1511. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1512. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1513. <nil key="highlightedColor"/>
  1514. </label>
  1515. <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IJq-Dy-G1E">
  1516. <rect key="frame" x="187.5" y="8" width="164.5" height="22"/>
  1517. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1518. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1519. <nil key="highlightedColor"/>
  1520. </label>
  1521. </subviews>
  1522. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1523. </stackView>
  1524. </subviews>
  1525. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1526. <constraints>
  1527. <constraint firstItem="8Wj-7d-HCx" firstAttribute="leading" secondItem="Fa6-Gx-jfu" secondAttribute="leading" id="HeV-9U-VmH"/>
  1528. <constraint firstItem="8Wj-7d-HCx" firstAttribute="top" secondItem="Fa6-Gx-jfu" secondAttribute="top" id="Ql3-BC-THO"/>
  1529. <constraint firstAttribute="bottom" secondItem="8Wj-7d-HCx" secondAttribute="bottom" id="Zlf-g8-stZ"/>
  1530. <constraint firstAttribute="trailing" secondItem="8Wj-7d-HCx" secondAttribute="trailing" id="kMV-mb-VO7"/>
  1531. </constraints>
  1532. </view>
  1533. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IF4-NV-8EH">
  1534. <rect key="frame" x="0.0" y="157.5" width="375" height="38.5"/>
  1535. <subviews>
  1536. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="VaU-dq-o5O">
  1537. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1538. <subviews>
  1539. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gender" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AEQ-D5-Gga">
  1540. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1541. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1542. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1543. <nil key="highlightedColor"/>
  1544. </label>
  1545. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lL3-zJ-1t7">
  1546. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1547. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1548. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1549. <nil key="highlightedColor"/>
  1550. </label>
  1551. </subviews>
  1552. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1553. </stackView>
  1554. </subviews>
  1555. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1556. <constraints>
  1557. <constraint firstAttribute="trailing" secondItem="VaU-dq-o5O" secondAttribute="trailing" id="1Wa-v2-sx7"/>
  1558. <constraint firstAttribute="bottom" secondItem="VaU-dq-o5O" secondAttribute="bottom" id="B6s-Sv-Zax"/>
  1559. <constraint firstItem="VaU-dq-o5O" firstAttribute="leading" secondItem="IF4-NV-8EH" secondAttribute="leading" id="cMH-gk-ZOm"/>
  1560. <constraint firstItem="VaU-dq-o5O" firstAttribute="top" secondItem="IF4-NV-8EH" secondAttribute="top" id="kQr-qr-WBl"/>
  1561. </constraints>
  1562. </view>
  1563. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Pr-l1-4Z0">
  1564. <rect key="frame" x="0.0" y="197" width="375" height="38.5"/>
  1565. <subviews>
  1566. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="4od-JC-dUj">
  1567. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1568. <subviews>
  1569. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Date of Birth" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uy5-bi-QAl">
  1570. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1571. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1572. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1573. <nil key="highlightedColor"/>
  1574. </label>
  1575. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sTh-Td-zoR">
  1576. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1577. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1578. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1579. <nil key="highlightedColor"/>
  1580. </label>
  1581. </subviews>
  1582. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1583. </stackView>
  1584. </subviews>
  1585. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1586. <constraints>
  1587. <constraint firstItem="4od-JC-dUj" firstAttribute="leading" secondItem="1Pr-l1-4Z0" secondAttribute="leading" id="X7K-nM-5QT"/>
  1588. <constraint firstAttribute="trailing" secondItem="4od-JC-dUj" secondAttribute="trailing" id="YZL-jE-l8y"/>
  1589. <constraint firstAttribute="bottom" secondItem="4od-JC-dUj" secondAttribute="bottom" id="bh4-Vy-f4C"/>
  1590. <constraint firstItem="4od-JC-dUj" firstAttribute="top" secondItem="1Pr-l1-4Z0" secondAttribute="top" id="z6U-kO-0jO"/>
  1591. </constraints>
  1592. </view>
  1593. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oke-F5-3oT">
  1594. <rect key="frame" x="0.0" y="236.5" width="375" height="38.5"/>
  1595. <subviews>
  1596. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="WZD-9O-8Vg">
  1597. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1598. <subviews>
  1599. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Mobile No." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z75-nY-zfI">
  1600. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1601. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1602. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1603. <nil key="highlightedColor"/>
  1604. </label>
  1605. <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NKU-vu-UTM">
  1606. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1607. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1608. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1609. <nil key="highlightedColor"/>
  1610. </label>
  1611. </subviews>
  1612. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1613. </stackView>
  1614. </subviews>
  1615. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1616. <constraints>
  1617. <constraint firstAttribute="trailing" secondItem="WZD-9O-8Vg" secondAttribute="trailing" id="XGN-zd-Njr"/>
  1618. <constraint firstItem="WZD-9O-8Vg" firstAttribute="leading" secondItem="oke-F5-3oT" secondAttribute="leading" id="YHq-AC-vDO"/>
  1619. <constraint firstAttribute="bottom" secondItem="WZD-9O-8Vg" secondAttribute="bottom" id="bWk-gb-BH2"/>
  1620. <constraint firstItem="WZD-9O-8Vg" firstAttribute="top" secondItem="oke-F5-3oT" secondAttribute="top" id="gco-ZQ-t5K"/>
  1621. </constraints>
  1622. </view>
  1623. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="alV-Jn-aHC">
  1624. <rect key="frame" x="0.0" y="276" width="375" height="38.5"/>
  1625. <subviews>
  1626. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="qR3-YK-ZQu">
  1627. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1628. <subviews>
  1629. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Email Address" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eve-VI-PQD">
  1630. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1631. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1632. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1633. <nil key="highlightedColor"/>
  1634. </label>
  1635. <label opaque="NO" userInteractionEnabled="NO" tag="2" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MGx-H1-54G">
  1636. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1637. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1638. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1639. <nil key="highlightedColor"/>
  1640. </label>
  1641. </subviews>
  1642. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1643. </stackView>
  1644. </subviews>
  1645. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1646. <constraints>
  1647. <constraint firstItem="qR3-YK-ZQu" firstAttribute="leading" secondItem="alV-Jn-aHC" secondAttribute="leading" id="5tF-qI-hfi"/>
  1648. <constraint firstAttribute="trailing" secondItem="qR3-YK-ZQu" secondAttribute="trailing" id="8ej-Z8-HpR"/>
  1649. <constraint firstItem="qR3-YK-ZQu" firstAttribute="top" secondItem="alV-Jn-aHC" secondAttribute="top" id="Ihn-6F-K7o"/>
  1650. <constraint firstAttribute="bottom" secondItem="qR3-YK-ZQu" secondAttribute="bottom" id="fzo-rB-nIU"/>
  1651. </constraints>
  1652. </view>
  1653. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7QT-u2-f1p">
  1654. <rect key="frame" x="0.0" y="315.5" width="375" height="38.5"/>
  1655. <subviews>
  1656. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Wn6-35-feE">
  1657. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1658. <subviews>
  1659. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Native Country" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h4z-Mg-cwm">
  1660. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1661. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1662. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1663. <nil key="highlightedColor"/>
  1664. </label>
  1665. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3HP-TI-Jlx">
  1666. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1667. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1668. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1669. <nil key="highlightedColor"/>
  1670. </label>
  1671. </subviews>
  1672. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1673. </stackView>
  1674. </subviews>
  1675. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1676. <constraints>
  1677. <constraint firstItem="Wn6-35-feE" firstAttribute="top" secondItem="7QT-u2-f1p" secondAttribute="top" id="4Hq-Gt-bRo"/>
  1678. <constraint firstAttribute="bottom" secondItem="Wn6-35-feE" secondAttribute="bottom" id="WMz-C5-PeH"/>
  1679. <constraint firstItem="Wn6-35-feE" firstAttribute="leading" secondItem="7QT-u2-f1p" secondAttribute="leading" id="iud-l6-c72"/>
  1680. <constraint firstAttribute="trailing" secondItem="Wn6-35-feE" secondAttribute="trailing" id="wum-p8-irG"/>
  1681. </constraints>
  1682. </view>
  1683. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XKn-eQ-LTO">
  1684. <rect key="frame" x="0.0" y="355" width="375" height="38"/>
  1685. <subviews>
  1686. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Jse-wg-H7d">
  1687. <rect key="frame" x="0.0" y="0.0" width="375" height="38"/>
  1688. <subviews>
  1689. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Country" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="omz-a2-Tsn">
  1690. <rect key="frame" x="23" y="8" width="164.5" height="22"/>
  1691. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1692. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1693. <nil key="highlightedColor"/>
  1694. </label>
  1695. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BaV-Pp-WTI">
  1696. <rect key="frame" x="187.5" y="8" width="164.5" height="22"/>
  1697. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1698. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1699. <nil key="highlightedColor"/>
  1700. </label>
  1701. </subviews>
  1702. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1703. </stackView>
  1704. </subviews>
  1705. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1706. <constraints>
  1707. <constraint firstItem="Jse-wg-H7d" firstAttribute="leading" secondItem="XKn-eQ-LTO" secondAttribute="leading" id="KLE-E4-UxE"/>
  1708. <constraint firstItem="Jse-wg-H7d" firstAttribute="top" secondItem="XKn-eQ-LTO" secondAttribute="top" id="jMp-Ok-bQI"/>
  1709. <constraint firstAttribute="trailing" secondItem="Jse-wg-H7d" secondAttribute="trailing" id="pBZ-gX-DKB"/>
  1710. <constraint firstAttribute="bottom" secondItem="Jse-wg-H7d" secondAttribute="bottom" id="wM6-kj-5xQ"/>
  1711. </constraints>
  1712. </view>
  1713. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xML-rc-gEj">
  1714. <rect key="frame" x="0.0" y="394" width="375" height="38.5"/>
  1715. <subviews>
  1716. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="fxa-Yu-Frq">
  1717. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1718. <subviews>
  1719. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Province" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7YN-1u-vA2">
  1720. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1721. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1722. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1723. <nil key="highlightedColor"/>
  1724. </label>
  1725. <label opaque="NO" userInteractionEnabled="NO" tag="3" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EHD-5u-QSf">
  1726. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1727. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1728. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1729. <nil key="highlightedColor"/>
  1730. </label>
  1731. </subviews>
  1732. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1733. </stackView>
  1734. </subviews>
  1735. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1736. <constraints>
  1737. <constraint firstAttribute="bottom" secondItem="fxa-Yu-Frq" secondAttribute="bottom" id="Fan-Yl-XUz"/>
  1738. <constraint firstItem="fxa-Yu-Frq" firstAttribute="leading" secondItem="xML-rc-gEj" secondAttribute="leading" id="at3-M8-KqR"/>
  1739. <constraint firstAttribute="trailing" secondItem="fxa-Yu-Frq" secondAttribute="trailing" id="dnB-5A-Q8q"/>
  1740. <constraint firstItem="fxa-Yu-Frq" firstAttribute="top" secondItem="xML-rc-gEj" secondAttribute="top" id="ecg-Db-qML"/>
  1741. </constraints>
  1742. </view>
  1743. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nn6-4F-vPt">
  1744. <rect key="frame" x="0.0" y="433.5" width="375" height="38.5"/>
  1745. <subviews>
  1746. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Meu-of-eIZ">
  1747. <rect key="frame" x="0.0" y="0.0" width="375" height="38.5"/>
  1748. <subviews>
  1749. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Occupation" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cVk-KV-HNS">
  1750. <rect key="frame" x="23" y="8" width="164.5" height="22.5"/>
  1751. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1752. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1753. <nil key="highlightedColor"/>
  1754. </label>
  1755. <label opaque="NO" userInteractionEnabled="NO" tag="5" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dl0-s4-sTL">
  1756. <rect key="frame" x="187.5" y="8" width="164.5" height="22.5"/>
  1757. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  1758. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1759. <nil key="highlightedColor"/>
  1760. </label>
  1761. </subviews>
  1762. <edgeInsets key="layoutMargins" top="8" left="23" bottom="8" right="23"/>
  1763. </stackView>
  1764. </subviews>
  1765. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1766. <constraints>
  1767. <constraint firstItem="Meu-of-eIZ" firstAttribute="top" secondItem="Nn6-4F-vPt" secondAttribute="top" id="DGv-rG-NwZ"/>
  1768. <constraint firstAttribute="trailing" secondItem="Meu-of-eIZ" secondAttribute="trailing" id="VQd-30-ICM"/>
  1769. <constraint firstAttribute="bottom" secondItem="Meu-of-eIZ" secondAttribute="bottom" id="XlX-QG-oZQ"/>
  1770. <constraint firstItem="Meu-of-eIZ" firstAttribute="leading" secondItem="Nn6-4F-vPt" secondAttribute="leading" id="t1y-Ut-vka"/>
  1771. </constraints>
  1772. </view>
  1773. </subviews>
  1774. <constraints>
  1775. <constraint firstAttribute="height" constant="472" id="6n8-ES-XAk"/>
  1776. </constraints>
  1777. </stackView>
  1778. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MXe-iM-gNj">
  1779. <rect key="frame" x="87" y="544.5" width="200" height="50"/>
  1780. <color key="backgroundColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1781. <constraints>
  1782. <constraint firstAttribute="height" constant="50" id="hPL-OP-3TJ"/>
  1783. <constraint firstAttribute="width" constant="200" id="xGm-2H-syZ"/>
  1784. </constraints>
  1785. <state key="normal" title="Done">
  1786. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1787. </state>
  1788. <userDefinedRuntimeAttributes>
  1789. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  1790. <integer key="value" value="25"/>
  1791. </userDefinedRuntimeAttribute>
  1792. </userDefinedRuntimeAttributes>
  1793. <connections>
  1794. <action selector="goBack:" destination="aEt-hx-ntN" eventType="touchUpInside" id="bse-94-aht"/>
  1795. <action selector="goBack:" destination="79R-6T-oPl" eventType="touchUpInside" id="vJc-HG-CG1"/>
  1796. </connections>
  1797. </button>
  1798. </subviews>
  1799. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1800. <constraints>
  1801. <constraint firstItem="tkN-oA-vR8" firstAttribute="top" secondItem="hTX-Ne-DU7" secondAttribute="top" constant="15" id="19V-qm-u4G"/>
  1802. <constraint firstItem="dyb-g2-PrF" firstAttribute="top" secondItem="tkN-oA-vR8" secondAttribute="bottom" constant="12" id="31J-ic-eBr"/>
  1803. <constraint firstAttribute="trailing" secondItem="dyb-g2-PrF" secondAttribute="trailing" id="6IG-SZ-0dz"/>
  1804. <constraint firstItem="tkN-oA-vR8" firstAttribute="leading" secondItem="hTX-Ne-DU7" secondAttribute="leading" constant="21" id="7Ac-Tw-ds4"/>
  1805. <constraint firstAttribute="height" constant="660" id="Y7E-3t-fZo"/>
  1806. <constraint firstAttribute="trailing" secondItem="tkN-oA-vR8" secondAttribute="trailing" constant="21" id="be4-JW-R2U"/>
  1807. <constraint firstItem="dyb-g2-PrF" firstAttribute="leading" secondItem="hTX-Ne-DU7" secondAttribute="leading" id="p1s-Ay-2iw"/>
  1808. <constraint firstItem="MXe-iM-gNj" firstAttribute="centerX" secondItem="hTX-Ne-DU7" secondAttribute="centerX" id="pOJ-3Q-C8i"/>
  1809. <constraint firstItem="MXe-iM-gNj" firstAttribute="top" secondItem="dyb-g2-PrF" secondAttribute="bottom" constant="24" id="zjw-RO-I87"/>
  1810. </constraints>
  1811. </view>
  1812. </subviews>
  1813. <constraints>
  1814. <constraint firstAttribute="bottom" secondItem="hTX-Ne-DU7" secondAttribute="bottom" id="5jG-mf-nX6"/>
  1815. <constraint firstItem="hTX-Ne-DU7" firstAttribute="top" secondItem="4Yy-DV-0Up" secondAttribute="top" id="9Gr-DF-yGw"/>
  1816. <constraint firstItem="hTX-Ne-DU7" firstAttribute="leading" secondItem="4Yy-DV-0Up" secondAttribute="leading" id="laU-jH-jTo"/>
  1817. <constraint firstAttribute="trailing" secondItem="hTX-Ne-DU7" secondAttribute="trailing" id="otn-Ru-nwo"/>
  1818. </constraints>
  1819. </scrollView>
  1820. </subviews>
  1821. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  1822. <constraints>
  1823. <constraint firstItem="Nn5-dG-SbF" firstAttribute="trailing" secondItem="4Yy-DV-0Up" secondAttribute="trailing" id="1en-6I-lQt"/>
  1824. <constraint firstItem="4Yy-DV-0Up" firstAttribute="leading" secondItem="Nn5-dG-SbF" secondAttribute="leading" id="4Lv-jn-oX9"/>
  1825. <constraint firstItem="hTX-Ne-DU7" firstAttribute="width" secondItem="Ttp-0e-DU0" secondAttribute="width" id="7xx-wX-Fn1"/>
  1826. <constraint firstItem="Nn5-dG-SbF" firstAttribute="bottom" secondItem="4Yy-DV-0Up" secondAttribute="bottom" id="Ck7-lj-Gg8"/>
  1827. <constraint firstItem="4Yy-DV-0Up" firstAttribute="top" secondItem="Nn5-dG-SbF" secondAttribute="top" id="ua5-5w-hLe"/>
  1828. </constraints>
  1829. <viewLayoutGuide key="safeArea" id="Nn5-dG-SbF"/>
  1830. </view>
  1831. <size key="freeformSize" width="375" height="680"/>
  1832. <connections>
  1833. <outlet property="labelCountry" destination="BaV-Pp-WTI" id="cWz-Vb-4Aq"/>
  1834. <outlet property="labelCountryNative" destination="3HP-TI-Jlx" id="DU6-76-2bO"/>
  1835. <outlet property="labelDOB" destination="sTh-Td-zoR" id="PtE-cT-GPU"/>
  1836. <outlet property="labelEmail" destination="MGx-H1-54G" id="DcR-ue-OvP"/>
  1837. <outlet property="labelFirstName" destination="uZV-oN-QfS" id="QvC-SV-94X"/>
  1838. <outlet property="labelGender" destination="lL3-zJ-1t7" id="4ER-Gs-MZm"/>
  1839. <outlet property="labelLastName" destination="wGV-7j-ToJ" id="mMl-Dc-MYo"/>
  1840. <outlet property="labelMiddleName" destination="DaZ-ju-syK" id="N3s-Aw-Sbz"/>
  1841. <outlet property="labelMobile" destination="NKU-vu-UTM" id="GFd-MK-iyK"/>
  1842. <outlet property="labelNickName" destination="IJq-Dy-G1E" id="8RE-pf-hmI"/>
  1843. <outlet property="labelOccupation" destination="dl0-s4-sTL" id="eyH-U8-JzZ"/>
  1844. <outlet property="labelProvince" destination="EHD-5u-QSf" id="rjp-JU-zA9"/>
  1845. </connections>
  1846. </viewController>
  1847. <placeholder placeholderIdentifier="IBFirstResponder" id="2ZH-v2-Fob" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1848. </objects>
  1849. <point key="canvasLocation" x="7081" y="1343"/>
  1850. </scene>
  1851. </scenes>
  1852. <resources>
  1853. <image name="ic_camera" width="100" height="90"/>
  1854. <image name="ic_verified" width="44" height="18"/>
  1855. </resources>
  1856. </document>