Advertisement
Guest User

Untitled

a guest
Jun 16th, 2016
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 303.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
  6. <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
  7. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  8. </dependencies>
  9. <customFonts key="customFonts">
  10. <mutableArray key="SF-UI-Display-Regular.otf">
  11. <string>SFUIDisplay-Regular</string>
  12. <string>SFUIDisplay-Regular</string>
  13. </mutableArray>
  14. <mutableArray key="SF-UI-Display-Thin.otf">
  15. <string>SFUIDisplay-Thin</string>
  16. </mutableArray>
  17. </customFonts>
  18. <scenes>
  19. <!--Welcome-->
  20. <scene sceneID="AJI-lR-fc6">
  21. <objects>
  22. <viewController storyboardIdentifier="JoinViewController" id="xOS-71-3jj" customClass="IPJoinViewController" sceneMemberID="viewController">
  23. <layoutGuides>
  24. <viewControllerLayoutGuide type="top" id="TlN-6Y-fyz"/>
  25. <viewControllerLayoutGuide type="bottom" id="a30-hJ-D4C"/>
  26. </layoutGuides>
  27. <view key="view" contentMode="scaleToFill" id="1O0-tI-N6q">
  28. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. <subviews>
  31. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dUa-3m-KTk" customClass="IPBorderedButton">
  32. <rect key="frame" x="92" y="525" width="488" height="55"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="55" id="1wE-1b-0zX"/>
  35. </constraints>
  36. <state key="normal" title="Business Account">
  37. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  38. </state>
  39. <connections>
  40. <segue destination="Rz6-3R-7m8" kind="show" id="lUy-Rg-eFW"/>
  41. </connections>
  42. </button>
  43. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1pQ-w5-LYT">
  44. <rect key="frame" x="20" y="525" width="75" height="55"/>
  45. <subviews>
  46. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="business" translatesAutoresizingMaskIntoConstraints="NO" id="2bj-IT-3OM">
  47. <rect key="frame" x="17" y="8" width="40" height="40"/>
  48. <constraints>
  49. <constraint firstAttribute="width" constant="40" id="REq-dT-36q"/>
  50. <constraint firstAttribute="height" constant="40" id="aoX-W3-Jr2"/>
  51. </constraints>
  52. </imageView>
  53. </subviews>
  54. <color key="backgroundColor" red="0.1215686275" green="0.57647058819999997" blue="0.72941176470000002" alpha="1" colorSpace="calibratedRGB"/>
  55. <constraints>
  56. <constraint firstItem="2bj-IT-3OM" firstAttribute="centerX" secondItem="1pQ-w5-LYT" secondAttribute="centerX" id="Vcx-Zr-U3l"/>
  57. <constraint firstAttribute="height" constant="55" id="h25-sl-x7U"/>
  58. <constraint firstAttribute="width" constant="75" id="xO2-bE-ggO"/>
  59. <constraint firstItem="2bj-IT-3OM" firstAttribute="centerY" secondItem="1pQ-w5-LYT" secondAttribute="centerY" id="yJz-a2-j3U"/>
  60. </constraints>
  61. </view>
  62. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="16V-ab-uyY" customClass="IPBorderedButton">
  63. <rect key="frame" x="92" y="462" width="488" height="55"/>
  64. <constraints>
  65. <constraint firstAttribute="height" constant="55" id="Pp2-qg-892"/>
  66. </constraints>
  67. <state key="normal" title="Personal Account">
  68. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  69. </state>
  70. <connections>
  71. <segue destination="d0h-tk-Thi" kind="show" id="KO8-zz-5dF"/>
  72. </connections>
  73. </button>
  74. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FyF-dy-Obh">
  75. <rect key="frame" x="20" y="64" width="560" height="390"/>
  76. <subviews>
  77. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qAj-89-fjS">
  78. <rect key="frame" x="69" y="88" width="423" height="215"/>
  79. <subviews>
  80. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="white" translatesAutoresizingMaskIntoConstraints="NO" id="9Na-tJ-6qa">
  81. <rect key="frame" x="146" y="0.0" width="130" height="130"/>
  82. <constraints>
  83. <constraint firstAttribute="width" constant="130" id="MPA-j7-2pG"/>
  84. <constraint firstAttribute="height" constant="130" id="cHh-I7-m6q"/>
  85. </constraints>
  86. </imageView>
  87. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="sign up with ipay" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0CI-zW-UeW">
  88. <rect key="frame" x="88" y="170" width="247" height="45"/>
  89. <constraints>
  90. <constraint firstAttribute="height" constant="45" id="eQD-Ji-XgV"/>
  91. <constraint firstAttribute="width" constant="247" id="t5G-Ca-VRy"/>
  92. </constraints>
  93. <fontDescription key="fontDescription" name="SFUIDisplay-Thin" family="SF UI Display" pointSize="37"/>
  94. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  95. <nil key="highlightedColor"/>
  96. </label>
  97. </subviews>
  98. <color key="backgroundColor" red="0.1137254902" green="0.50980392159999999" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
  99. <constraints>
  100. <constraint firstItem="0CI-zW-UeW" firstAttribute="leading" secondItem="qAj-89-fjS" secondAttribute="leading" constant="88" id="58G-UT-IzM"/>
  101. <constraint firstItem="0CI-zW-UeW" firstAttribute="top" secondItem="9Na-tJ-6qa" secondAttribute="bottom" constant="32" id="9Cf-Ms-Qai"/>
  102. <constraint firstItem="9Na-tJ-6qa" firstAttribute="top" secondItem="qAj-89-fjS" secondAttribute="top" id="Fyd-4U-BHO"/>
  103. <constraint firstAttribute="bottom" secondItem="0CI-zW-UeW" secondAttribute="bottom" constant="8" id="HHn-bD-ami"/>
  104. <constraint firstItem="9Na-tJ-6qa" firstAttribute="leading" secondItem="qAj-89-fjS" secondAttribute="leading" constant="146" id="Idw-Vg-mW2"/>
  105. <constraint firstAttribute="bottom" secondItem="0CI-zW-UeW" secondAttribute="bottom" id="NlT-WT-XzQ"/>
  106. <constraint firstAttribute="trailing" secondItem="9Na-tJ-6qa" secondAttribute="trailing" constant="147" id="XEr-IN-9Nb"/>
  107. <constraint firstItem="0CI-zW-UeW" firstAttribute="top" secondItem="9Na-tJ-6qa" secondAttribute="bottom" constant="40" id="Xxh-ed-gwP"/>
  108. <constraint firstAttribute="trailing" secondItem="0CI-zW-UeW" secondAttribute="trailing" constant="88" id="ZEE-aM-tJd"/>
  109. <constraint firstItem="9Na-tJ-6qa" firstAttribute="top" secondItem="qAj-89-fjS" secondAttribute="top" id="ZQR-Di-ues"/>
  110. <constraint firstItem="0CI-zW-UeW" firstAttribute="top" secondItem="9Na-tJ-6qa" secondAttribute="bottom" constant="32" id="gZg-E3-hE3"/>
  111. </constraints>
  112. <variation key="default">
  113. <mask key="constraints">
  114. <exclude reference="ZQR-Di-ues"/>
  115. <exclude reference="9Cf-Ms-Qai"/>
  116. <exclude reference="HHn-bD-ami"/>
  117. <exclude reference="gZg-E3-hE3"/>
  118. </mask>
  119. </variation>
  120. </view>
  121. </subviews>
  122. <color key="backgroundColor" red="0.1137254902" green="0.50980392159999999" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
  123. <constraints>
  124. <constraint firstItem="qAj-89-fjS" firstAttribute="centerX" secondItem="FyF-dy-Obh" secondAttribute="centerX" id="Ieb-Zd-sdY"/>
  125. <constraint firstItem="qAj-89-fjS" firstAttribute="centerY" secondItem="FyF-dy-Obh" secondAttribute="centerY" id="XbD-Oq-Rak"/>
  126. </constraints>
  127. </view>
  128. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qxl-Jn-BYe">
  129. <rect key="frame" x="20" y="462" width="75" height="55"/>
  130. <subviews>
  131. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="personal" translatesAutoresizingMaskIntoConstraints="NO" id="3M1-0u-3AK">
  132. <rect key="frame" x="17" y="8" width="40" height="40"/>
  133. <constraints>
  134. <constraint firstAttribute="width" constant="40" id="9ar-MS-NjC"/>
  135. <constraint firstAttribute="height" constant="40" id="OSk-DA-Nam"/>
  136. </constraints>
  137. </imageView>
  138. </subviews>
  139. <color key="backgroundColor" red="0.1215686275" green="0.57647058819999997" blue="0.72941176470000002" alpha="1" colorSpace="calibratedRGB"/>
  140. <constraints>
  141. <constraint firstItem="3M1-0u-3AK" firstAttribute="centerY" secondItem="Qxl-Jn-BYe" secondAttribute="centerY" id="TbX-6e-b9X"/>
  142. <constraint firstAttribute="width" constant="75" id="VGt-qV-r4g"/>
  143. <constraint firstItem="3M1-0u-3AK" firstAttribute="centerX" secondItem="Qxl-Jn-BYe" secondAttribute="centerX" id="ety-Th-ak6"/>
  144. <constraint firstAttribute="height" constant="55" id="jm2-fY-ukv"/>
  145. </constraints>
  146. </view>
  147. </subviews>
  148. <color key="backgroundColor" red="0.1137254902" green="0.50980392159999999" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
  149. <constraints>
  150. <constraint firstItem="Qxl-Jn-BYe" firstAttribute="leading" secondItem="1O0-tI-N6q" secondAttribute="leadingMargin" id="CKO-ia-YXw"/>
  151. <constraint firstItem="dUa-3m-KTk" firstAttribute="trailing" secondItem="1O0-tI-N6q" secondAttribute="trailingMargin" id="CoQ-Eb-61T"/>
  152. <constraint firstItem="a30-hJ-D4C" firstAttribute="top" secondItem="1pQ-w5-LYT" secondAttribute="bottom" constant="20" id="F04-hC-58e"/>
  153. <constraint firstItem="16V-ab-uyY" firstAttribute="leading" secondItem="1O0-tI-N6q" secondAttribute="leadingMargin" constant="72" id="GIY-kM-934"/>
  154. <constraint firstItem="16V-ab-uyY" firstAttribute="trailing" secondItem="1O0-tI-N6q" secondAttribute="trailingMargin" id="Ix8-h1-HEJ"/>
  155. <constraint firstItem="Qxl-Jn-BYe" firstAttribute="top" secondItem="FyF-dy-Obh" secondAttribute="bottom" constant="8" id="MLd-25-3p0"/>
  156. <constraint firstItem="FyF-dy-Obh" firstAttribute="leading" secondItem="1O0-tI-N6q" secondAttribute="leadingMargin" id="Wbd-3g-zSz"/>
  157. <constraint firstAttribute="trailingMargin" secondItem="FyF-dy-Obh" secondAttribute="trailing" id="Z90-zP-Jbl"/>
  158. <constraint firstItem="16V-ab-uyY" firstAttribute="top" secondItem="FyF-dy-Obh" secondAttribute="bottom" constant="8" id="d49-rM-iMu"/>
  159. <constraint firstItem="1pQ-w5-LYT" firstAttribute="leading" secondItem="1O0-tI-N6q" secondAttribute="leadingMargin" id="lvq-fR-UsX"/>
  160. <constraint firstItem="FyF-dy-Obh" firstAttribute="top" secondItem="TlN-6Y-fyz" secondAttribute="bottom" id="o2W-mD-ae1"/>
  161. <constraint firstItem="dUa-3m-KTk" firstAttribute="leading" secondItem="1O0-tI-N6q" secondAttribute="leadingMargin" constant="72" id="ohu-CK-UgD"/>
  162. <constraint firstItem="a30-hJ-D4C" firstAttribute="top" secondItem="dUa-3m-KTk" secondAttribute="bottom" constant="20" id="vh9-8Z-eff"/>
  163. <constraint firstItem="dUa-3m-KTk" firstAttribute="top" secondItem="16V-ab-uyY" secondAttribute="bottom" constant="8" id="vsa-DO-xHV"/>
  164. </constraints>
  165. </view>
  166. <toolbarItems/>
  167. <navigationItem key="navigationItem" title="Welcome" id="Yc0-Wk-AGC">
  168. <barButtonItem key="leftBarButtonItem" style="plain" id="x4x-J8-xyA">
  169. <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="0uv-K4-eey">
  170. <rect key="frame" x="20" y="7" width="48" height="30"/>
  171. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  172. <state key="normal" title="Cancel">
  173. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  174. </state>
  175. <connections>
  176. <action selector="cancelbuttonPressed:" destination="xOS-71-3jj" eventType="touchUpInside" id="Pbt-WP-ZGL"/>
  177. </connections>
  178. </button>
  179. </barButtonItem>
  180. </navigationItem>
  181. <connections>
  182. <outlet property="businessAccountButton" destination="dUa-3m-KTk" id="2mc-h8-fTZ"/>
  183. <outlet property="businessAccountOverlayView" destination="1pQ-w5-LYT" id="cGf-Ea-xNK"/>
  184. <outlet property="personalAccountButton" destination="16V-ab-uyY" id="70S-P4-fD4"/>
  185. <outlet property="personalAccountOverlayView" destination="Qxl-Jn-BYe" id="h8Z-6P-bkb"/>
  186. </connections>
  187. </viewController>
  188. <placeholder placeholderIdentifier="IBFirstResponder" id="Un5-Y2-ce7" userLabel="First Responder" sceneMemberID="firstResponder"/>
  189. </objects>
  190. <point key="canvasLocation" x="3334" y="-765"/>
  191. </scene>
  192. <!--Enter Personal Info-->
  193. <scene sceneID="LCX-xD-fUv">
  194. <objects>
  195. <tableViewController id="d0h-tk-Thi" customClass="IPAddPersonalAccountTableViewController" sceneMemberID="viewController">
  196. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="static" style="grouped" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="bot-rU-vB4">
  197. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  198. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  199. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  200. <sections>
  201. <tableViewSection id="Caf-ic-nvP">
  202. <cells>
  203. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Ww2-Zu-sa6" customClass="IPTextInputTableViewCell">
  204. <rect key="frame" x="0.0" y="99" width="600" height="44"/>
  205. <autoresizingMask key="autoresizingMask"/>
  206. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ww2-Zu-sa6" id="BaC-q0-R1c">
  207. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  208. <autoresizingMask key="autoresizingMask"/>
  209. <subviews>
  210. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="flag-bangladesh-XL" translatesAutoresizingMaskIntoConstraints="NO" id="OaG-fA-0YX">
  211. <rect key="frame" x="15" y="8" width="45" height="26"/>
  212. <constraints>
  213. <constraint firstAttribute="width" constant="45" id="cFZ-Fm-346"/>
  214. </constraints>
  215. </imageView>
  216. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Mobile Number" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qCf-em-7KP" customClass="IPValidatedTextField">
  217. <rect key="frame" x="118" y="6" width="474" height="30"/>
  218. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  219. <textInputTraits key="textInputTraits" keyboardType="phonePad"/>
  220. <userDefinedRuntimeAttributes>
  221. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  222. <real key="value" value="-1"/>
  223. </userDefinedRuntimeAttribute>
  224. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  225. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  226. </userDefinedRuntimeAttribute>
  227. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  228. <integer key="value" value="10"/>
  229. </userDefinedRuntimeAttribute>
  230. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  231. <integer key="value" value="10"/>
  232. </userDefinedRuntimeAttribute>
  233. </userDefinedRuntimeAttributes>
  234. <connections>
  235. <outlet property="delegate" destination="d0h-tk-Thi" id="NG1-vD-Zgu"/>
  236. </connections>
  237. </textField>
  238. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+880" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="f3w-IS-llc">
  239. <rect key="frame" x="68" y="11" width="42" height="20"/>
  240. <constraints>
  241. <constraint firstAttribute="width" constant="42" id="0la-RT-uin"/>
  242. </constraints>
  243. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  244. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  245. <nil key="highlightedColor"/>
  246. </label>
  247. </subviews>
  248. <constraints>
  249. <constraint firstItem="f3w-IS-llc" firstAttribute="centerY" secondItem="OaG-fA-0YX" secondAttribute="centerY" id="BNH-A1-Yhs"/>
  250. <constraint firstItem="OaG-fA-0YX" firstAttribute="top" secondItem="BaC-q0-R1c" secondAttribute="topMargin" id="I5k-jn-DOL"/>
  251. <constraint firstItem="qCf-em-7KP" firstAttribute="leading" secondItem="f3w-IS-llc" secondAttribute="trailing" constant="8" symbolic="YES" id="KrC-Yl-diK"/>
  252. <constraint firstItem="OaG-fA-0YX" firstAttribute="leading" secondItem="BaC-q0-R1c" secondAttribute="leadingMargin" constant="7" id="QpV-ed-oPd"/>
  253. <constraint firstItem="qCf-em-7KP" firstAttribute="centerY" secondItem="BaC-q0-R1c" secondAttribute="centerY" id="SsM-vn-wot"/>
  254. <constraint firstItem="f3w-IS-llc" firstAttribute="top" secondItem="BaC-q0-R1c" secondAttribute="topMargin" constant="3" id="Ui7-w0-w45"/>
  255. <constraint firstItem="qCf-em-7KP" firstAttribute="top" secondItem="BaC-q0-R1c" secondAttribute="topMargin" constant="-2" id="ZCk-Qe-3XP"/>
  256. <constraint firstItem="f3w-IS-llc" firstAttribute="leading" secondItem="OaG-fA-0YX" secondAttribute="trailing" constant="8" symbolic="YES" id="utj-ZI-tnh"/>
  257. <constraint firstItem="qCf-em-7KP" firstAttribute="centerY" secondItem="f3w-IS-llc" secondAttribute="centerY" id="vIi-rT-lMN"/>
  258. <constraint firstItem="qCf-em-7KP" firstAttribute="trailing" secondItem="BaC-q0-R1c" secondAttribute="trailingMargin" id="wSc-Za-ThE"/>
  259. </constraints>
  260. </tableViewCellContentView>
  261. </tableViewCell>
  262. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Xex-53-mdu" customClass="IPTextInputTableViewCell">
  263. <rect key="frame" x="0.0" y="143" width="600" height="44"/>
  264. <autoresizingMask key="autoresizingMask"/>
  265. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Xex-53-mdu" id="OGl-Tw-55T">
  266. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  267. <autoresizingMask key="autoresizingMask"/>
  268. <subviews>
  269. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="AbP-SZ-8m3" customClass="IPValidatedTextField">
  270. <rect key="frame" x="15" y="7" width="577" height="30"/>
  271. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  272. <textInputTraits key="textInputTraits"/>
  273. <userDefinedRuntimeAttributes>
  274. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  275. <real key="value" value="-1"/>
  276. </userDefinedRuntimeAttribute>
  277. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  278. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  279. </userDefinedRuntimeAttribute>
  280. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  281. <integer key="value" value="1"/>
  282. </userDefinedRuntimeAttribute>
  283. </userDefinedRuntimeAttributes>
  284. <connections>
  285. <outlet property="delegate" destination="d0h-tk-Thi" id="G6Z-MF-4NR"/>
  286. </connections>
  287. </textField>
  288. </subviews>
  289. <constraints>
  290. <constraint firstItem="AbP-SZ-8m3" firstAttribute="centerY" secondItem="OGl-Tw-55T" secondAttribute="centerY" id="2Wo-IP-foJ"/>
  291. <constraint firstItem="AbP-SZ-8m3" firstAttribute="leading" secondItem="OGl-Tw-55T" secondAttribute="leadingMargin" constant="7" id="9Wn-Hq-JvT"/>
  292. <constraint firstItem="AbP-SZ-8m3" firstAttribute="top" secondItem="OGl-Tw-55T" secondAttribute="topMargin" constant="-1" id="EXB-p9-DoL"/>
  293. <constraint firstItem="AbP-SZ-8m3" firstAttribute="trailing" secondItem="OGl-Tw-55T" secondAttribute="trailingMargin" id="aBE-gy-6Ns"/>
  294. </constraints>
  295. </tableViewCellContentView>
  296. </tableViewCell>
  297. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Jg1-nm-mUW" customClass="IPTextInputTableViewCell">
  298. <rect key="frame" x="0.0" y="187" width="600" height="44"/>
  299. <autoresizingMask key="autoresizingMask"/>
  300. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Jg1-nm-mUW" id="q9L-sn-nIN">
  301. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  302. <autoresizingMask key="autoresizingMask"/>
  303. <subviews>
  304. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="DXX-As-geT" customClass="IPValidatedTextField">
  305. <rect key="frame" x="15" y="7" width="577" height="30"/>
  306. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  307. <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" secureTextEntry="YES"/>
  308. <userDefinedRuntimeAttributes>
  309. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  310. <real key="value" value="-1"/>
  311. </userDefinedRuntimeAttribute>
  312. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  313. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  314. </userDefinedRuntimeAttribute>
  315. <userDefinedRuntimeAttribute type="boolean" keyPath="isAlphaNumeric" value="YES"/>
  316. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  317. <integer key="value" value="8"/>
  318. </userDefinedRuntimeAttribute>
  319. </userDefinedRuntimeAttributes>
  320. <connections>
  321. <outlet property="delegate" destination="d0h-tk-Thi" id="xO9-ZT-8o6"/>
  322. </connections>
  323. </textField>
  324. </subviews>
  325. <constraints>
  326. <constraint firstItem="DXX-As-geT" firstAttribute="trailing" secondItem="q9L-sn-nIN" secondAttribute="trailingMargin" id="07x-Uf-hP6"/>
  327. <constraint firstItem="DXX-As-geT" firstAttribute="top" secondItem="q9L-sn-nIN" secondAttribute="topMargin" constant="-1" id="Iac-a8-Ccb"/>
  328. <constraint firstItem="DXX-As-geT" firstAttribute="leading" secondItem="q9L-sn-nIN" secondAttribute="leadingMargin" constant="7" id="SUd-7S-r1S"/>
  329. <constraint firstItem="DXX-As-geT" firstAttribute="centerY" secondItem="q9L-sn-nIN" secondAttribute="centerY" id="dwK-YW-2p3"/>
  330. </constraints>
  331. </tableViewCellContentView>
  332. </tableViewCell>
  333. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="etP-8r-yG2" customClass="IPTextInputTableViewCell">
  334. <rect key="frame" x="0.0" y="231" width="600" height="44"/>
  335. <autoresizingMask key="autoresizingMask"/>
  336. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="etP-8r-yG2" id="vlT-p8-jnT">
  337. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  338. <autoresizingMask key="autoresizingMask"/>
  339. <subviews>
  340. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Confirm Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="scK-Ms-ief" customClass="IPValidatedTextField">
  341. <rect key="frame" x="15" y="7" width="577" height="30"/>
  342. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  343. <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" secureTextEntry="YES"/>
  344. <userDefinedRuntimeAttributes>
  345. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  346. <real key="value" value="-1"/>
  347. </userDefinedRuntimeAttribute>
  348. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  349. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  350. </userDefinedRuntimeAttribute>
  351. <userDefinedRuntimeAttribute type="boolean" keyPath="isAlphaNumeric" value="YES"/>
  352. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  353. <integer key="value" value="8"/>
  354. </userDefinedRuntimeAttribute>
  355. </userDefinedRuntimeAttributes>
  356. <connections>
  357. <outlet property="delegate" destination="d0h-tk-Thi" id="yA6-sn-Mod"/>
  358. </connections>
  359. </textField>
  360. </subviews>
  361. <constraints>
  362. <constraint firstItem="scK-Ms-ief" firstAttribute="centerY" secondItem="vlT-p8-jnT" secondAttribute="centerY" id="Dqk-Pm-7RE"/>
  363. <constraint firstItem="scK-Ms-ief" firstAttribute="trailing" secondItem="vlT-p8-jnT" secondAttribute="trailingMargin" id="F1i-h1-JyC"/>
  364. <constraint firstItem="scK-Ms-ief" firstAttribute="leading" secondItem="vlT-p8-jnT" secondAttribute="leadingMargin" constant="7" id="ZhJ-z9-drS"/>
  365. <constraint firstItem="scK-Ms-ief" firstAttribute="top" secondItem="vlT-p8-jnT" secondAttribute="topMargin" constant="-1" id="hqA-0q-OIW"/>
  366. </constraints>
  367. </tableViewCellContentView>
  368. </tableViewCell>
  369. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="AbR-12-Afa" customClass="IPTextInputTableViewCell">
  370. <rect key="frame" x="0.0" y="275" width="600" height="44"/>
  371. <autoresizingMask key="autoresizingMask"/>
  372. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="AbR-12-Afa" id="iYE-iL-0Xf">
  373. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  374. <autoresizingMask key="autoresizingMask"/>
  375. <subviews>
  376. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Date of Birth" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="GRU-Mb-rX9" customClass="IPValidatedTextField">
  377. <rect key="frame" x="15" y="7" width="577" height="30"/>
  378. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  379. <textInputTraits key="textInputTraits"/>
  380. <userDefinedRuntimeAttributes>
  381. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  382. <real key="value" value="-1"/>
  383. </userDefinedRuntimeAttribute>
  384. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  385. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  386. </userDefinedRuntimeAttribute>
  387. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  388. <integer key="value" value="1"/>
  389. </userDefinedRuntimeAttribute>
  390. </userDefinedRuntimeAttributes>
  391. <connections>
  392. <outlet property="delegate" destination="d0h-tk-Thi" id="th1-5R-ZSX"/>
  393. </connections>
  394. </textField>
  395. </subviews>
  396. <constraints>
  397. <constraint firstItem="GRU-Mb-rX9" firstAttribute="centerY" secondItem="iYE-iL-0Xf" secondAttribute="centerY" id="74z-GI-LqX"/>
  398. <constraint firstItem="GRU-Mb-rX9" firstAttribute="top" secondItem="iYE-iL-0Xf" secondAttribute="topMargin" constant="-1" id="IKM-su-IX7"/>
  399. <constraint firstItem="GRU-Mb-rX9" firstAttribute="leading" secondItem="iYE-iL-0Xf" secondAttribute="leadingMargin" constant="7" id="MiP-8U-hl4"/>
  400. <constraint firstItem="GRU-Mb-rX9" firstAttribute="trailing" secondItem="iYE-iL-0Xf" secondAttribute="trailingMargin" id="m2z-0U-ukB"/>
  401. </constraints>
  402. </tableViewCellContentView>
  403. </tableViewCell>
  404. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="6LK-lA-92s" customClass="IPTextInputTableViewCell">
  405. <rect key="frame" x="0.0" y="319" width="600" height="44"/>
  406. <autoresizingMask key="autoresizingMask"/>
  407. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6LK-lA-92s" id="5YC-zV-PAF">
  408. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  409. <autoresizingMask key="autoresizingMask"/>
  410. <subviews>
  411. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Promo Code" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Gkk-AP-Yk0" customClass="IPValidatedTextField">
  412. <rect key="frame" x="15" y="7" width="577" height="30"/>
  413. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  414. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  415. <userDefinedRuntimeAttributes>
  416. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  417. <real key="value" value="-1"/>
  418. </userDefinedRuntimeAttribute>
  419. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  420. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  421. </userDefinedRuntimeAttribute>
  422. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  423. <integer key="value" value="1"/>
  424. </userDefinedRuntimeAttribute>
  425. </userDefinedRuntimeAttributes>
  426. <connections>
  427. <outlet property="delegate" destination="d0h-tk-Thi" id="wNg-3u-Kde"/>
  428. </connections>
  429. </textField>
  430. </subviews>
  431. <constraints>
  432. <constraint firstItem="Gkk-AP-Yk0" firstAttribute="centerY" secondItem="5YC-zV-PAF" secondAttribute="centerY" id="2Mf-Vh-FGX"/>
  433. <constraint firstItem="Gkk-AP-Yk0" firstAttribute="leading" secondItem="5YC-zV-PAF" secondAttribute="leadingMargin" constant="7" id="ALe-hW-7RE"/>
  434. <constraint firstItem="Gkk-AP-Yk0" firstAttribute="top" secondItem="5YC-zV-PAF" secondAttribute="topMargin" constant="-1" id="D6m-a7-eyT"/>
  435. <constraint firstItem="Gkk-AP-Yk0" firstAttribute="trailing" secondItem="5YC-zV-PAF" secondAttribute="trailingMargin" id="YiM-24-slw"/>
  436. </constraints>
  437. </tableViewCellContentView>
  438. </tableViewCell>
  439. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Ics-vW-0Hb">
  440. <rect key="frame" x="0.0" y="363" width="600" height="44"/>
  441. <autoresizingMask key="autoresizingMask"/>
  442. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ics-vW-0Hb" id="IoN-YG-eWP">
  443. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  444. <autoresizingMask key="autoresizingMask"/>
  445. <subviews>
  446. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gender" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xcp-g6-Tsp">
  447. <rect key="frame" x="15" y="11" width="51" height="22"/>
  448. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  449. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  450. <nil key="highlightedColor"/>
  451. </label>
  452. <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" translatesAutoresizingMaskIntoConstraints="NO" id="olQ-8T-lP2">
  453. <rect key="frame" x="416" y="8" width="176" height="29"/>
  454. <segments>
  455. <segment title="Male"/>
  456. <segment title="Female"/>
  457. <segment title="Other"/>
  458. </segments>
  459. </segmentedControl>
  460. </subviews>
  461. <constraints>
  462. <constraint firstItem="xcp-g6-Tsp" firstAttribute="leading" secondItem="IoN-YG-eWP" secondAttribute="leadingMargin" constant="7" id="Ddl-Ku-byl"/>
  463. <constraint firstItem="olQ-8T-lP2" firstAttribute="trailing" secondItem="IoN-YG-eWP" secondAttribute="trailingMargin" id="Nzs-4j-dTv"/>
  464. <constraint firstItem="olQ-8T-lP2" firstAttribute="centerY" secondItem="IoN-YG-eWP" secondAttribute="centerY" id="Qud-9c-bPm"/>
  465. <constraint firstItem="xcp-g6-Tsp" firstAttribute="centerY" secondItem="olQ-8T-lP2" secondAttribute="centerY" id="gmS-i4-2Iz"/>
  466. <constraint firstItem="xcp-g6-Tsp" firstAttribute="top" secondItem="IoN-YG-eWP" secondAttribute="topMargin" constant="3" id="pGe-mY-3j4"/>
  467. </constraints>
  468. </tableViewCellContentView>
  469. </tableViewCell>
  470. </cells>
  471. </tableViewSection>
  472. <tableViewSection id="3Eu-RS-7Kc">
  473. <cells>
  474. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="VWi-Nm-zRl" style="IBUITableViewCellStyleDefault" id="Trp-pZ-g8C" customClass="IPTintedTableViewCell">
  475. <rect key="frame" x="0.0" y="443" width="600" height="44"/>
  476. <autoresizingMask key="autoresizingMask"/>
  477. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Trp-pZ-g8C" id="Uhc-3A-g1E">
  478. <rect key="frame" x="0.0" y="0.0" width="567" height="43.5"/>
  479. <autoresizingMask key="autoresizingMask"/>
  480. <subviews>
  481. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Next" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="VWi-Nm-zRl">
  482. <rect key="frame" x="15" y="0.0" width="550" height="43.5"/>
  483. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  484. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  485. <nil key="highlightedColor"/>
  486. </label>
  487. </subviews>
  488. <color key="tintColor" red="0.0" green="0.58823529409999997" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
  489. </tableViewCellContentView>
  490. <connections>
  491. <segue destination="DGx-u4-zvE" kind="show" identifier="ToAddress" id="wIN-Fi-kst"/>
  492. </connections>
  493. </tableViewCell>
  494. </cells>
  495. </tableViewSection>
  496. </sections>
  497. <connections>
  498. <outlet property="dataSource" destination="d0h-tk-Thi" id="9h1-u0-xLu"/>
  499. <outlet property="delegate" destination="d0h-tk-Thi" id="g0A-HQ-4B2"/>
  500. </connections>
  501. </tableView>
  502. <navigationItem key="navigationItem" title="Enter Personal Info" id="Tmm-IZ-Kdv"/>
  503. <connections>
  504. <outlet property="confirmPasswordTextField" destination="scK-Ms-ief" id="U18-dZ-neu"/>
  505. <outlet property="dateOfBirthTextField" destination="GRU-Mb-rX9" id="Jkf-J1-g1R"/>
  506. <outlet property="dobCell" destination="AbR-12-Afa" id="u3g-D2-PIU"/>
  507. <outlet property="genderSegmentedControl" destination="olQ-8T-lP2" id="etD-b4-91w"/>
  508. <outlet property="mobileNumberCell" destination="Ww2-Zu-sa6" id="M48-Gr-Tl7"/>
  509. <outlet property="mobileNumberTextField" destination="qCf-em-7KP" id="fEC-Er-yJa"/>
  510. <outlet property="nameCell" destination="Xex-53-mdu" id="wFh-sh-x83"/>
  511. <outlet property="nameTextField" destination="AbP-SZ-8m3" id="nIH-uF-Hbf"/>
  512. <outlet property="passwordCell" destination="Jg1-nm-mUW" id="cZ4-ti-AHv"/>
  513. <outlet property="passwordTextField" destination="DXX-As-geT" id="7r8-MP-bZZ"/>
  514. <outlet property="promoCodeCell" destination="6LK-lA-92s" id="s2g-nT-MOO"/>
  515. <outlet property="promoCodeTextField" destination="Gkk-AP-Yk0" id="VHf-8B-Wyi"/>
  516. <outlet property="reEnterPasswordCell" destination="etP-8r-yG2" id="Qk8-Wg-VcJ"/>
  517. </connections>
  518. </tableViewController>
  519. <placeholder placeholderIdentifier="IBFirstResponder" id="sHV-0w-1Xq" userLabel="First Responder" sceneMemberID="firstResponder"/>
  520. </objects>
  521. <point key="canvasLocation" x="4177" y="-1215"/>
  522. </scene>
  523. <!--Enter Address-->
  524. <scene sceneID="Kfg-c9-aKy">
  525. <objects>
  526. <tableViewController storyboardIdentifier="signupPersonalAddress" id="DGx-u4-zvE" customClass="IPAddPersonalAddressTableViewController" sceneMemberID="viewController">
  527. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="0oX-ng-djb">
  528. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  529. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  530. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  531. <sections>
  532. <tableViewSection headerTitle="Address" id="1uB-cw-N9r">
  533. <cells>
  534. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="9h7-KT-Qor" customClass="IPTextInputTableViewCell">
  535. <rect key="frame" x="0.0" y="113.5" width="600" height="44"/>
  536. <autoresizingMask key="autoresizingMask"/>
  537. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="9h7-KT-Qor" id="4Jc-v9-8QA">
  538. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  539. <autoresizingMask key="autoresizingMask"/>
  540. <subviews>
  541. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Address Line 1" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ksW-IM-Ztz" customClass="IPValidatedTextField">
  542. <rect key="frame" x="15" y="7" width="577" height="30"/>
  543. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  544. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  545. <userDefinedRuntimeAttributes>
  546. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  547. <real key="value" value="-2"/>
  548. </userDefinedRuntimeAttribute>
  549. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  550. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  551. </userDefinedRuntimeAttribute>
  552. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  553. <integer key="value" value="1"/>
  554. </userDefinedRuntimeAttribute>
  555. </userDefinedRuntimeAttributes>
  556. <connections>
  557. <outlet property="delegate" destination="Rz6-3R-7m8" id="cwh-zA-tHa"/>
  558. </connections>
  559. </textField>
  560. </subviews>
  561. <constraints>
  562. <constraint firstItem="ksW-IM-Ztz" firstAttribute="centerY" secondItem="4Jc-v9-8QA" secondAttribute="centerY" id="0ob-JI-Tuu"/>
  563. <constraint firstItem="ksW-IM-Ztz" firstAttribute="leading" secondItem="4Jc-v9-8QA" secondAttribute="leadingMargin" constant="7" id="H6t-5j-EV2"/>
  564. <constraint firstItem="ksW-IM-Ztz" firstAttribute="top" secondItem="4Jc-v9-8QA" secondAttribute="topMargin" constant="-1" id="V3o-nV-K8h"/>
  565. <constraint firstItem="ksW-IM-Ztz" firstAttribute="trailing" secondItem="4Jc-v9-8QA" secondAttribute="trailingMargin" id="bWN-gv-iBX"/>
  566. </constraints>
  567. </tableViewCellContentView>
  568. </tableViewCell>
  569. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="EP7-W2-LKa" customClass="IPTextInputTableViewCell">
  570. <rect key="frame" x="0.0" y="157.5" width="600" height="44"/>
  571. <autoresizingMask key="autoresizingMask"/>
  572. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="EP7-W2-LKa" id="e5s-J4-5hI">
  573. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  574. <autoresizingMask key="autoresizingMask"/>
  575. <subviews>
  576. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Address Line 2" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="FIc-dR-U2H" customClass="IPValidatedTextField">
  577. <rect key="frame" x="15" y="7" width="577" height="30"/>
  578. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  579. <textInputTraits key="textInputTraits"/>
  580. <userDefinedRuntimeAttributes>
  581. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  582. <real key="value" value="-2"/>
  583. </userDefinedRuntimeAttribute>
  584. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  585. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  586. </userDefinedRuntimeAttribute>
  587. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelXPadding">
  588. <real key="value" value="0.0"/>
  589. </userDefinedRuntimeAttribute>
  590. </userDefinedRuntimeAttributes>
  591. <connections>
  592. <outlet property="delegate" destination="Rz6-3R-7m8" id="o8y-FE-iR3"/>
  593. </connections>
  594. </textField>
  595. </subviews>
  596. <constraints>
  597. <constraint firstItem="FIc-dR-U2H" firstAttribute="trailing" secondItem="e5s-J4-5hI" secondAttribute="trailingMargin" id="1ph-jh-hFc"/>
  598. <constraint firstItem="FIc-dR-U2H" firstAttribute="top" secondItem="e5s-J4-5hI" secondAttribute="topMargin" constant="-1" id="Jiq-2p-qXC"/>
  599. <constraint firstItem="FIc-dR-U2H" firstAttribute="centerY" secondItem="e5s-J4-5hI" secondAttribute="centerY" id="Mni-hp-GQP"/>
  600. <constraint firstItem="FIc-dR-U2H" firstAttribute="leading" secondItem="e5s-J4-5hI" secondAttribute="leadingMargin" constant="7" id="amn-vF-pOi"/>
  601. </constraints>
  602. </tableViewCellContentView>
  603. </tableViewCell>
  604. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="tYr-PR-KGO" customClass="IPTextInputTableViewCell">
  605. <rect key="frame" x="0.0" y="201.5" width="600" height="44"/>
  606. <autoresizingMask key="autoresizingMask"/>
  607. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tYr-PR-KGO" id="lHD-uj-zAN">
  608. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  609. <autoresizingMask key="autoresizingMask"/>
  610. <subviews>
  611. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Thana" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="YkQ-fa-XcP" customClass="IPValidatedTextField">
  612. <rect key="frame" x="15" y="7" width="577" height="30"/>
  613. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  614. <textInputTraits key="textInputTraits"/>
  615. <userDefinedRuntimeAttributes>
  616. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  617. <real key="value" value="-2"/>
  618. </userDefinedRuntimeAttribute>
  619. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  620. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  621. </userDefinedRuntimeAttribute>
  622. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  623. <integer key="value" value="1"/>
  624. </userDefinedRuntimeAttribute>
  625. </userDefinedRuntimeAttributes>
  626. <connections>
  627. <outlet property="delegate" destination="Rz6-3R-7m8" id="OgP-ts-OB9"/>
  628. </connections>
  629. </textField>
  630. </subviews>
  631. <constraints>
  632. <constraint firstItem="YkQ-fa-XcP" firstAttribute="leading" secondItem="lHD-uj-zAN" secondAttribute="leadingMargin" constant="7" id="avf-Uq-7YU"/>
  633. <constraint firstItem="YkQ-fa-XcP" firstAttribute="top" secondItem="lHD-uj-zAN" secondAttribute="topMargin" constant="-1" id="cYe-4C-O45"/>
  634. <constraint firstItem="YkQ-fa-XcP" firstAttribute="centerY" secondItem="lHD-uj-zAN" secondAttribute="centerY" id="e5a-tY-GTM"/>
  635. <constraint firstItem="YkQ-fa-XcP" firstAttribute="trailing" secondItem="lHD-uj-zAN" secondAttribute="trailingMargin" id="jNP-c8-t5A"/>
  636. </constraints>
  637. </tableViewCellContentView>
  638. </tableViewCell>
  639. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="fRn-eS-gR8" customClass="IPTextInputTableViewCell">
  640. <rect key="frame" x="0.0" y="245.5" width="600" height="44"/>
  641. <autoresizingMask key="autoresizingMask"/>
  642. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="fRn-eS-gR8" id="J3y-TL-xR0">
  643. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  644. <autoresizingMask key="autoresizingMask"/>
  645. <subviews>
  646. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="District" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="pA0-iu-V0B" customClass="IPValidatedTextField">
  647. <rect key="frame" x="15" y="7" width="577" height="30"/>
  648. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  649. <textInputTraits key="textInputTraits"/>
  650. <userDefinedRuntimeAttributes>
  651. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  652. <real key="value" value="-2"/>
  653. </userDefinedRuntimeAttribute>
  654. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  655. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  656. </userDefinedRuntimeAttribute>
  657. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  658. <integer key="value" value="1"/>
  659. </userDefinedRuntimeAttribute>
  660. </userDefinedRuntimeAttributes>
  661. <connections>
  662. <outlet property="delegate" destination="Rz6-3R-7m8" id="9Ds-Ru-rog"/>
  663. </connections>
  664. </textField>
  665. </subviews>
  666. <constraints>
  667. <constraint firstItem="pA0-iu-V0B" firstAttribute="leading" secondItem="J3y-TL-xR0" secondAttribute="leadingMargin" constant="7" id="Azn-NY-Clt"/>
  668. <constraint firstItem="pA0-iu-V0B" firstAttribute="centerY" secondItem="J3y-TL-xR0" secondAttribute="centerY" id="IAM-SC-eio"/>
  669. <constraint firstItem="pA0-iu-V0B" firstAttribute="trailing" secondItem="J3y-TL-xR0" secondAttribute="trailingMargin" id="Pru-xi-ZC3"/>
  670. <constraint firstItem="pA0-iu-V0B" firstAttribute="top" secondItem="J3y-TL-xR0" secondAttribute="topMargin" constant="-1" id="bUv-BA-pOO"/>
  671. </constraints>
  672. </tableViewCellContentView>
  673. </tableViewCell>
  674. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="blL-JV-TVz" customClass="IPTextInputTableViewCell">
  675. <rect key="frame" x="0.0" y="289.5" width="600" height="44"/>
  676. <autoresizingMask key="autoresizingMask"/>
  677. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="blL-JV-TVz" id="Nry-aC-zex">
  678. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  679. <autoresizingMask key="autoresizingMask"/>
  680. <subviews>
  681. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Postal Code" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="1zg-gX-R6f" customClass="IPValidatedTextField">
  682. <rect key="frame" x="15" y="7" width="577" height="30"/>
  683. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  684. <textInputTraits key="textInputTraits"/>
  685. <userDefinedRuntimeAttributes>
  686. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  687. <real key="value" value="-2"/>
  688. </userDefinedRuntimeAttribute>
  689. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  690. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  691. </userDefinedRuntimeAttribute>
  692. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  693. <integer key="value" value="1"/>
  694. </userDefinedRuntimeAttribute>
  695. </userDefinedRuntimeAttributes>
  696. <connections>
  697. <outlet property="delegate" destination="Rz6-3R-7m8" id="c68-cx-zNb"/>
  698. </connections>
  699. </textField>
  700. </subviews>
  701. <constraints>
  702. <constraint firstItem="1zg-gX-R6f" firstAttribute="trailing" secondItem="Nry-aC-zex" secondAttribute="trailingMargin" id="2aK-00-bqC"/>
  703. <constraint firstItem="1zg-gX-R6f" firstAttribute="leading" secondItem="Nry-aC-zex" secondAttribute="leadingMargin" constant="7" id="Fet-lF-PRL"/>
  704. <constraint firstItem="1zg-gX-R6f" firstAttribute="centerY" secondItem="Nry-aC-zex" secondAttribute="centerY" id="bJg-UQ-y9C"/>
  705. <constraint firstItem="1zg-gX-R6f" firstAttribute="top" secondItem="Nry-aC-zex" secondAttribute="topMargin" constant="-1" id="msX-1Z-6cC"/>
  706. </constraints>
  707. </tableViewCellContentView>
  708. </tableViewCell>
  709. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="SMj-SO-qt2" customClass="IPTextInputTableViewCell">
  710. <rect key="frame" x="0.0" y="333.5" width="600" height="44"/>
  711. <autoresizingMask key="autoresizingMask"/>
  712. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="SMj-SO-qt2" id="fdV-g7-32W">
  713. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  714. <autoresizingMask key="autoresizingMask"/>
  715. <subviews>
  716. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Country" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="R71-FK-7Gm" customClass="IPValidatedTextField">
  717. <rect key="frame" x="15" y="7" width="577" height="30"/>
  718. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  719. <textInputTraits key="textInputTraits"/>
  720. <userDefinedRuntimeAttributes>
  721. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  722. <real key="value" value="-2"/>
  723. </userDefinedRuntimeAttribute>
  724. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  725. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  726. </userDefinedRuntimeAttribute>
  727. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  728. <integer key="value" value="1"/>
  729. </userDefinedRuntimeAttribute>
  730. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelXPadding">
  731. <real key="value" value="1"/>
  732. </userDefinedRuntimeAttribute>
  733. </userDefinedRuntimeAttributes>
  734. <connections>
  735. <outlet property="delegate" destination="Rz6-3R-7m8" id="974-CO-oAE"/>
  736. </connections>
  737. </textField>
  738. </subviews>
  739. <constraints>
  740. <constraint firstItem="R71-FK-7Gm" firstAttribute="leading" secondItem="fdV-g7-32W" secondAttribute="leadingMargin" constant="7" id="EYf-Fm-HLY"/>
  741. <constraint firstItem="R71-FK-7Gm" firstAttribute="top" secondItem="fdV-g7-32W" secondAttribute="topMargin" constant="-1" id="SLB-HV-HLt"/>
  742. <constraint firstItem="R71-FK-7Gm" firstAttribute="centerY" secondItem="fdV-g7-32W" secondAttribute="centerY" id="aIm-KS-Qbd"/>
  743. <constraint firstItem="R71-FK-7Gm" firstAttribute="trailing" secondItem="fdV-g7-32W" secondAttribute="trailingMargin" id="puO-Nn-vgt"/>
  744. </constraints>
  745. </tableViewCellContentView>
  746. </tableViewCell>
  747. </cells>
  748. </tableViewSection>
  749. <tableViewSection id="Wmx-V0-giH">
  750. <cells>
  751. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="vqH-UT-8jc">
  752. <rect key="frame" x="0.0" y="413.5" width="600" height="44"/>
  753. <autoresizingMask key="autoresizingMask"/>
  754. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="vqH-UT-8jc" id="fdb-Ud-bIm">
  755. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  756. <autoresizingMask key="autoresizingMask"/>
  757. <subviews>
  758. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Z7K-GL-dsS">
  759. <rect key="frame" x="148" y="7" width="305" height="28"/>
  760. <subviews>
  761. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="By selecting Register I agree to the" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h1D-Wr-qPY">
  762. <rect key="frame" x="0.0" y="3" width="184" height="22"/>
  763. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  764. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  765. <nil key="highlightedColor"/>
  766. </label>
  767. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Din-F1-KsM">
  768. <rect key="frame" x="186" y="0.0" width="119" height="28"/>
  769. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  770. <state key="normal" title="Terms &amp; Conditions"/>
  771. <connections>
  772. <action selector="termsAndCondition:" destination="DGx-u4-zvE" eventType="touchUpInside" id="Sxm-3h-Y4Q"/>
  773. <action selector="termsAndCondition:" destination="d0h-tk-Thi" eventType="touchUpInside" id="y9z-2Q-Jae"/>
  774. </connections>
  775. </button>
  776. </subviews>
  777. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  778. <constraints>
  779. <constraint firstItem="h1D-Wr-qPY" firstAttribute="top" secondItem="Z7K-GL-dsS" secondAttribute="top" constant="3" id="Ugc-0I-9zg"/>
  780. <constraint firstAttribute="bottom" secondItem="Din-F1-KsM" secondAttribute="bottom" id="Xfi-pz-sJu"/>
  781. <constraint firstItem="Din-F1-KsM" firstAttribute="leading" secondItem="h1D-Wr-qPY" secondAttribute="trailing" constant="2" id="dxZ-vJ-BeX"/>
  782. <constraint firstAttribute="trailing" secondItem="Din-F1-KsM" secondAttribute="trailing" id="f7h-iV-5d3"/>
  783. <constraint firstItem="h1D-Wr-qPY" firstAttribute="centerY" secondItem="Din-F1-KsM" secondAttribute="centerY" id="jI2-CG-5OI"/>
  784. <constraint firstItem="h1D-Wr-qPY" firstAttribute="leading" secondItem="Z7K-GL-dsS" secondAttribute="leading" id="m6g-re-62q"/>
  785. <constraint firstItem="h1D-Wr-qPY" firstAttribute="centerY" secondItem="Z7K-GL-dsS" secondAttribute="centerY" id="sR6-5y-mz1"/>
  786. </constraints>
  787. </view>
  788. </subviews>
  789. <constraints>
  790. <constraint firstItem="Z7K-GL-dsS" firstAttribute="centerX" secondItem="fdb-Ud-bIm" secondAttribute="centerX" id="Y6R-wh-72y"/>
  791. <constraint firstItem="Z7K-GL-dsS" firstAttribute="top" secondItem="fdb-Ud-bIm" secondAttribute="topMargin" constant="-1" id="atb-J5-24w"/>
  792. <constraint firstItem="Z7K-GL-dsS" firstAttribute="centerY" secondItem="fdb-Ud-bIm" secondAttribute="centerY" id="uRR-sB-ehd"/>
  793. </constraints>
  794. </tableViewCellContentView>
  795. </tableViewCell>
  796. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="IMo-9t-woS" style="IBUITableViewCellStyleDefault" id="RX1-YU-uPm" customClass="IPTintedTableViewCell">
  797. <rect key="frame" x="0.0" y="457.5" width="600" height="44"/>
  798. <autoresizingMask key="autoresizingMask"/>
  799. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="RX1-YU-uPm" id="8RW-0N-uCg">
  800. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  801. <autoresizingMask key="autoresizingMask"/>
  802. <subviews>
  803. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Register" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="IMo-9t-woS">
  804. <rect key="frame" x="15" y="0.0" width="570" height="43.5"/>
  805. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  806. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  807. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  808. <nil key="highlightedColor"/>
  809. </label>
  810. </subviews>
  811. </tableViewCellContentView>
  812. <connections>
  813. <segue destination="W49-3Z-nSE" kind="presentation" identifier="fromOTPToPersonalSignUp" id="82l-XG-xTE"/>
  814. </connections>
  815. </tableViewCell>
  816. </cells>
  817. </tableViewSection>
  818. </sections>
  819. <connections>
  820. <outlet property="dataSource" destination="DGx-u4-zvE" id="snm-xz-cWs"/>
  821. <outlet property="delegate" destination="DGx-u4-zvE" id="LhM-UA-l0B"/>
  822. </connections>
  823. </tableView>
  824. <navigationItem key="navigationItem" title="Enter Address" id="UPj-FT-z7y"/>
  825. <connections>
  826. <outlet property="countryTextField" destination="R71-FK-7Gm" id="OCx-Jb-1ql"/>
  827. <outlet property="districtTextField" destination="pA0-iu-V0B" id="4Vy-ZK-rPF"/>
  828. <outlet property="personalAddressLine1TextField" destination="ksW-IM-Ztz" id="TV1-p9-T9c"/>
  829. <outlet property="personalAddressLine2TextField" destination="FIc-dR-U2H" id="4vS-8M-xbc"/>
  830. <outlet property="postalCodeTextField" destination="1zg-gX-R6f" id="phU-ev-vCJ"/>
  831. <outlet property="thanaTextField" destination="YkQ-fa-XcP" id="usz-8S-ocN"/>
  832. </connections>
  833. </tableViewController>
  834. <placeholder placeholderIdentifier="IBFirstResponder" id="5Js-RV-jKh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  835. </objects>
  836. <point key="canvasLocation" x="4945" y="-1215"/>
  837. </scene>
  838. <!--Enter Code-->
  839. <scene sceneID="lVV-yL-sUO">
  840. <objects>
  841. <tableViewController id="W49-3Z-nSE" customClass="IPEnterOTPTableViewController" sceneMemberID="viewController">
  842. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="WRI-ce-vkt">
  843. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  844. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  845. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  846. <view key="tableFooterView" contentMode="scaleToFill" id="yci-1Y-EQl">
  847. <rect key="frame" x="0.0" y="155.5" width="600" height="132"/>
  848. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  849. <subviews>
  850. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" 00:00:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ivQ-o1-w0B">
  851. <rect key="frame" x="264" y="8" width="72" height="21"/>
  852. <constraints>
  853. <constraint firstAttribute="width" constant="72" id="CxN-iq-rBX"/>
  854. <constraint firstAttribute="height" constant="21" id="ntf-6U-Vcu"/>
  855. </constraints>
  856. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  857. <nil key="highlightedColor"/>
  858. <variation key="widthClass=compact" misplaced="YES">
  859. <rect key="frame" x="181" y="170" width="38" height="21"/>
  860. </variation>
  861. </label>
  862. <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Oif-d3-odW">
  863. <rect key="frame" x="253" y="81" width="95" height="30"/>
  864. <constraints>
  865. <constraint firstAttribute="width" constant="95" id="tYA-cI-mgw"/>
  866. </constraints>
  867. <state key="normal" title="Resend Code"/>
  868. <variation key="widthClass=compact" misplaced="YES">
  869. <rect key="frame" x="153" y="243" width="95" height="30"/>
  870. </variation>
  871. <variation key="heightClass=compact-widthClass=compact" misplaced="YES">
  872. <rect key="frame" x="153" y="81" width="95" height="30"/>
  873. </variation>
  874. <variation key="heightClass=regular-widthClass=compact" misplaced="YES">
  875. <rect key="frame" x="153" y="233" width="95" height="30"/>
  876. </variation>
  877. <connections>
  878. <action selector="resendCodeButtonPressed:" destination="W49-3Z-nSE" eventType="touchUpInside" id="ewq-Gh-Jdl"/>
  879. </connections>
  880. </button>
  881. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="If you have not received the SMS, please press Resend Code after the time elapses" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yk1-hV-sM7">
  882. <rect key="frame" x="164" y="37" width="272" height="36"/>
  883. <constraints>
  884. <constraint firstAttribute="width" constant="272" id="18L-cT-eXJ"/>
  885. <constraint firstAttribute="height" constant="36" id="y55-tN-3sl"/>
  886. </constraints>
  887. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  888. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  889. <nil key="highlightedColor"/>
  890. <variation key="widthClass=compact" misplaced="YES">
  891. <rect key="frame" x="63" y="199" width="275" height="36"/>
  892. </variation>
  893. <variation key="heightClass=compact-widthClass=compact" misplaced="YES">
  894. <rect key="frame" x="65" y="37" width="272" height="36"/>
  895. </variation>
  896. <variation key="heightClass=regular-widthClass=compact" misplaced="YES">
  897. <rect key="frame" x="65" y="189" width="272" height="36"/>
  898. </variation>
  899. </label>
  900. </subviews>
  901. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  902. <constraints>
  903. <constraint firstItem="Oif-d3-odW" firstAttribute="top" secondItem="Yk1-hV-sM7" secondAttribute="bottom" constant="8" symbolic="YES" id="aol-oh-d77"/>
  904. <constraint firstItem="Yk1-hV-sM7" firstAttribute="top" secondItem="ivQ-o1-w0B" secondAttribute="bottom" constant="8" symbolic="YES" id="gDK-kW-u93"/>
  905. <constraint firstItem="ivQ-o1-w0B" firstAttribute="top" secondItem="yci-1Y-EQl" secondAttribute="topMargin" id="hwR-va-hwc"/>
  906. <constraint firstItem="Yk1-hV-sM7" firstAttribute="centerX" secondItem="yci-1Y-EQl" secondAttribute="centerX" id="jzm-wj-DIb"/>
  907. <constraint firstItem="Yk1-hV-sM7" firstAttribute="centerX" secondItem="Oif-d3-odW" secondAttribute="centerX" id="k79-Pk-dsv"/>
  908. <constraint firstItem="ivQ-o1-w0B" firstAttribute="centerX" secondItem="Yk1-hV-sM7" secondAttribute="centerX" id="lpA-a7-a0C"/>
  909. </constraints>
  910. </view>
  911. <sections>
  912. <tableViewSection headerTitle="We have sent you a code via SMS, please enter it and press Activate" id="zCv-EL-4d0">
  913. <cells>
  914. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="swW-zi-vmF" customClass="IPTextInputTableViewCell">
  915. <rect key="frame" x="0.0" y="49.5" width="600" height="44"/>
  916. <autoresizingMask key="autoresizingMask"/>
  917. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="swW-zi-vmF" id="OY9-8Y-ahC">
  918. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  919. <autoresizingMask key="autoresizingMask"/>
  920. <subviews>
  921. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter Code" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RS9-eX-jeh" customClass="IPValidatedTextField">
  922. <rect key="frame" x="8" y="7" width="584" height="30"/>
  923. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  924. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  925. <userDefinedRuntimeAttributes>
  926. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  927. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  928. </userDefinedRuntimeAttribute>
  929. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  930. <real key="value" value="-2"/>
  931. </userDefinedRuntimeAttribute>
  932. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  933. <integer key="value" value="6"/>
  934. </userDefinedRuntimeAttribute>
  935. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  936. <integer key="value" value="6"/>
  937. </userDefinedRuntimeAttribute>
  938. </userDefinedRuntimeAttributes>
  939. <connections>
  940. <outlet property="delegate" destination="W49-3Z-nSE" id="Izd-ZN-UJp"/>
  941. </connections>
  942. </textField>
  943. </subviews>
  944. <constraints>
  945. <constraint firstItem="RS9-eX-jeh" firstAttribute="top" secondItem="OY9-8Y-ahC" secondAttribute="topMargin" constant="-1" id="0f1-T7-B6k"/>
  946. <constraint firstItem="RS9-eX-jeh" firstAttribute="leading" secondItem="OY9-8Y-ahC" secondAttribute="leadingMargin" id="2ru-ah-WKW"/>
  947. <constraint firstItem="RS9-eX-jeh" firstAttribute="trailing" secondItem="OY9-8Y-ahC" secondAttribute="trailingMargin" id="Wuo-u6-6Aa"/>
  948. <constraint firstItem="RS9-eX-jeh" firstAttribute="centerY" secondItem="OY9-8Y-ahC" secondAttribute="centerY" id="wwV-dg-gOj"/>
  949. </constraints>
  950. </tableViewCellContentView>
  951. </tableViewCell>
  952. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" textLabel="5o4-Zd-naU" style="IBUITableViewCellStyleDefault" id="0dU-Xe-Cjb" customClass="IPTintedTableViewCell">
  953. <rect key="frame" x="0.0" y="93.5" width="600" height="44"/>
  954. <autoresizingMask key="autoresizingMask"/>
  955. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0dU-Xe-Cjb" id="hXa-X5-s5b">
  956. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  957. <autoresizingMask key="autoresizingMask"/>
  958. <subviews>
  959. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Activate" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="5o4-Zd-naU">
  960. <rect key="frame" x="15" y="0.0" width="570" height="43.5"/>
  961. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  962. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  963. <nil key="highlightedColor"/>
  964. </label>
  965. </subviews>
  966. </tableViewCellContentView>
  967. <connections>
  968. <segue destination="ycS-DQ-Zfz" kind="custom" identifier="toHomeFromSignUp" customClass="RBStoryboardModalSegue" id="4QJ-Yn-Ehy"/>
  969. </connections>
  970. </tableViewCell>
  971. </cells>
  972. </tableViewSection>
  973. </sections>
  974. <connections>
  975. <outlet property="dataSource" destination="W49-3Z-nSE" id="Jha-bY-Tyt"/>
  976. <outlet property="delegate" destination="W49-3Z-nSE" id="X43-4M-Ncf"/>
  977. </connections>
  978. </tableView>
  979. <navigationItem key="navigationItem" title="Enter Code" id="Kmb-a2-oVA"/>
  980. <connections>
  981. <outlet property="enterOTPTextField" destination="RS9-eX-jeh" id="BDg-hU-dXe"/>
  982. <outlet property="resendCodeButton" destination="Oif-d3-odW" id="Gm8-Gj-fkp"/>
  983. <outlet property="timeLabel" destination="ivQ-o1-w0B" id="0a4-kv-1Kf"/>
  984. </connections>
  985. </tableViewController>
  986. <placeholder placeholderIdentifier="IBFirstResponder" id="T4i-Tv-mhh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  987. </objects>
  988. <point key="canvasLocation" x="6378" y="-416"/>
  989. </scene>
  990. <!--Enter Login Details-->
  991. <scene sceneID="9sv-BO-chQ">
  992. <objects>
  993. <tableViewController title="Enter Business Info" id="Rz6-3R-7m8" userLabel="Enter Login Details" customClass="IPAddBusinessAccountLoginDetailsTableViewController" sceneMemberID="viewController">
  994. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="zf3-DH-Lut">
  995. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  996. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  997. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  998. <progressView key="tableHeaderView" opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progressViewStyle="bar" progress="0.33000000000000002" id="uFv-PK-wcv">
  999. <rect key="frame" x="0.0" y="64" width="600" height="3"/>
  1000. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1001. <color key="tintColor" red="0.94117647058823528" green="0.50980392156862742" blue="0.094117647058823528" alpha="1" colorSpace="calibratedRGB"/>
  1002. </progressView>
  1003. <sections>
  1004. <tableViewSection headerTitle="Login Details" id="7Hj-7K-377">
  1005. <cells>
  1006. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Cls-gF-Lif" customClass="IPTextInputTableViewCell">
  1007. <rect key="frame" x="0.0" y="116" width="600" height="44"/>
  1008. <autoresizingMask key="autoresizingMask"/>
  1009. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Cls-gF-Lif" id="tNu-BW-LRB">
  1010. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1011. <autoresizingMask key="autoresizingMask"/>
  1012. <subviews>
  1013. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="flag-bangladesh-XL" translatesAutoresizingMaskIntoConstraints="NO" id="NqC-N9-VLh">
  1014. <rect key="frame" x="15" y="8" width="45" height="28"/>
  1015. <constraints>
  1016. <constraint firstAttribute="width" constant="45" id="CdH-9P-l0H"/>
  1017. </constraints>
  1018. </imageView>
  1019. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Business Mobile Number" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="jjC-cV-66v" customClass="IPValidatedTextField">
  1020. <rect key="frame" x="118" y="7" width="474" height="30"/>
  1021. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1022. <textInputTraits key="textInputTraits" keyboardType="phonePad"/>
  1023. <userDefinedRuntimeAttributes>
  1024. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1025. <real key="value" value="-2"/>
  1026. </userDefinedRuntimeAttribute>
  1027. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1028. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1029. </userDefinedRuntimeAttribute>
  1030. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1031. <integer key="value" value="10"/>
  1032. </userDefinedRuntimeAttribute>
  1033. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  1034. <integer key="value" value="10"/>
  1035. </userDefinedRuntimeAttribute>
  1036. </userDefinedRuntimeAttributes>
  1037. <connections>
  1038. <outlet property="delegate" destination="Rz6-3R-7m8" id="dWh-li-hg7"/>
  1039. </connections>
  1040. </textField>
  1041. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+880" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0BC-rh-kot">
  1042. <rect key="frame" x="68" y="11" width="42" height="21"/>
  1043. <constraints>
  1044. <constraint firstAttribute="width" constant="42" id="yjp-mu-faN"/>
  1045. </constraints>
  1046. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1047. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1048. <nil key="highlightedColor"/>
  1049. </label>
  1050. </subviews>
  1051. <constraints>
  1052. <constraint firstItem="0BC-rh-kot" firstAttribute="top" secondItem="tNu-BW-LRB" secondAttribute="topMargin" constant="3" id="J66-hw-RrJ"/>
  1053. <constraint firstItem="jjC-cV-66v" firstAttribute="leading" secondItem="0BC-rh-kot" secondAttribute="trailing" constant="8" symbolic="YES" id="MtO-pP-Ycd"/>
  1054. <constraint firstItem="0BC-rh-kot" firstAttribute="centerY" secondItem="NqC-N9-VLh" secondAttribute="centerY" id="WDi-aK-git"/>
  1055. <constraint firstItem="NqC-N9-VLh" firstAttribute="top" secondItem="tNu-BW-LRB" secondAttribute="topMargin" id="Xoj-iG-Y6O"/>
  1056. <constraint firstItem="NqC-N9-VLh" firstAttribute="centerY" secondItem="tNu-BW-LRB" secondAttribute="centerY" id="Ztg-Im-gIF"/>
  1057. <constraint firstItem="NqC-N9-VLh" firstAttribute="leading" secondItem="tNu-BW-LRB" secondAttribute="leadingMargin" constant="7" id="e3y-zq-aBx"/>
  1058. <constraint firstItem="jjC-cV-66v" firstAttribute="centerY" secondItem="0BC-rh-kot" secondAttribute="centerY" id="gaZ-vv-en1"/>
  1059. <constraint firstItem="0BC-rh-kot" firstAttribute="leading" secondItem="NqC-N9-VLh" secondAttribute="trailing" constant="8" symbolic="YES" id="hSV-zj-IIA"/>
  1060. <constraint firstItem="jjC-cV-66v" firstAttribute="trailing" secondItem="tNu-BW-LRB" secondAttribute="trailingMargin" id="tWe-n0-Fhw"/>
  1061. <constraint firstItem="jjC-cV-66v" firstAttribute="top" secondItem="tNu-BW-LRB" secondAttribute="topMargin" constant="-1" id="vW0-3l-88D"/>
  1062. </constraints>
  1063. </tableViewCellContentView>
  1064. </tableViewCell>
  1065. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="t9Z-Fl-R31" customClass="IPTextInputTableViewCell">
  1066. <rect key="frame" x="0.0" y="160" width="600" height="44"/>
  1067. <autoresizingMask key="autoresizingMask"/>
  1068. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="t9Z-Fl-R31" id="YaR-YL-1Zx">
  1069. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1070. <autoresizingMask key="autoresizingMask"/>
  1071. <subviews>
  1072. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="eRR-3p-PRu" customClass="IPValidatedTextField">
  1073. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1074. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1075. <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" secureTextEntry="YES"/>
  1076. <userDefinedRuntimeAttributes>
  1077. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1078. <real key="value" value="-2"/>
  1079. </userDefinedRuntimeAttribute>
  1080. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1081. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1082. </userDefinedRuntimeAttribute>
  1083. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1084. <integer key="value" value="8"/>
  1085. </userDefinedRuntimeAttribute>
  1086. <userDefinedRuntimeAttribute type="boolean" keyPath="isAlphaNumeric" value="YES"/>
  1087. </userDefinedRuntimeAttributes>
  1088. <connections>
  1089. <outlet property="delegate" destination="Rz6-3R-7m8" id="bQF-26-ncl"/>
  1090. </connections>
  1091. </textField>
  1092. </subviews>
  1093. <constraints>
  1094. <constraint firstItem="eRR-3p-PRu" firstAttribute="trailing" secondItem="YaR-YL-1Zx" secondAttribute="trailingMargin" id="7bk-4y-Oly"/>
  1095. <constraint firstItem="eRR-3p-PRu" firstAttribute="centerY" secondItem="YaR-YL-1Zx" secondAttribute="centerY" id="9Ph-5D-Afc"/>
  1096. <constraint firstItem="eRR-3p-PRu" firstAttribute="leading" secondItem="YaR-YL-1Zx" secondAttribute="leadingMargin" constant="7" id="HN6-KY-riN"/>
  1097. <constraint firstItem="eRR-3p-PRu" firstAttribute="top" secondItem="YaR-YL-1Zx" secondAttribute="topMargin" constant="-1" id="fSh-HP-mph"/>
  1098. </constraints>
  1099. </tableViewCellContentView>
  1100. </tableViewCell>
  1101. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="4a0-aS-1SA" customClass="IPTextInputTableViewCell">
  1102. <rect key="frame" x="0.0" y="204" width="600" height="44"/>
  1103. <autoresizingMask key="autoresizingMask"/>
  1104. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="4a0-aS-1SA" id="hfq-vw-zWw">
  1105. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1106. <autoresizingMask key="autoresizingMask"/>
  1107. <subviews>
  1108. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Confirm Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="szV-Et-trs" customClass="IPValidatedTextField">
  1109. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1110. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1111. <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" secureTextEntry="YES"/>
  1112. <userDefinedRuntimeAttributes>
  1113. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1114. <real key="value" value="-2"/>
  1115. </userDefinedRuntimeAttribute>
  1116. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1117. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1118. </userDefinedRuntimeAttribute>
  1119. <userDefinedRuntimeAttribute type="boolean" keyPath="isAlphaNumeric" value="YES"/>
  1120. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1121. <integer key="value" value="8"/>
  1122. </userDefinedRuntimeAttribute>
  1123. </userDefinedRuntimeAttributes>
  1124. <connections>
  1125. <outlet property="delegate" destination="Rz6-3R-7m8" id="mgZ-Xk-2Qq"/>
  1126. </connections>
  1127. </textField>
  1128. </subviews>
  1129. <constraints>
  1130. <constraint firstItem="szV-Et-trs" firstAttribute="trailing" secondItem="hfq-vw-zWw" secondAttribute="trailingMargin" id="AZd-Oj-2qZ"/>
  1131. <constraint firstItem="szV-Et-trs" firstAttribute="centerY" secondItem="hfq-vw-zWw" secondAttribute="centerY" id="Um3-r3-mRc"/>
  1132. <constraint firstItem="szV-Et-trs" firstAttribute="top" secondItem="hfq-vw-zWw" secondAttribute="topMargin" constant="-1" id="UnU-5T-dSl"/>
  1133. <constraint firstItem="szV-Et-trs" firstAttribute="leading" secondItem="hfq-vw-zWw" secondAttribute="leadingMargin" constant="7" id="f3W-Ac-9at"/>
  1134. </constraints>
  1135. </tableViewCellContentView>
  1136. </tableViewCell>
  1137. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="VvX-gB-lPd" customClass="IPTextInputTableViewCell">
  1138. <rect key="frame" x="0.0" y="248" width="600" height="44"/>
  1139. <autoresizingMask key="autoresizingMask"/>
  1140. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="VvX-gB-lPd" id="ThO-GW-fMp">
  1141. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1142. <autoresizingMask key="autoresizingMask"/>
  1143. <subviews>
  1144. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Promo Code" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="maN-uu-22L" customClass="IPValidatedTextField">
  1145. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1146. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1147. <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="numberPad" secureTextEntry="YES"/>
  1148. <userDefinedRuntimeAttributes>
  1149. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1150. <real key="value" value="-2"/>
  1151. </userDefinedRuntimeAttribute>
  1152. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1153. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1154. </userDefinedRuntimeAttribute>
  1155. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1156. <integer key="value" value="1"/>
  1157. </userDefinedRuntimeAttribute>
  1158. </userDefinedRuntimeAttributes>
  1159. <connections>
  1160. <outlet property="delegate" destination="Rz6-3R-7m8" id="YRx-5S-VgD"/>
  1161. </connections>
  1162. </textField>
  1163. </subviews>
  1164. <constraints>
  1165. <constraint firstItem="maN-uu-22L" firstAttribute="top" secondItem="ThO-GW-fMp" secondAttribute="topMargin" constant="-1" id="3ed-1R-0RV"/>
  1166. <constraint firstItem="maN-uu-22L" firstAttribute="centerY" secondItem="ThO-GW-fMp" secondAttribute="centerY" id="Wka-iw-jxG"/>
  1167. <constraint firstItem="maN-uu-22L" firstAttribute="leading" secondItem="ThO-GW-fMp" secondAttribute="leadingMargin" constant="7" id="Y00-QD-Gqc"/>
  1168. <constraint firstItem="maN-uu-22L" firstAttribute="trailing" secondItem="ThO-GW-fMp" secondAttribute="trailingMargin" id="l1Y-xN-Xf2"/>
  1169. </constraints>
  1170. </tableViewCellContentView>
  1171. </tableViewCell>
  1172. </cells>
  1173. </tableViewSection>
  1174. <tableViewSection id="WBs-xo-zgW">
  1175. <cells>
  1176. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="Cpw-iX-AQ0">
  1177. <rect key="frame" x="0.0" y="328" width="600" height="44"/>
  1178. <autoresizingMask key="autoresizingMask"/>
  1179. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Cpw-iX-AQ0" id="v9c-nH-J9v">
  1180. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1181. <autoresizingMask key="autoresizingMask"/>
  1182. <subviews>
  1183. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="By selecting Next I agree to iPay Terms &amp; Conditions and Privacy Policy" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AYD-pV-Ycg">
  1184. <rect key="frame" x="15" y="8" width="569" height="28"/>
  1185. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1186. <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="12"/>
  1187. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  1188. </textView>
  1189. </subviews>
  1190. <constraints>
  1191. <constraint firstItem="AYD-pV-Ycg" firstAttribute="leading" secondItem="v9c-nH-J9v" secondAttribute="leadingMargin" constant="7" id="2Ol-ub-YAh"/>
  1192. <constraint firstItem="AYD-pV-Ycg" firstAttribute="centerX" secondItem="v9c-nH-J9v" secondAttribute="centerX" id="dPP-hQ-J8S"/>
  1193. <constraint firstItem="AYD-pV-Ycg" firstAttribute="centerY" secondItem="v9c-nH-J9v" secondAttribute="centerY" id="wtz-e5-aUy"/>
  1194. <constraint firstItem="AYD-pV-Ycg" firstAttribute="top" secondItem="v9c-nH-J9v" secondAttribute="topMargin" id="xB8-0x-CdG"/>
  1195. </constraints>
  1196. </tableViewCellContentView>
  1197. </tableViewCell>
  1198. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="OgC-sa-kfE" style="IBUITableViewCellStyleDefault" id="IIU-g4-Uug" customClass="IPTintedTableViewCell">
  1199. <rect key="frame" x="0.0" y="372" width="600" height="44"/>
  1200. <autoresizingMask key="autoresizingMask"/>
  1201. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="IIU-g4-Uug" id="N1V-Ir-Agp">
  1202. <rect key="frame" x="0.0" y="0.0" width="567" height="43.5"/>
  1203. <autoresizingMask key="autoresizingMask"/>
  1204. <subviews>
  1205. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Next" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="OgC-sa-kfE">
  1206. <rect key="frame" x="15" y="0.0" width="550" height="43.5"/>
  1207. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1208. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1209. <nil key="highlightedColor"/>
  1210. </label>
  1211. </subviews>
  1212. <color key="tintColor" red="0.0" green="0.58823529409999997" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
  1213. </tableViewCellContentView>
  1214. <connections>
  1215. <segue destination="Dir-B9-yqi" kind="show" identifier="ToBusinessInfo" id="OfK-qT-uaU"/>
  1216. </connections>
  1217. </tableViewCell>
  1218. </cells>
  1219. </tableViewSection>
  1220. </sections>
  1221. <connections>
  1222. <outlet property="dataSource" destination="Rz6-3R-7m8" id="6sw-2F-4k5"/>
  1223. <outlet property="delegate" destination="Rz6-3R-7m8" id="5wI-Pn-zuT"/>
  1224. </connections>
  1225. </tableView>
  1226. <navigationItem key="navigationItem" title="Login Details" id="QMO-Ic-KN7"/>
  1227. <connections>
  1228. <outlet property="confirmPasswordTextField" destination="szV-Et-trs" id="QhQ-vV-ohI"/>
  1229. <outlet property="mobileNumberTextField" destination="jjC-cV-66v" id="eRR-Ok-aFC"/>
  1230. <outlet property="passwordTextField" destination="eRR-3p-PRu" id="1Mw-fk-Aal"/>
  1231. <outlet property="promoCodeTextField" destination="maN-uu-22L" id="iCu-N6-AaX"/>
  1232. </connections>
  1233. </tableViewController>
  1234. <placeholder placeholderIdentifier="IBFirstResponder" id="luX-0g-7aR" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1235. </objects>
  1236. <point key="canvasLocation" x="4177" y="-416"/>
  1237. </scene>
  1238. <!--Recover Password-->
  1239. <scene sceneID="30B-wO-DNU">
  1240. <objects>
  1241. <tableViewController id="htZ-ky-mK0" customClass="IPForgotPasswordInputTableViewController" sceneMemberID="viewController">
  1242. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="FUN-Nu-ROv">
  1243. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  1244. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1245. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  1246. <sections>
  1247. <tableViewSection headerTitle="Recover Password" id="gYj-KS-OJV" userLabel="Forgot your password?">
  1248. <cells>
  1249. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="yki-IG-zBZ" customClass="IPTextInputTableViewCell">
  1250. <rect key="frame" x="0.0" y="49.5" width="600" height="44"/>
  1251. <autoresizingMask key="autoresizingMask"/>
  1252. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="yki-IG-zBZ" id="tWH-VQ-X1O">
  1253. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1254. <autoresizingMask key="autoresizingMask"/>
  1255. <subviews>
  1256. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter mobile number (+8801XXXXXXXXX)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="za0-Ue-dxd" customClass="IPValidatedTextField">
  1257. <rect key="frame" x="15" y="7" width="579" height="30"/>
  1258. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1259. <textInputTraits key="textInputTraits" keyboardType="phonePad"/>
  1260. <userDefinedRuntimeAttributes>
  1261. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1262. <real key="value" value="-2"/>
  1263. </userDefinedRuntimeAttribute>
  1264. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1265. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1266. </userDefinedRuntimeAttribute>
  1267. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1268. <integer key="value" value="11"/>
  1269. </userDefinedRuntimeAttribute>
  1270. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  1271. <integer key="value" value="14"/>
  1272. </userDefinedRuntimeAttribute>
  1273. </userDefinedRuntimeAttributes>
  1274. </textField>
  1275. </subviews>
  1276. <constraints>
  1277. <constraint firstItem="za0-Ue-dxd" firstAttribute="centerY" secondItem="tWH-VQ-X1O" secondAttribute="centerY" id="EcR-H0-n9n"/>
  1278. <constraint firstItem="za0-Ue-dxd" firstAttribute="top" secondItem="tWH-VQ-X1O" secondAttribute="topMargin" constant="-1" id="Evb-5V-Vrx"/>
  1279. <constraint firstAttribute="trailingMargin" secondItem="za0-Ue-dxd" secondAttribute="trailing" constant="-2" id="Gvo-hv-Wed"/>
  1280. <constraint firstItem="za0-Ue-dxd" firstAttribute="leading" secondItem="tWH-VQ-X1O" secondAttribute="leadingMargin" constant="7" id="wjM-MY-pE6"/>
  1281. </constraints>
  1282. </tableViewCellContentView>
  1283. </tableViewCell>
  1284. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="km0-Vz-aJZ" customClass="IPTextInputTableViewCell">
  1285. <rect key="frame" x="0.0" y="93.5" width="600" height="44"/>
  1286. <autoresizingMask key="autoresizingMask"/>
  1287. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="km0-Vz-aJZ" id="oDR-sM-nWV">
  1288. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1289. <autoresizingMask key="autoresizingMask"/>
  1290. <subviews>
  1291. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ca0-Z3-5U6" customClass="IPValidatedTextField">
  1292. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1293. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1294. <textInputTraits key="textInputTraits"/>
  1295. <userDefinedRuntimeAttributes>
  1296. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1297. <real key="value" value="-2"/>
  1298. </userDefinedRuntimeAttribute>
  1299. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1300. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1301. </userDefinedRuntimeAttribute>
  1302. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1303. <integer key="value" value="1"/>
  1304. </userDefinedRuntimeAttribute>
  1305. </userDefinedRuntimeAttributes>
  1306. <connections>
  1307. <outlet property="delegate" destination="d0h-tk-Thi" id="alF-qN-rDr"/>
  1308. </connections>
  1309. </textField>
  1310. </subviews>
  1311. <constraints>
  1312. <constraint firstItem="ca0-Z3-5U6" firstAttribute="centerY" secondItem="oDR-sM-nWV" secondAttribute="centerY" id="3oc-q6-1FZ"/>
  1313. <constraint firstItem="ca0-Z3-5U6" firstAttribute="leading" secondItem="oDR-sM-nWV" secondAttribute="leadingMargin" constant="7" id="ARZ-6P-EdK"/>
  1314. <constraint firstItem="ca0-Z3-5U6" firstAttribute="top" secondItem="oDR-sM-nWV" secondAttribute="topMargin" constant="-1" id="Lsm-JD-G3m"/>
  1315. <constraint firstItem="ca0-Z3-5U6" firstAttribute="trailing" secondItem="oDR-sM-nWV" secondAttribute="trailingMargin" id="zol-3n-B1k"/>
  1316. </constraints>
  1317. </tableViewCellContentView>
  1318. </tableViewCell>
  1319. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="0CX-lZ-7vU" customClass="IPTextInputTableViewCell">
  1320. <rect key="frame" x="0.0" y="137.5" width="600" height="44"/>
  1321. <autoresizingMask key="autoresizingMask"/>
  1322. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0CX-lZ-7vU" id="gfz-4J-uTW">
  1323. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1324. <autoresizingMask key="autoresizingMask"/>
  1325. <subviews>
  1326. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Date of Birth" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="dhi-E3-cqi" customClass="IPValidatedTextField">
  1327. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1328. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1329. <textInputTraits key="textInputTraits"/>
  1330. <userDefinedRuntimeAttributes>
  1331. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1332. <real key="value" value="-2"/>
  1333. </userDefinedRuntimeAttribute>
  1334. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1335. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1336. </userDefinedRuntimeAttribute>
  1337. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1338. <integer key="value" value="1"/>
  1339. </userDefinedRuntimeAttribute>
  1340. </userDefinedRuntimeAttributes>
  1341. <connections>
  1342. <outlet property="delegate" destination="d0h-tk-Thi" id="uQv-Ki-LWU"/>
  1343. </connections>
  1344. </textField>
  1345. </subviews>
  1346. <constraints>
  1347. <constraint firstItem="dhi-E3-cqi" firstAttribute="leading" secondItem="gfz-4J-uTW" secondAttribute="leadingMargin" constant="7" id="4ru-GN-CxK"/>
  1348. <constraint firstItem="dhi-E3-cqi" firstAttribute="top" secondItem="gfz-4J-uTW" secondAttribute="topMargin" constant="-1" id="Wve-J1-Cm8"/>
  1349. <constraint firstItem="dhi-E3-cqi" firstAttribute="centerY" secondItem="gfz-4J-uTW" secondAttribute="centerY" id="mAB-zB-p9V"/>
  1350. <constraint firstItem="dhi-E3-cqi" firstAttribute="trailing" secondItem="gfz-4J-uTW" secondAttribute="trailingMargin" id="z84-kg-uzb"/>
  1351. </constraints>
  1352. </tableViewCellContentView>
  1353. </tableViewCell>
  1354. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="We4-So-vVN" style="IBUITableViewCellStyleDefault" id="SKl-eh-SWs" customClass="IPTintedTableViewCell">
  1355. <rect key="frame" x="0.0" y="181.5" width="600" height="44"/>
  1356. <autoresizingMask key="autoresizingMask"/>
  1357. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="SKl-eh-SWs" id="bdm-Kj-M9i">
  1358. <rect key="frame" x="0.0" y="0.0" width="567" height="43.5"/>
  1359. <autoresizingMask key="autoresizingMask"/>
  1360. <subviews>
  1361. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Submit" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="We4-So-vVN">
  1362. <rect key="frame" x="15" y="0.0" width="550" height="43.5"/>
  1363. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1364. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1365. <nil key="highlightedColor"/>
  1366. </label>
  1367. </subviews>
  1368. </tableViewCellContentView>
  1369. <connections>
  1370. <segue destination="0Nh-EQ-x9x" kind="show" identifier="" id="k2A-tB-JbT"/>
  1371. </connections>
  1372. </tableViewCell>
  1373. </cells>
  1374. </tableViewSection>
  1375. </sections>
  1376. <connections>
  1377. <outlet property="dataSource" destination="htZ-ky-mK0" id="P0R-3s-zhg"/>
  1378. <outlet property="delegate" destination="htZ-ky-mK0" id="bKo-46-pj5"/>
  1379. </connections>
  1380. </tableView>
  1381. <navigationItem key="navigationItem" title="Recover Password" id="nBt-JT-f3K">
  1382. <barButtonItem key="backBarButtonItem" title=" " id="zlx-Bc-fRw"/>
  1383. </navigationItem>
  1384. <connections>
  1385. <outlet property="forgetPasswordDOBTextField" destination="dhi-E3-cqi" id="G5n-zK-Kh5"/>
  1386. <outlet property="forgetPasswordMobileNumberTextField" destination="za0-Ue-dxd" id="AaP-0z-Fdc"/>
  1387. <outlet property="forgotPasswordNameTextField" destination="ca0-Z3-5U6" id="a3a-cp-3jk"/>
  1388. </connections>
  1389. </tableViewController>
  1390. <placeholder placeholderIdentifier="IBFirstResponder" id="hSX-WK-1IY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1391. </objects>
  1392. <point key="canvasLocation" x="4048" y="263"/>
  1393. </scene>
  1394. <!--Reset Password-->
  1395. <scene sceneID="vAJ-gx-fvX">
  1396. <objects>
  1397. <tableViewController storyboardIdentifier="resetPassword" title="Reset Password" id="0Nh-EQ-x9x" customClass="IPForgotPasswordTableViewController" sceneMemberID="viewController">
  1398. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="NPf-Yo-f7I">
  1399. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  1400. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1401. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  1402. <view key="tableFooterView" contentMode="scaleToFill" id="mJE-vA-KAo">
  1403. <rect key="frame" x="0.0" y="218.5" width="600" height="93"/>
  1404. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1405. <subviews>
  1406. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" 00:00:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="INi-fc-Xgc">
  1407. <rect key="frame" x="255" y="52" width="91" height="21"/>
  1408. <constraints>
  1409. <constraint firstAttribute="height" constant="21" id="cXE-9R-4sD"/>
  1410. <constraint firstAttribute="width" constant="91" id="p0l-Of-MOe"/>
  1411. </constraints>
  1412. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1413. <nil key="highlightedColor"/>
  1414. <variation key="widthClass=compact" misplaced="YES">
  1415. <rect key="frame" x="181" y="170" width="38" height="21"/>
  1416. </variation>
  1417. </label>
  1418. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your Authentication Code will expire within: " textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oGZ-NV-ENk">
  1419. <rect key="frame" x="164" y="8" width="272" height="36"/>
  1420. <constraints>
  1421. <constraint firstAttribute="width" constant="272" id="g8x-dd-Deq"/>
  1422. <constraint firstAttribute="height" constant="36" id="uZB-Hy-SSA"/>
  1423. </constraints>
  1424. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  1425. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1426. <nil key="highlightedColor"/>
  1427. <variation key="widthClass=compact" misplaced="YES">
  1428. <rect key="frame" x="63" y="199" width="275" height="36"/>
  1429. </variation>
  1430. <variation key="heightClass=compact-widthClass=compact" misplaced="YES">
  1431. <rect key="frame" x="65" y="37" width="272" height="36"/>
  1432. </variation>
  1433. <variation key="heightClass=regular-widthClass=compact" misplaced="YES">
  1434. <rect key="frame" x="65" y="189" width="272" height="36"/>
  1435. </variation>
  1436. </label>
  1437. </subviews>
  1438. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1439. <constraints>
  1440. <constraint firstItem="INi-fc-Xgc" firstAttribute="top" secondItem="oGZ-NV-ENk" secondAttribute="bottom" constant="8" id="1Os-uK-m8Z"/>
  1441. <constraint firstItem="oGZ-NV-ENk" firstAttribute="top" secondItem="mJE-vA-KAo" secondAttribute="top" constant="8" id="IEe-6S-224"/>
  1442. <constraint firstAttribute="bottom" secondItem="oGZ-NV-ENk" secondAttribute="bottom" constant="49" id="Lgv-jM-mNL"/>
  1443. <constraint firstItem="oGZ-NV-ENk" firstAttribute="centerX" secondItem="mJE-vA-KAo" secondAttribute="centerX" id="dDb-07-odB"/>
  1444. <constraint firstItem="INi-fc-Xgc" firstAttribute="top" secondItem="mJE-vA-KAo" secondAttribute="top" constant="52" id="pCd-MA-adL"/>
  1445. <constraint firstAttribute="bottom" secondItem="INi-fc-Xgc" secondAttribute="bottom" constant="20" id="sYc-0X-5Ns"/>
  1446. <constraint firstItem="INi-fc-Xgc" firstAttribute="centerX" secondItem="mJE-vA-KAo" secondAttribute="centerX" id="z7h-UA-Vde"/>
  1447. </constraints>
  1448. </view>
  1449. <prototypes>
  1450. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="forgotPasswordCell" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="codeCell" rowHeight="63" id="aE6-Ne-I9d" customClass="IPForgotPasswordTableViewCell">
  1451. <rect key="frame" x="0.0" y="49.5" width="600" height="63"/>
  1452. <autoresizingMask key="autoresizingMask"/>
  1453. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="aE6-Ne-I9d" id="6zI-zH-VG7">
  1454. <rect key="frame" x="0.0" y="0.0" width="600" height="62.5"/>
  1455. <autoresizingMask key="autoresizingMask"/>
  1456. <subviews>
  1457. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter OTP" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="WJG-Hf-WdF" customClass="IPValidatedTextField">
  1458. <rect key="frame" x="16" y="22" width="576" height="32"/>
  1459. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1460. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  1461. <userDefinedRuntimeAttributes>
  1462. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1463. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1464. </userDefinedRuntimeAttribute>
  1465. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1466. <real key="value" value="-2"/>
  1467. </userDefinedRuntimeAttribute>
  1468. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1469. <integer key="value" value="6"/>
  1470. </userDefinedRuntimeAttribute>
  1471. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  1472. <integer key="value" value="6"/>
  1473. </userDefinedRuntimeAttribute>
  1474. </userDefinedRuntimeAttributes>
  1475. </textField>
  1476. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c5g-Au-G3T">
  1477. <rect key="frame" x="16" y="8" width="576" height="12"/>
  1478. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1479. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1480. <nil key="highlightedColor"/>
  1481. </label>
  1482. </subviews>
  1483. <constraints>
  1484. <constraint firstAttribute="trailingMargin" secondItem="WJG-Hf-WdF" secondAttribute="trailing" id="7dd-xI-5WG"/>
  1485. <constraint firstItem="WJG-Hf-WdF" firstAttribute="top" secondItem="c5g-Au-G3T" secondAttribute="bottom" constant="2" id="Ffr-Hl-Qne"/>
  1486. <constraint firstItem="WJG-Hf-WdF" firstAttribute="leading" secondItem="6zI-zH-VG7" secondAttribute="leadingMargin" constant="8" id="LfS-fm-ee8"/>
  1487. <constraint firstAttribute="topMargin" secondItem="c5g-Au-G3T" secondAttribute="top" id="WhQ-Sw-9Z5"/>
  1488. <constraint firstItem="c5g-Au-G3T" firstAttribute="leading" secondItem="6zI-zH-VG7" secondAttribute="leadingMargin" constant="8" id="ia7-ir-u0E"/>
  1489. <constraint firstAttribute="trailingMargin" secondItem="c5g-Au-G3T" secondAttribute="trailing" id="rwq-M4-LVc"/>
  1490. <constraint firstAttribute="bottomMargin" secondItem="WJG-Hf-WdF" secondAttribute="bottom" id="vck-zu-1HC"/>
  1491. </constraints>
  1492. </tableViewCellContentView>
  1493. <connections>
  1494. <outlet property="helpLabel" destination="c5g-Au-G3T" id="oUW-yD-E3P"/>
  1495. <outlet property="otpTextField" destination="WJG-Hf-WdF" id="tlW-kT-Cf4"/>
  1496. </connections>
  1497. </tableViewCell>
  1498. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="passwordCell" id="8VL-6o-eWo" customClass="IPTextInputTableViewCell">
  1499. <rect key="frame" x="0.0" y="112.5" width="600" height="44"/>
  1500. <autoresizingMask key="autoresizingMask"/>
  1501. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8VL-6o-eWo" id="Zac-wK-gwE">
  1502. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1503. <autoresizingMask key="autoresizingMask"/>
  1504. <subviews>
  1505. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qfB-ze-mEh" customClass="IPValidatedTextField">
  1506. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1507. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  1508. <textInputTraits key="textInputTraits"/>
  1509. <userDefinedRuntimeAttributes>
  1510. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1511. <integer key="value" value="8"/>
  1512. </userDefinedRuntimeAttribute>
  1513. <userDefinedRuntimeAttribute type="boolean" keyPath="isAlphaNumeric" value="YES"/>
  1514. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1515. <real key="value" value="-2"/>
  1516. </userDefinedRuntimeAttribute>
  1517. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1518. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1519. </userDefinedRuntimeAttribute>
  1520. </userDefinedRuntimeAttributes>
  1521. </textField>
  1522. </subviews>
  1523. <constraints>
  1524. <constraint firstItem="qfB-ze-mEh" firstAttribute="leading" secondItem="Zac-wK-gwE" secondAttribute="leadingMargin" constant="7" id="XPS-Fz-vSo"/>
  1525. <constraint firstAttribute="bottomMargin" secondItem="qfB-ze-mEh" secondAttribute="bottom" constant="-1" id="e1U-Yc-DV6"/>
  1526. <constraint firstItem="qfB-ze-mEh" firstAttribute="trailing" secondItem="Zac-wK-gwE" secondAttribute="trailingMargin" id="iDY-mz-WIv"/>
  1527. <constraint firstItem="qfB-ze-mEh" firstAttribute="top" secondItem="Zac-wK-gwE" secondAttribute="topMargin" constant="-1" id="joJ-q0-9Qv"/>
  1528. </constraints>
  1529. </tableViewCellContentView>
  1530. </tableViewCell>
  1531. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="resetPasswordCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="resetPasswordCell" textLabel="W17-cg-x0b" style="IBUITableViewCellStyleDefault" id="vph-zE-dHv" customClass="IPTintedTableViewCell">
  1532. <rect key="frame" x="0.0" y="156.5" width="600" height="44"/>
  1533. <autoresizingMask key="autoresizingMask"/>
  1534. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="vph-zE-dHv" id="eiW-gU-nGm">
  1535. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1536. <autoresizingMask key="autoresizingMask"/>
  1537. <subviews>
  1538. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Reset Password" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="W17-cg-x0b">
  1539. <rect key="frame" x="15" y="0.0" width="570" height="43.5"/>
  1540. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1541. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1542. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1543. <nil key="highlightedColor"/>
  1544. </label>
  1545. </subviews>
  1546. </tableViewCellContentView>
  1547. </tableViewCell>
  1548. </prototypes>
  1549. <sections/>
  1550. <connections>
  1551. <outlet property="dataSource" destination="0Nh-EQ-x9x" id="S2p-r5-DYw"/>
  1552. <outlet property="delegate" destination="0Nh-EQ-x9x" id="H9u-LW-RSH"/>
  1553. </connections>
  1554. </tableView>
  1555. <navigationItem key="navigationItem" title="Reset Password" id="EUd-nL-CDa"/>
  1556. <connections>
  1557. <outlet property="timeLabel" destination="INi-fc-Xgc" id="72u-ah-Pg2"/>
  1558. </connections>
  1559. </tableViewController>
  1560. <placeholder placeholderIdentifier="IBFirstResponder" id="sQh-0d-6u9" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1561. </objects>
  1562. <point key="canvasLocation" x="4754" y="263"/>
  1563. </scene>
  1564. <!--Enter OTP Untrusted Device-->
  1565. <scene sceneID="pjZ-u1-bLn">
  1566. <objects>
  1567. <tableViewController storyboardIdentifier="IPLoginOTPTableViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="VNv-f6-Poh" userLabel="Enter OTP Untrusted Device" customClass="IPLoginOTPTableViewController" sceneMemberID="viewController">
  1568. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="k6F-fA-KNU">
  1569. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  1570. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1571. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  1572. <view key="tableFooterView" contentMode="scaleToFill" id="bUd-Ih-0l4">
  1573. <rect key="frame" x="0.0" y="155.5" width="600" height="226"/>
  1574. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1575. <subviews>
  1576. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PSh-kl-tAb">
  1577. <rect key="frame" x="154" y="8" width="293" height="86"/>
  1578. <constraints>
  1579. <constraint firstAttribute="height" constant="86" id="2Oq-T3-BAO"/>
  1580. <constraint firstAttribute="width" constant="293" id="2nQ-am-SgB"/>
  1581. </constraints>
  1582. <string key="text">You are seeing this because you are logging in from this device for the first time or you have reached the maximum number of trusted devices that can be added.</string>
  1583. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  1584. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1585. <nil key="highlightedColor"/>
  1586. </label>
  1587. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" 00:00:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fbz-5Y-jC7">
  1588. <rect key="frame" x="264" y="102" width="72" height="21"/>
  1589. <constraints>
  1590. <constraint firstAttribute="width" constant="72" id="2DF-fW-oBF"/>
  1591. <constraint firstAttribute="height" constant="21" id="YoK-cu-qK3"/>
  1592. </constraints>
  1593. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1594. <nil key="highlightedColor"/>
  1595. <variation key="widthClass=compact" misplaced="YES">
  1596. <rect key="frame" x="181" y="170" width="38" height="21"/>
  1597. </variation>
  1598. </label>
  1599. <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gGW-UI-9AL">
  1600. <rect key="frame" x="253" y="175" width="95" height="30"/>
  1601. <constraints>
  1602. <constraint firstAttribute="width" constant="95" id="pfu-eZ-nlJ"/>
  1603. </constraints>
  1604. <state key="normal" title="Resend Code"/>
  1605. <variation key="widthClass=compact" misplaced="YES">
  1606. <rect key="frame" x="153" y="243" width="95" height="30"/>
  1607. </variation>
  1608. <variation key="heightClass=compact-widthClass=compact" misplaced="YES">
  1609. <rect key="frame" x="153" y="175" width="95" height="30"/>
  1610. </variation>
  1611. <variation key="heightClass=regular-widthClass=compact" misplaced="YES">
  1612. <rect key="frame" x="153" y="233" width="95" height="30"/>
  1613. </variation>
  1614. <connections>
  1615. <action selector="resendCodeButtonPressed:" destination="VNv-f6-Poh" eventType="touchUpInside" id="POf-eX-1Ck"/>
  1616. </connections>
  1617. </button>
  1618. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="If you have not received the SMS, please press Resend Code after the time elapses" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ab2-Ae-BCS">
  1619. <rect key="frame" x="164" y="131" width="272" height="36"/>
  1620. <constraints>
  1621. <constraint firstAttribute="width" constant="272" id="292-e5-dOQ"/>
  1622. <constraint firstAttribute="height" constant="36" id="P7X-5e-BpD"/>
  1623. </constraints>
  1624. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  1625. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1626. <nil key="highlightedColor"/>
  1627. <variation key="widthClass=compact" misplaced="YES">
  1628. <rect key="frame" x="63" y="199" width="275" height="36"/>
  1629. </variation>
  1630. <variation key="heightClass=compact-widthClass=compact" misplaced="YES">
  1631. <rect key="frame" x="65" y="131" width="272" height="36"/>
  1632. </variation>
  1633. <variation key="heightClass=regular-widthClass=compact" misplaced="YES">
  1634. <rect key="frame" x="65" y="189" width="272" height="36"/>
  1635. </variation>
  1636. </label>
  1637. </subviews>
  1638. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1639. <constraints>
  1640. <constraint firstItem="gGW-UI-9AL" firstAttribute="top" secondItem="ab2-Ae-BCS" secondAttribute="bottom" constant="8" symbolic="YES" id="5YD-6o-e1b"/>
  1641. <constraint firstItem="fbz-5Y-jC7" firstAttribute="centerX" secondItem="bUd-Ih-0l4" secondAttribute="centerX" id="8Nq-Ov-axS"/>
  1642. <constraint firstItem="ab2-Ae-BCS" firstAttribute="centerX" secondItem="fbz-5Y-jC7" secondAttribute="centerX" id="ToV-i5-0ep"/>
  1643. <constraint firstItem="ab2-Ae-BCS" firstAttribute="centerX" secondItem="gGW-UI-9AL" secondAttribute="centerX" id="avb-1W-c4r"/>
  1644. <constraint firstItem="PSh-kl-tAb" firstAttribute="top" secondItem="bUd-Ih-0l4" secondAttribute="topMargin" id="dPD-PW-wVg"/>
  1645. <constraint firstItem="ab2-Ae-BCS" firstAttribute="top" secondItem="fbz-5Y-jC7" secondAttribute="bottom" constant="8" symbolic="YES" id="iUr-1L-3cW"/>
  1646. <constraint firstItem="fbz-5Y-jC7" firstAttribute="top" secondItem="PSh-kl-tAb" secondAttribute="bottom" constant="8" symbolic="YES" id="kPq-zz-93W"/>
  1647. <constraint firstItem="fbz-5Y-jC7" firstAttribute="centerX" secondItem="PSh-kl-tAb" secondAttribute="centerX" id="qNN-Kg-FXn"/>
  1648. </constraints>
  1649. </view>
  1650. <sections>
  1651. <tableViewSection headerTitle="We have sent you a code via SMS, please enter it below and press Verify" id="dj1-vC-J69">
  1652. <cells>
  1653. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="FVv-gc-A8B" customClass="IPTextInputTableViewCell">
  1654. <rect key="frame" x="0.0" y="49.5" width="600" height="44"/>
  1655. <autoresizingMask key="autoresizingMask"/>
  1656. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="FVv-gc-A8B" id="GIP-BK-plW">
  1657. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1658. <autoresizingMask key="autoresizingMask"/>
  1659. <subviews>
  1660. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter Code" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Zso-ya-ysr" customClass="IPValidatedTextField">
  1661. <rect key="frame" x="8" y="7" width="584" height="30"/>
  1662. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1663. <textInputTraits key="textInputTraits" keyboardType="numberPad" enablesReturnKeyAutomatically="YES"/>
  1664. <userDefinedRuntimeAttributes>
  1665. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1666. <real key="value" value="-2"/>
  1667. </userDefinedRuntimeAttribute>
  1668. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1669. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1670. </userDefinedRuntimeAttribute>
  1671. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1672. <integer key="value" value="6"/>
  1673. </userDefinedRuntimeAttribute>
  1674. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  1675. <integer key="value" value="6"/>
  1676. </userDefinedRuntimeAttribute>
  1677. </userDefinedRuntimeAttributes>
  1678. <connections>
  1679. <outlet property="delegate" destination="VNv-f6-Poh" id="XEI-cu-6RF"/>
  1680. </connections>
  1681. </textField>
  1682. </subviews>
  1683. <constraints>
  1684. <constraint firstItem="Zso-ya-ysr" firstAttribute="centerY" secondItem="GIP-BK-plW" secondAttribute="centerY" id="0YS-kh-zaS"/>
  1685. <constraint firstItem="Zso-ya-ysr" firstAttribute="top" secondItem="GIP-BK-plW" secondAttribute="topMargin" constant="-1" id="1dq-vg-CSS"/>
  1686. <constraint firstItem="Zso-ya-ysr" firstAttribute="trailing" secondItem="GIP-BK-plW" secondAttribute="trailingMargin" id="Ckv-Mo-x9L"/>
  1687. <constraint firstItem="Zso-ya-ysr" firstAttribute="leading" secondItem="GIP-BK-plW" secondAttribute="leadingMargin" id="x81-a1-7bC"/>
  1688. </constraints>
  1689. </tableViewCellContentView>
  1690. </tableViewCell>
  1691. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" textLabel="BvX-Ef-bKs" style="IBUITableViewCellStyleDefault" id="7I8-r5-ed1" customClass="IPTintedTableViewCell">
  1692. <rect key="frame" x="0.0" y="93.5" width="600" height="44"/>
  1693. <autoresizingMask key="autoresizingMask"/>
  1694. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="7I8-r5-ed1" id="Shc-Ey-Udx">
  1695. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1696. <autoresizingMask key="autoresizingMask"/>
  1697. <subviews>
  1698. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Verify" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="BvX-Ef-bKs">
  1699. <rect key="frame" x="15" y="0.0" width="570" height="43.5"/>
  1700. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1701. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1702. <nil key="highlightedColor"/>
  1703. </label>
  1704. </subviews>
  1705. </tableViewCellContentView>
  1706. <connections>
  1707. <segue destination="ycS-DQ-Zfz" kind="custom" identifier="ToHomeFromLoginOTP" customClass="RBStoryboardModalSegue" id="ZUL-Lc-Jct"/>
  1708. </connections>
  1709. </tableViewCell>
  1710. </cells>
  1711. </tableViewSection>
  1712. </sections>
  1713. <connections>
  1714. <outlet property="dataSource" destination="VNv-f6-Poh" id="BZw-zM-atV"/>
  1715. <outlet property="delegate" destination="VNv-f6-Poh" id="oAf-dy-Qg5"/>
  1716. </connections>
  1717. </tableView>
  1718. <navigationItem key="navigationItem" title="Enter Code" id="xpa-AZ-kHI"/>
  1719. <connections>
  1720. <outlet property="enterCodeTextField" destination="Zso-ya-ysr" id="D9u-g3-dSV"/>
  1721. <outlet property="resendCodeButton" destination="gGW-UI-9AL" id="6aJ-1u-bty"/>
  1722. <outlet property="timeLabel" destination="fbz-5Y-jC7" id="B20-4n-vDV"/>
  1723. </connections>
  1724. </tableViewController>
  1725. <placeholder placeholderIdentifier="IBFirstResponder" id="gFb-dC-qFh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1726. </objects>
  1727. <point key="canvasLocation" x="2453" y="985"/>
  1728. </scene>
  1729. <!--Storyboard Link-->
  1730. <scene sceneID="Pbb-R0-Y83">
  1731. <objects>
  1732. <viewController id="ycS-DQ-Zfz" customClass="RBStoryboardLink" sceneMemberID="viewController">
  1733. <layoutGuides>
  1734. <viewControllerLayoutGuide type="top" id="Yjf-QB-XTm"/>
  1735. <viewControllerLayoutGuide type="bottom" id="zcG-q7-Xb4"/>
  1736. </layoutGuides>
  1737. <view key="view" contentMode="scaleToFill" id="RoP-fD-UqZ">
  1738. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  1739. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1740. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1741. </view>
  1742. <userDefinedRuntimeAttributes>
  1743. <userDefinedRuntimeAttribute type="string" keyPath="storyboardName" value="MainTabs"/>
  1744. </userDefinedRuntimeAttributes>
  1745. </viewController>
  1746. <placeholder placeholderIdentifier="IBFirstResponder" id="4qr-Kl-QlD" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1747. </objects>
  1748. <point key="canvasLocation" x="4320" y="1038"/>
  1749. </scene>
  1750. <!--Enter Business Info-->
  1751. <scene sceneID="XGR-Xx-K9a">
  1752. <objects>
  1753. <tableViewController title="Enter Business Info" id="Dir-B9-yqi" customClass="IPAddBusinessAccountBusinessInfoTableViewController" sceneMemberID="viewController">
  1754. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="jQ6-qI-uYm">
  1755. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  1756. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1757. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  1758. <progressView key="tableHeaderView" opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progressViewStyle="bar" progress="0.67000000000000004" id="bNN-WV-qj6">
  1759. <rect key="frame" x="0.0" y="64" width="600" height="3"/>
  1760. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1761. <color key="tintColor" red="0.94117647059999998" green="0.50980392159999999" blue="0.094117647060000004" alpha="1" colorSpace="calibratedRGB"/>
  1762. </progressView>
  1763. <sections>
  1764. <tableViewSection headerTitle="Business Information" id="pUQ-8k-VPF">
  1765. <cells>
  1766. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="ZiZ-6Y-SrR" customClass="IPTextInputTableViewCell">
  1767. <rect key="frame" x="0.0" y="116" width="600" height="44"/>
  1768. <autoresizingMask key="autoresizingMask"/>
  1769. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ZiZ-6Y-SrR" id="q3J-32-wV4">
  1770. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1771. <autoresizingMask key="autoresizingMask"/>
  1772. <subviews>
  1773. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Business Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="i2O-9p-pmb" customClass="IPValidatedTextField">
  1774. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1775. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1776. <textInputTraits key="textInputTraits"/>
  1777. <userDefinedRuntimeAttributes>
  1778. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1779. <real key="value" value="-2"/>
  1780. </userDefinedRuntimeAttribute>
  1781. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1782. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1783. </userDefinedRuntimeAttribute>
  1784. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1785. <integer key="value" value="1"/>
  1786. </userDefinedRuntimeAttribute>
  1787. </userDefinedRuntimeAttributes>
  1788. <connections>
  1789. <outlet property="delegate" destination="Dir-B9-yqi" id="epE-tM-XRE"/>
  1790. </connections>
  1791. </textField>
  1792. </subviews>
  1793. <constraints>
  1794. <constraint firstItem="i2O-9p-pmb" firstAttribute="leading" secondItem="q3J-32-wV4" secondAttribute="leadingMargin" constant="7" id="AJf-bk-NER"/>
  1795. <constraint firstItem="i2O-9p-pmb" firstAttribute="top" secondItem="q3J-32-wV4" secondAttribute="topMargin" constant="-1" id="APH-Yi-fWd"/>
  1796. <constraint firstItem="i2O-9p-pmb" firstAttribute="centerY" secondItem="q3J-32-wV4" secondAttribute="centerY" id="tEW-h1-Qth"/>
  1797. <constraint firstItem="i2O-9p-pmb" firstAttribute="trailing" secondItem="q3J-32-wV4" secondAttribute="trailingMargin" id="z5A-lN-y17"/>
  1798. </constraints>
  1799. </tableViewCellContentView>
  1800. </tableViewCell>
  1801. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="IHY-IE-Nt0" customClass="IPTextInputTableViewCell">
  1802. <rect key="frame" x="0.0" y="160" width="600" height="44"/>
  1803. <autoresizingMask key="autoresizingMask"/>
  1804. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="IHY-IE-Nt0" id="vuF-vt-MV2">
  1805. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1806. <autoresizingMask key="autoresizingMask"/>
  1807. <subviews>
  1808. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Business Type" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="MPz-iB-98w" customClass="IPValidatedTextField">
  1809. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1810. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1811. <textInputTraits key="textInputTraits"/>
  1812. <userDefinedRuntimeAttributes>
  1813. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1814. <real key="value" value="-2"/>
  1815. </userDefinedRuntimeAttribute>
  1816. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1817. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1818. </userDefinedRuntimeAttribute>
  1819. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1820. <integer key="value" value="1"/>
  1821. </userDefinedRuntimeAttribute>
  1822. </userDefinedRuntimeAttributes>
  1823. <connections>
  1824. <outlet property="delegate" destination="Dir-B9-yqi" id="bln-DU-108"/>
  1825. </connections>
  1826. </textField>
  1827. </subviews>
  1828. <constraints>
  1829. <constraint firstItem="MPz-iB-98w" firstAttribute="top" secondItem="vuF-vt-MV2" secondAttribute="topMargin" constant="-1" id="76v-Es-nNE"/>
  1830. <constraint firstItem="MPz-iB-98w" firstAttribute="centerY" secondItem="vuF-vt-MV2" secondAttribute="centerY" id="Jo4-3B-LYx"/>
  1831. <constraint firstItem="MPz-iB-98w" firstAttribute="leading" secondItem="vuF-vt-MV2" secondAttribute="leadingMargin" constant="7" id="U5Y-la-zdL"/>
  1832. <constraint firstItem="MPz-iB-98w" firstAttribute="trailing" secondItem="vuF-vt-MV2" secondAttribute="trailingMargin" id="huB-xQ-UYa"/>
  1833. </constraints>
  1834. </tableViewCellContentView>
  1835. </tableViewCell>
  1836. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="NgA-Rk-e2W" customClass="IPTextInputTableViewCell">
  1837. <rect key="frame" x="0.0" y="204" width="600" height="44"/>
  1838. <autoresizingMask key="autoresizingMask"/>
  1839. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="NgA-Rk-e2W" id="T2v-e3-5CI">
  1840. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1841. <autoresizingMask key="autoresizingMask"/>
  1842. <subviews>
  1843. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Business Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Fwr-1J-8iG" customClass="IPValidatedTextField">
  1844. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1845. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1846. <textInputTraits key="textInputTraits" keyboardType="emailAddress"/>
  1847. <userDefinedRuntimeAttributes>
  1848. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1849. <real key="value" value="-2"/>
  1850. </userDefinedRuntimeAttribute>
  1851. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1852. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1853. </userDefinedRuntimeAttribute>
  1854. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1855. <integer key="value" value="1"/>
  1856. </userDefinedRuntimeAttribute>
  1857. </userDefinedRuntimeAttributes>
  1858. <connections>
  1859. <outlet property="delegate" destination="Dir-B9-yqi" id="czA-Td-M5X"/>
  1860. </connections>
  1861. </textField>
  1862. </subviews>
  1863. <constraints>
  1864. <constraint firstItem="Fwr-1J-8iG" firstAttribute="top" secondItem="T2v-e3-5CI" secondAttribute="topMargin" constant="-1" id="A2x-bp-3UH"/>
  1865. <constraint firstItem="Fwr-1J-8iG" firstAttribute="leading" secondItem="T2v-e3-5CI" secondAttribute="leadingMargin" constant="7" id="C0P-Xc-rys"/>
  1866. <constraint firstItem="Fwr-1J-8iG" firstAttribute="centerY" secondItem="T2v-e3-5CI" secondAttribute="centerY" id="NuC-vp-E7f"/>
  1867. <constraint firstItem="Fwr-1J-8iG" firstAttribute="trailing" secondItem="T2v-e3-5CI" secondAttribute="trailingMargin" id="jR2-IG-jMO"/>
  1868. </constraints>
  1869. </tableViewCellContentView>
  1870. </tableViewCell>
  1871. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="7gR-2N-Fb6" customClass="IPTextInputTableViewCell">
  1872. <rect key="frame" x="0.0" y="248" width="600" height="44"/>
  1873. <autoresizingMask key="autoresizingMask"/>
  1874. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="7gR-2N-Fb6" id="bn0-k6-FdH">
  1875. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1876. <autoresizingMask key="autoresizingMask"/>
  1877. <subviews>
  1878. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Business Address Line 1" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="W4m-93-7Fa" customClass="IPValidatedTextField">
  1879. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1880. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1881. <textInputTraits key="textInputTraits"/>
  1882. <userDefinedRuntimeAttributes>
  1883. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1884. <real key="value" value="-2"/>
  1885. </userDefinedRuntimeAttribute>
  1886. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1887. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1888. </userDefinedRuntimeAttribute>
  1889. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1890. <integer key="value" value="1"/>
  1891. </userDefinedRuntimeAttribute>
  1892. </userDefinedRuntimeAttributes>
  1893. <connections>
  1894. <outlet property="delegate" destination="Dir-B9-yqi" id="U3i-fq-dS4"/>
  1895. </connections>
  1896. </textField>
  1897. </subviews>
  1898. <constraints>
  1899. <constraint firstItem="W4m-93-7Fa" firstAttribute="top" secondItem="bn0-k6-FdH" secondAttribute="topMargin" constant="-1" id="OK6-pI-12W"/>
  1900. <constraint firstItem="W4m-93-7Fa" firstAttribute="trailing" secondItem="bn0-k6-FdH" secondAttribute="trailingMargin" id="Rui-EV-wGX"/>
  1901. <constraint firstItem="W4m-93-7Fa" firstAttribute="centerY" secondItem="bn0-k6-FdH" secondAttribute="centerY" id="fel-1P-lxr"/>
  1902. <constraint firstItem="W4m-93-7Fa" firstAttribute="leading" secondItem="bn0-k6-FdH" secondAttribute="leadingMargin" constant="7" id="h7g-k0-J6K"/>
  1903. </constraints>
  1904. </tableViewCellContentView>
  1905. </tableViewCell>
  1906. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="M2v-yu-jPn" customClass="IPTextInputTableViewCell">
  1907. <rect key="frame" x="0.0" y="292" width="600" height="44"/>
  1908. <autoresizingMask key="autoresizingMask"/>
  1909. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="M2v-yu-jPn" id="QU5-6a-0hR">
  1910. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1911. <autoresizingMask key="autoresizingMask"/>
  1912. <subviews>
  1913. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Business Address Line 2" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="cH8-e4-3VA" customClass="IPValidatedTextField">
  1914. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1915. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1916. <textInputTraits key="textInputTraits"/>
  1917. <userDefinedRuntimeAttributes>
  1918. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1919. <real key="value" value="-2"/>
  1920. </userDefinedRuntimeAttribute>
  1921. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1922. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1923. </userDefinedRuntimeAttribute>
  1924. </userDefinedRuntimeAttributes>
  1925. <connections>
  1926. <outlet property="delegate" destination="Dir-B9-yqi" id="XkO-Cr-QPC"/>
  1927. </connections>
  1928. </textField>
  1929. </subviews>
  1930. <constraints>
  1931. <constraint firstItem="cH8-e4-3VA" firstAttribute="top" secondItem="QU5-6a-0hR" secondAttribute="topMargin" constant="-1" id="0mO-Ax-Ul9"/>
  1932. <constraint firstItem="cH8-e4-3VA" firstAttribute="trailing" secondItem="QU5-6a-0hR" secondAttribute="trailingMargin" id="EOJ-7S-0Be"/>
  1933. <constraint firstItem="cH8-e4-3VA" firstAttribute="leading" secondItem="QU5-6a-0hR" secondAttribute="leadingMargin" constant="7" id="EXE-yb-bFc"/>
  1934. <constraint firstItem="cH8-e4-3VA" firstAttribute="centerY" secondItem="QU5-6a-0hR" secondAttribute="centerY" id="gqS-dp-Lzr"/>
  1935. </constraints>
  1936. </tableViewCellContentView>
  1937. </tableViewCell>
  1938. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="BT9-ua-bIT" customClass="IPTextInputTableViewCell">
  1939. <rect key="frame" x="0.0" y="336" width="600" height="44"/>
  1940. <autoresizingMask key="autoresizingMask"/>
  1941. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BT9-ua-bIT" id="f3W-2m-Dgc">
  1942. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1943. <autoresizingMask key="autoresizingMask"/>
  1944. <subviews>
  1945. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Thana" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="swE-1h-xSh" customClass="IPValidatedTextField">
  1946. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1947. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1948. <textInputTraits key="textInputTraits"/>
  1949. <userDefinedRuntimeAttributes>
  1950. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1951. <real key="value" value="-2"/>
  1952. </userDefinedRuntimeAttribute>
  1953. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1954. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1955. </userDefinedRuntimeAttribute>
  1956. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1957. <integer key="value" value="1"/>
  1958. </userDefinedRuntimeAttribute>
  1959. </userDefinedRuntimeAttributes>
  1960. <connections>
  1961. <outlet property="delegate" destination="Dir-B9-yqi" id="9JG-j6-i2V"/>
  1962. </connections>
  1963. </textField>
  1964. </subviews>
  1965. <constraints>
  1966. <constraint firstItem="swE-1h-xSh" firstAttribute="top" secondItem="f3W-2m-Dgc" secondAttribute="topMargin" constant="-1" id="5yb-qb-cWW"/>
  1967. <constraint firstItem="swE-1h-xSh" firstAttribute="leading" secondItem="f3W-2m-Dgc" secondAttribute="leadingMargin" constant="7" id="C3h-WF-8UQ"/>
  1968. <constraint firstItem="swE-1h-xSh" firstAttribute="centerY" secondItem="f3W-2m-Dgc" secondAttribute="centerY" id="GA8-pP-GOl"/>
  1969. <constraint firstItem="swE-1h-xSh" firstAttribute="trailing" secondItem="f3W-2m-Dgc" secondAttribute="trailingMargin" id="HXu-6b-nJ3"/>
  1970. </constraints>
  1971. </tableViewCellContentView>
  1972. </tableViewCell>
  1973. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="BYl-dD-TeO" customClass="IPTextInputTableViewCell">
  1974. <rect key="frame" x="0.0" y="380" width="600" height="44"/>
  1975. <autoresizingMask key="autoresizingMask"/>
  1976. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BYl-dD-TeO" id="1SK-WR-M4R">
  1977. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  1978. <autoresizingMask key="autoresizingMask"/>
  1979. <subviews>
  1980. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="District" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="J1d-Mk-uRa" customClass="IPValidatedTextField">
  1981. <rect key="frame" x="15" y="7" width="577" height="30"/>
  1982. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1983. <textInputTraits key="textInputTraits"/>
  1984. <userDefinedRuntimeAttributes>
  1985. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  1986. <real key="value" value="-2"/>
  1987. </userDefinedRuntimeAttribute>
  1988. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  1989. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  1990. </userDefinedRuntimeAttribute>
  1991. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  1992. <integer key="value" value="1"/>
  1993. </userDefinedRuntimeAttribute>
  1994. </userDefinedRuntimeAttributes>
  1995. <connections>
  1996. <outlet property="delegate" destination="Dir-B9-yqi" id="1k5-hs-eMP"/>
  1997. </connections>
  1998. </textField>
  1999. </subviews>
  2000. <constraints>
  2001. <constraint firstItem="J1d-Mk-uRa" firstAttribute="centerY" secondItem="1SK-WR-M4R" secondAttribute="centerY" id="7wr-Pg-sWy"/>
  2002. <constraint firstItem="J1d-Mk-uRa" firstAttribute="trailing" secondItem="1SK-WR-M4R" secondAttribute="trailingMargin" id="APa-7H-cxB"/>
  2003. <constraint firstItem="J1d-Mk-uRa" firstAttribute="top" secondItem="1SK-WR-M4R" secondAttribute="topMargin" constant="-1" id="JcS-N0-1pS"/>
  2004. <constraint firstItem="J1d-Mk-uRa" firstAttribute="leading" secondItem="1SK-WR-M4R" secondAttribute="leadingMargin" constant="7" id="OzJ-05-Ys9"/>
  2005. </constraints>
  2006. </tableViewCellContentView>
  2007. </tableViewCell>
  2008. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="eFm-9f-6iy" customClass="IPTextInputTableViewCell">
  2009. <rect key="frame" x="0.0" y="424" width="600" height="44"/>
  2010. <autoresizingMask key="autoresizingMask"/>
  2011. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="eFm-9f-6iy" id="1YN-3p-SRc">
  2012. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2013. <autoresizingMask key="autoresizingMask"/>
  2014. <subviews>
  2015. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Postal Code" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4S4-Jf-Kqi" customClass="IPValidatedTextField">
  2016. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2017. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2018. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  2019. <userDefinedRuntimeAttributes>
  2020. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2021. <real key="value" value="-2"/>
  2022. </userDefinedRuntimeAttribute>
  2023. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2024. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2025. </userDefinedRuntimeAttribute>
  2026. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2027. <integer key="value" value="4"/>
  2028. </userDefinedRuntimeAttribute>
  2029. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  2030. <integer key="value" value="4"/>
  2031. </userDefinedRuntimeAttribute>
  2032. </userDefinedRuntimeAttributes>
  2033. <connections>
  2034. <outlet property="delegate" destination="Dir-B9-yqi" id="M9x-Hy-bK7"/>
  2035. </connections>
  2036. </textField>
  2037. </subviews>
  2038. <constraints>
  2039. <constraint firstItem="4S4-Jf-Kqi" firstAttribute="centerY" secondItem="1YN-3p-SRc" secondAttribute="centerY" id="hzw-Qk-Xyy"/>
  2040. <constraint firstItem="4S4-Jf-Kqi" firstAttribute="leading" secondItem="1YN-3p-SRc" secondAttribute="leadingMargin" constant="7" id="r8B-uu-ELO"/>
  2041. <constraint firstItem="4S4-Jf-Kqi" firstAttribute="trailing" secondItem="1YN-3p-SRc" secondAttribute="trailingMargin" id="shE-52-JXP"/>
  2042. <constraint firstItem="4S4-Jf-Kqi" firstAttribute="top" secondItem="1YN-3p-SRc" secondAttribute="topMargin" constant="-1" id="wtc-LI-zOk"/>
  2043. </constraints>
  2044. </tableViewCellContentView>
  2045. </tableViewCell>
  2046. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Yql-JQ-uyq" customClass="IPTextInputTableViewCell">
  2047. <rect key="frame" x="0.0" y="468" width="600" height="44"/>
  2048. <autoresizingMask key="autoresizingMask"/>
  2049. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Yql-JQ-uyq" id="uja-mH-mxe">
  2050. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2051. <autoresizingMask key="autoresizingMask"/>
  2052. <subviews>
  2053. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Country" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="n8f-we-y8x" customClass="IPValidatedTextField">
  2054. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2055. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2056. <textInputTraits key="textInputTraits"/>
  2057. <userDefinedRuntimeAttributes>
  2058. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2059. <real key="value" value="-2"/>
  2060. </userDefinedRuntimeAttribute>
  2061. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2062. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2063. </userDefinedRuntimeAttribute>
  2064. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2065. <integer key="value" value="1"/>
  2066. </userDefinedRuntimeAttribute>
  2067. </userDefinedRuntimeAttributes>
  2068. <connections>
  2069. <outlet property="delegate" destination="Dir-B9-yqi" id="sTU-1U-S5x"/>
  2070. </connections>
  2071. </textField>
  2072. </subviews>
  2073. <constraints>
  2074. <constraint firstItem="n8f-we-y8x" firstAttribute="trailing" secondItem="uja-mH-mxe" secondAttribute="trailingMargin" id="0bL-RA-XOr"/>
  2075. <constraint firstItem="n8f-we-y8x" firstAttribute="leading" secondItem="uja-mH-mxe" secondAttribute="leadingMargin" constant="7" id="RBv-5Q-uDj"/>
  2076. <constraint firstItem="n8f-we-y8x" firstAttribute="centerY" secondItem="uja-mH-mxe" secondAttribute="centerY" id="rKz-qM-SkN"/>
  2077. <constraint firstItem="n8f-we-y8x" firstAttribute="top" secondItem="uja-mH-mxe" secondAttribute="topMargin" constant="-1" id="tbS-GA-GbB"/>
  2078. </constraints>
  2079. </tableViewCellContentView>
  2080. </tableViewCell>
  2081. </cells>
  2082. </tableViewSection>
  2083. <tableViewSection id="bg9-d9-ZEX">
  2084. <cells>
  2085. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="HDL-Hd-q4A" style="IBUITableViewCellStyleDefault" id="ebF-ab-2Sy" customClass="IPTintedTableViewCell">
  2086. <rect key="frame" x="0.0" y="548" width="600" height="44"/>
  2087. <autoresizingMask key="autoresizingMask"/>
  2088. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ebF-ab-2Sy" id="hyh-Eh-zrj">
  2089. <rect key="frame" x="0.0" y="0.0" width="567" height="43.5"/>
  2090. <autoresizingMask key="autoresizingMask"/>
  2091. <subviews>
  2092. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Next" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="HDL-Hd-q4A">
  2093. <rect key="frame" x="15" y="0.0" width="550" height="43.5"/>
  2094. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  2095. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  2096. <nil key="highlightedColor"/>
  2097. </label>
  2098. </subviews>
  2099. <color key="tintColor" red="0.0" green="0.58823529409999997" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
  2100. </tableViewCellContentView>
  2101. <connections>
  2102. <segue destination="N8O-d1-2M7" kind="show" id="1SP-Cb-VrR"/>
  2103. </connections>
  2104. </tableViewCell>
  2105. </cells>
  2106. </tableViewSection>
  2107. </sections>
  2108. <connections>
  2109. <outlet property="dataSource" destination="Dir-B9-yqi" id="2bl-p0-bD0"/>
  2110. <outlet property="delegate" destination="Dir-B9-yqi" id="dKU-8X-9wt"/>
  2111. </connections>
  2112. </tableView>
  2113. <navigationItem key="navigationItem" title="Business Info" id="Tk0-df-k8o"/>
  2114. <connections>
  2115. <outlet property="businessAddressLine1TextField" destination="W4m-93-7Fa" id="C3P-7T-Og4"/>
  2116. <outlet property="businessAddressLine2TextField" destination="cH8-e4-3VA" id="Ig4-Kp-pUa"/>
  2117. <outlet property="businessCountryTextField" destination="n8f-we-y8x" id="WXG-Cd-aAd"/>
  2118. <outlet property="businessDistrictTextField" destination="J1d-Mk-uRa" id="pDf-2T-VPu"/>
  2119. <outlet property="businessEmailTextField" destination="Fwr-1J-8iG" id="l4c-2R-wY2"/>
  2120. <outlet property="businessNameTextField" destination="i2O-9p-pmb" id="XMv-hK-an8"/>
  2121. <outlet property="businessPostalCodeTextField" destination="4S4-Jf-Kqi" id="9lm-Qd-yUO"/>
  2122. <outlet property="businessThanaTextField" destination="swE-1h-xSh" id="lxU-sS-aBd"/>
  2123. <outlet property="businessTypeTextField" destination="MPz-iB-98w" id="7su-cy-cnp"/>
  2124. </connections>
  2125. </tableViewController>
  2126. <placeholder placeholderIdentifier="IBFirstResponder" id="H8x-TR-xsj" userLabel="First Responder" sceneMemberID="firstResponder"/>
  2127. </objects>
  2128. <point key="canvasLocation" x="4945" y="-416"/>
  2129. </scene>
  2130. <!--Enter Account Holder Info-->
  2131. <scene sceneID="Buv-xq-EQI">
  2132. <objects>
  2133. <tableViewController title="Enter Business Info" id="N8O-d1-2M7" userLabel="Enter Account Holder Info" customClass="IPAddBusinessAccountHolderInfoTableViewController" sceneMemberID="viewController">
  2134. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="onDrag" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="npx-JI-pSv">
  2135. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  2136. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  2137. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
  2138. <progressView key="tableHeaderView" opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progressViewStyle="bar" progress="1" id="fhs-yA-e7d">
  2139. <rect key="frame" x="0.0" y="64" width="600" height="3"/>
  2140. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  2141. <color key="tintColor" red="0.94117647059999998" green="0.50980392159999999" blue="0.094117647060000004" alpha="1" colorSpace="calibratedRGB"/>
  2142. </progressView>
  2143. <sections>
  2144. <tableViewSection headerTitle="Account Holder's Information" id="xWM-wU-x2H">
  2145. <cells>
  2146. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="pUq-zh-elb" customClass="IPTextInputTableViewCell">
  2147. <rect key="frame" x="0.0" y="116" width="600" height="44"/>
  2148. <autoresizingMask key="autoresizingMask"/>
  2149. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pUq-zh-elb" id="f7A-cv-Fey">
  2150. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2151. <autoresizingMask key="autoresizingMask"/>
  2152. <subviews>
  2153. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Full Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="XYe-ku-jxq" customClass="IPValidatedTextField">
  2154. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2155. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2156. <textInputTraits key="textInputTraits"/>
  2157. <userDefinedRuntimeAttributes>
  2158. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2159. <real key="value" value="-2"/>
  2160. </userDefinedRuntimeAttribute>
  2161. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2162. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2163. </userDefinedRuntimeAttribute>
  2164. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2165. <integer key="value" value="1"/>
  2166. </userDefinedRuntimeAttribute>
  2167. </userDefinedRuntimeAttributes>
  2168. <connections>
  2169. <outlet property="delegate" destination="N8O-d1-2M7" id="UEb-5o-5Uk"/>
  2170. </connections>
  2171. </textField>
  2172. </subviews>
  2173. <constraints>
  2174. <constraint firstItem="XYe-ku-jxq" firstAttribute="leading" secondItem="f7A-cv-Fey" secondAttribute="leadingMargin" constant="7" id="GDG-yk-9t2"/>
  2175. <constraint firstItem="XYe-ku-jxq" firstAttribute="top" secondItem="f7A-cv-Fey" secondAttribute="topMargin" constant="-1" id="Myl-no-ZX8"/>
  2176. <constraint firstItem="XYe-ku-jxq" firstAttribute="centerY" secondItem="f7A-cv-Fey" secondAttribute="centerY" id="akn-pw-AcK"/>
  2177. <constraint firstItem="XYe-ku-jxq" firstAttribute="trailing" secondItem="f7A-cv-Fey" secondAttribute="trailingMargin" id="cbl-hM-DPo"/>
  2178. </constraints>
  2179. </tableViewCellContentView>
  2180. </tableViewCell>
  2181. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="THg-fs-4Z6" customClass="IPTextInputTableViewCell">
  2182. <rect key="frame" x="0.0" y="160" width="600" height="44"/>
  2183. <autoresizingMask key="autoresizingMask"/>
  2184. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="THg-fs-4Z6" id="tIA-ya-M4h">
  2185. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2186. <autoresizingMask key="autoresizingMask"/>
  2187. <subviews>
  2188. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Personal Mobile Number (+8801XXXXXXXXX)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="abc-cL-kxe" customClass="IPValidatedTextField">
  2189. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2190. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2191. <textInputTraits key="textInputTraits" keyboardType="phonePad"/>
  2192. <userDefinedRuntimeAttributes>
  2193. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2194. <real key="value" value="-2"/>
  2195. </userDefinedRuntimeAttribute>
  2196. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2197. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2198. </userDefinedRuntimeAttribute>
  2199. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2200. <integer key="value" value="14"/>
  2201. </userDefinedRuntimeAttribute>
  2202. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  2203. <integer key="value" value="14"/>
  2204. </userDefinedRuntimeAttribute>
  2205. </userDefinedRuntimeAttributes>
  2206. <connections>
  2207. <outlet property="delegate" destination="N8O-d1-2M7" id="ffP-1g-1cw"/>
  2208. </connections>
  2209. </textField>
  2210. </subviews>
  2211. <constraints>
  2212. <constraint firstItem="abc-cL-kxe" firstAttribute="trailing" secondItem="tIA-ya-M4h" secondAttribute="trailingMargin" id="9Hw-kx-6bh"/>
  2213. <constraint firstItem="abc-cL-kxe" firstAttribute="centerY" secondItem="tIA-ya-M4h" secondAttribute="centerY" id="aqe-pi-233"/>
  2214. <constraint firstItem="abc-cL-kxe" firstAttribute="leading" secondItem="tIA-ya-M4h" secondAttribute="leadingMargin" constant="7" id="hGG-uc-LG1"/>
  2215. <constraint firstItem="abc-cL-kxe" firstAttribute="top" secondItem="tIA-ya-M4h" secondAttribute="topMargin" constant="-1" id="wwA-af-v5C"/>
  2216. </constraints>
  2217. </tableViewCellContentView>
  2218. </tableViewCell>
  2219. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="9yc-E5-FEA" customClass="IPTextInputTableViewCell">
  2220. <rect key="frame" x="0.0" y="204" width="600" height="44"/>
  2221. <autoresizingMask key="autoresizingMask"/>
  2222. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="9yc-E5-FEA" id="itD-nc-uiw">
  2223. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2224. <autoresizingMask key="autoresizingMask"/>
  2225. <subviews>
  2226. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Personal Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="DZH-Mz-tCK" customClass="IPValidatedTextField">
  2227. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2228. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2229. <textInputTraits key="textInputTraits" keyboardType="emailAddress"/>
  2230. <userDefinedRuntimeAttributes>
  2231. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2232. <real key="value" value="-2"/>
  2233. </userDefinedRuntimeAttribute>
  2234. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2235. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2236. </userDefinedRuntimeAttribute>
  2237. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2238. <integer key="value" value="1"/>
  2239. </userDefinedRuntimeAttribute>
  2240. </userDefinedRuntimeAttributes>
  2241. <connections>
  2242. <outlet property="delegate" destination="N8O-d1-2M7" id="3uE-NS-oD2"/>
  2243. </connections>
  2244. </textField>
  2245. </subviews>
  2246. <constraints>
  2247. <constraint firstItem="DZH-Mz-tCK" firstAttribute="top" secondItem="itD-nc-uiw" secondAttribute="topMargin" constant="-1" id="1EO-TN-b5K"/>
  2248. <constraint firstItem="DZH-Mz-tCK" firstAttribute="leading" secondItem="itD-nc-uiw" secondAttribute="leadingMargin" constant="7" id="2p6-J4-bN4"/>
  2249. <constraint firstItem="DZH-Mz-tCK" firstAttribute="centerY" secondItem="itD-nc-uiw" secondAttribute="centerY" id="J1q-ia-RA8"/>
  2250. <constraint firstItem="DZH-Mz-tCK" firstAttribute="trailing" secondItem="itD-nc-uiw" secondAttribute="trailingMargin" id="nV3-ct-Gku"/>
  2251. </constraints>
  2252. </tableViewCellContentView>
  2253. </tableViewCell>
  2254. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="b0M-SK-TIU" customClass="IPTextInputTableViewCell">
  2255. <rect key="frame" x="0.0" y="248" width="600" height="44"/>
  2256. <autoresizingMask key="autoresizingMask"/>
  2257. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="b0M-SK-TIU" id="elJ-Jr-SJ1">
  2258. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2259. <autoresizingMask key="autoresizingMask"/>
  2260. <subviews>
  2261. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Date of Birth" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="E3X-ia-kj1" customClass="IPValidatedTextField">
  2262. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2263. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2264. <textInputTraits key="textInputTraits"/>
  2265. <userDefinedRuntimeAttributes>
  2266. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2267. <real key="value" value="-2"/>
  2268. </userDefinedRuntimeAttribute>
  2269. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2270. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2271. </userDefinedRuntimeAttribute>
  2272. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2273. <integer key="value" value="1"/>
  2274. </userDefinedRuntimeAttribute>
  2275. </userDefinedRuntimeAttributes>
  2276. <connections>
  2277. <outlet property="delegate" destination="N8O-d1-2M7" id="ncZ-xU-h5K"/>
  2278. </connections>
  2279. </textField>
  2280. </subviews>
  2281. <constraints>
  2282. <constraint firstItem="E3X-ia-kj1" firstAttribute="trailing" secondItem="elJ-Jr-SJ1" secondAttribute="trailingMargin" id="3PN-wE-oT6"/>
  2283. <constraint firstItem="E3X-ia-kj1" firstAttribute="centerY" secondItem="elJ-Jr-SJ1" secondAttribute="centerY" id="SDO-af-0O1"/>
  2284. <constraint firstItem="E3X-ia-kj1" firstAttribute="top" secondItem="elJ-Jr-SJ1" secondAttribute="topMargin" constant="-1" id="ZEv-S9-fTD"/>
  2285. <constraint firstItem="E3X-ia-kj1" firstAttribute="leading" secondItem="elJ-Jr-SJ1" secondAttribute="leadingMargin" constant="7" id="pag-RB-hKp"/>
  2286. </constraints>
  2287. </tableViewCellContentView>
  2288. </tableViewCell>
  2289. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="EuB-IW-nEV">
  2290. <rect key="frame" x="0.0" y="292" width="600" height="44"/>
  2291. <autoresizingMask key="autoresizingMask"/>
  2292. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="EuB-IW-nEV" id="T5b-qU-dKY">
  2293. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2294. <autoresizingMask key="autoresizingMask"/>
  2295. <subviews>
  2296. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gender" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4Iq-Xa-asT">
  2297. <rect key="frame" x="15" y="11" width="51" height="22"/>
  2298. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2299. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2300. <nil key="highlightedColor"/>
  2301. </label>
  2302. <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" translatesAutoresizingMaskIntoConstraints="NO" id="n2N-Td-utH">
  2303. <rect key="frame" x="416" y="8" width="176" height="29"/>
  2304. <segments>
  2305. <segment title="Male"/>
  2306. <segment title="Female"/>
  2307. <segment title="Other"/>
  2308. </segments>
  2309. </segmentedControl>
  2310. </subviews>
  2311. <constraints>
  2312. <constraint firstItem="4Iq-Xa-asT" firstAttribute="top" secondItem="T5b-qU-dKY" secondAttribute="topMargin" constant="3" id="6Yf-9e-Dpn"/>
  2313. <constraint firstItem="n2N-Td-utH" firstAttribute="centerY" secondItem="T5b-qU-dKY" secondAttribute="centerY" id="86w-Nn-b0S"/>
  2314. <constraint firstItem="n2N-Td-utH" firstAttribute="centerY" secondItem="4Iq-Xa-asT" secondAttribute="centerY" id="e75-mt-v0d"/>
  2315. <constraint firstItem="n2N-Td-utH" firstAttribute="trailing" secondItem="T5b-qU-dKY" secondAttribute="trailingMargin" id="jze-P6-cxY"/>
  2316. <constraint firstItem="4Iq-Xa-asT" firstAttribute="leading" secondItem="T5b-qU-dKY" secondAttribute="leadingMargin" constant="7" id="oyl-LL-8DK"/>
  2317. </constraints>
  2318. </tableViewCellContentView>
  2319. </tableViewCell>
  2320. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="bF3-Ae-Zrw">
  2321. <rect key="frame" x="0.0" y="336" width="600" height="44"/>
  2322. <autoresizingMask key="autoresizingMask"/>
  2323. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bF3-Ae-Zrw" id="CjS-QA-gVB">
  2324. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2325. <autoresizingMask key="autoresizingMask"/>
  2326. <subviews>
  2327. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SEf-tW-KDm">
  2328. <rect key="frame" x="543" y="6" width="51" height="31"/>
  2329. <color key="onTintColor" red="0.16078431369999999" green="0.58823529409999997" blue="0.71764705880000002" alpha="1" colorSpace="calibratedRGB"/>
  2330. <connections>
  2331. <action selector="sameAddressSwitchToggled:" destination="N8O-d1-2M7" eventType="valueChanged" id="a1J-ky-eZJ"/>
  2332. </connections>
  2333. </switch>
  2334. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Same As Business Address" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pmr-pk-jrz">
  2335. <rect key="frame" x="15" y="11" width="186" height="21"/>
  2336. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2337. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2338. <nil key="highlightedColor"/>
  2339. </label>
  2340. </subviews>
  2341. <color key="tintColor" red="0.0" green="0.58823529409999997" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
  2342. <constraints>
  2343. <constraint firstItem="SEf-tW-KDm" firstAttribute="centerY" secondItem="CjS-QA-gVB" secondAttribute="centerY" id="4Wk-DM-x7v"/>
  2344. <constraint firstItem="pmr-pk-jrz" firstAttribute="leading" secondItem="CjS-QA-gVB" secondAttribute="leadingMargin" constant="7" id="B3H-ks-HFy"/>
  2345. <constraint firstItem="SEf-tW-KDm" firstAttribute="trailing" secondItem="CjS-QA-gVB" secondAttribute="trailingMargin" id="c8o-tV-zG3"/>
  2346. <constraint firstItem="pmr-pk-jrz" firstAttribute="centerY" secondItem="SEf-tW-KDm" secondAttribute="centerY" id="d9V-Bh-Kbk"/>
  2347. <constraint firstItem="pmr-pk-jrz" firstAttribute="top" secondItem="CjS-QA-gVB" secondAttribute="topMargin" constant="3" id="zWD-Gb-agd"/>
  2348. </constraints>
  2349. </tableViewCellContentView>
  2350. </tableViewCell>
  2351. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="ROP-iO-by5" customClass="IPTextInputTableViewCell">
  2352. <rect key="frame" x="0.0" y="380" width="600" height="44"/>
  2353. <autoresizingMask key="autoresizingMask"/>
  2354. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ROP-iO-by5" id="1b5-di-dz9">
  2355. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2356. <autoresizingMask key="autoresizingMask"/>
  2357. <subviews>
  2358. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Personal Address Line 1" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="yWL-6g-d8j" customClass="IPValidatedTextField">
  2359. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2360. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2361. <textInputTraits key="textInputTraits"/>
  2362. <userDefinedRuntimeAttributes>
  2363. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2364. <real key="value" value="-2"/>
  2365. </userDefinedRuntimeAttribute>
  2366. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2367. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2368. </userDefinedRuntimeAttribute>
  2369. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2370. <integer key="value" value="1"/>
  2371. </userDefinedRuntimeAttribute>
  2372. </userDefinedRuntimeAttributes>
  2373. <connections>
  2374. <outlet property="delegate" destination="N8O-d1-2M7" id="xSV-f3-wyc"/>
  2375. </connections>
  2376. </textField>
  2377. </subviews>
  2378. <constraints>
  2379. <constraint firstItem="yWL-6g-d8j" firstAttribute="trailing" secondItem="1b5-di-dz9" secondAttribute="trailingMargin" id="46C-ip-u4O"/>
  2380. <constraint firstItem="yWL-6g-d8j" firstAttribute="top" secondItem="1b5-di-dz9" secondAttribute="topMargin" constant="-1" id="67O-Ok-G06"/>
  2381. <constraint firstItem="yWL-6g-d8j" firstAttribute="leading" secondItem="1b5-di-dz9" secondAttribute="leadingMargin" constant="7" id="HPL-6Y-U77"/>
  2382. <constraint firstItem="yWL-6g-d8j" firstAttribute="centerY" secondItem="1b5-di-dz9" secondAttribute="centerY" id="tdf-In-Qof"/>
  2383. </constraints>
  2384. </tableViewCellContentView>
  2385. </tableViewCell>
  2386. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="3Lb-LK-bZD" customClass="IPTextInputTableViewCell">
  2387. <rect key="frame" x="0.0" y="424" width="600" height="44"/>
  2388. <autoresizingMask key="autoresizingMask"/>
  2389. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3Lb-LK-bZD" id="fnp-FR-xnR">
  2390. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2391. <autoresizingMask key="autoresizingMask"/>
  2392. <subviews>
  2393. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Personal Address Line 2" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ZkP-8P-xPl" customClass="IPValidatedTextField">
  2394. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2395. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2396. <textInputTraits key="textInputTraits"/>
  2397. <userDefinedRuntimeAttributes>
  2398. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2399. <real key="value" value="-2"/>
  2400. </userDefinedRuntimeAttribute>
  2401. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2402. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2403. </userDefinedRuntimeAttribute>
  2404. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2405. <integer key="value" value="1"/>
  2406. </userDefinedRuntimeAttribute>
  2407. </userDefinedRuntimeAttributes>
  2408. <connections>
  2409. <outlet property="delegate" destination="N8O-d1-2M7" id="cWb-Ah-ijA"/>
  2410. </connections>
  2411. </textField>
  2412. </subviews>
  2413. <constraints>
  2414. <constraint firstItem="ZkP-8P-xPl" firstAttribute="top" secondItem="fnp-FR-xnR" secondAttribute="topMargin" constant="-1" id="AGr-gD-tDe"/>
  2415. <constraint firstItem="ZkP-8P-xPl" firstAttribute="trailing" secondItem="fnp-FR-xnR" secondAttribute="trailingMargin" id="ImV-pD-HmS"/>
  2416. <constraint firstItem="ZkP-8P-xPl" firstAttribute="centerY" secondItem="fnp-FR-xnR" secondAttribute="centerY" id="J6N-nx-b03"/>
  2417. <constraint firstItem="ZkP-8P-xPl" firstAttribute="leading" secondItem="fnp-FR-xnR" secondAttribute="leadingMargin" constant="7" id="cUn-te-Xat"/>
  2418. </constraints>
  2419. </tableViewCellContentView>
  2420. </tableViewCell>
  2421. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="sGQ-7z-8oq" customClass="IPTextInputTableViewCell">
  2422. <rect key="frame" x="0.0" y="468" width="600" height="44"/>
  2423. <autoresizingMask key="autoresizingMask"/>
  2424. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="sGQ-7z-8oq" id="wtv-2k-C6I">
  2425. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2426. <autoresizingMask key="autoresizingMask"/>
  2427. <subviews>
  2428. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Thana" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="J1I-Vn-swi" customClass="IPValidatedTextField">
  2429. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2430. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2431. <textInputTraits key="textInputTraits"/>
  2432. <userDefinedRuntimeAttributes>
  2433. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2434. <real key="value" value="-2"/>
  2435. </userDefinedRuntimeAttribute>
  2436. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2437. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2438. </userDefinedRuntimeAttribute>
  2439. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2440. <integer key="value" value="1"/>
  2441. </userDefinedRuntimeAttribute>
  2442. </userDefinedRuntimeAttributes>
  2443. <connections>
  2444. <outlet property="delegate" destination="N8O-d1-2M7" id="Ped-Vk-zlb"/>
  2445. </connections>
  2446. </textField>
  2447. </subviews>
  2448. <constraints>
  2449. <constraint firstItem="J1I-Vn-swi" firstAttribute="leading" secondItem="wtv-2k-C6I" secondAttribute="leadingMargin" constant="7" id="491-8n-PTM"/>
  2450. <constraint firstItem="J1I-Vn-swi" firstAttribute="centerY" secondItem="wtv-2k-C6I" secondAttribute="centerY" id="QEl-t6-PVH"/>
  2451. <constraint firstItem="J1I-Vn-swi" firstAttribute="top" secondItem="wtv-2k-C6I" secondAttribute="topMargin" constant="-1" id="aIh-G4-a6J"/>
  2452. <constraint firstItem="J1I-Vn-swi" firstAttribute="trailing" secondItem="wtv-2k-C6I" secondAttribute="trailingMargin" id="kDh-yA-kj0"/>
  2453. </constraints>
  2454. </tableViewCellContentView>
  2455. </tableViewCell>
  2456. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="BvB-By-WZ6" customClass="IPTextInputTableViewCell">
  2457. <rect key="frame" x="0.0" y="512" width="600" height="44"/>
  2458. <autoresizingMask key="autoresizingMask"/>
  2459. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BvB-By-WZ6" id="rWK-tA-K2D">
  2460. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2461. <autoresizingMask key="autoresizingMask"/>
  2462. <subviews>
  2463. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="District" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="56x-Gn-QVM" customClass="IPValidatedTextField">
  2464. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2465. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2466. <textInputTraits key="textInputTraits"/>
  2467. <userDefinedRuntimeAttributes>
  2468. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2469. <real key="value" value="-2"/>
  2470. </userDefinedRuntimeAttribute>
  2471. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2472. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2473. </userDefinedRuntimeAttribute>
  2474. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2475. <integer key="value" value="1"/>
  2476. </userDefinedRuntimeAttribute>
  2477. </userDefinedRuntimeAttributes>
  2478. <connections>
  2479. <outlet property="delegate" destination="N8O-d1-2M7" id="ver-MX-0Vi"/>
  2480. </connections>
  2481. </textField>
  2482. </subviews>
  2483. <constraints>
  2484. <constraint firstItem="56x-Gn-QVM" firstAttribute="top" secondItem="rWK-tA-K2D" secondAttribute="topMargin" constant="-1" id="KVT-fs-BZL"/>
  2485. <constraint firstItem="56x-Gn-QVM" firstAttribute="trailing" secondItem="rWK-tA-K2D" secondAttribute="trailingMargin" id="P8F-Ec-IUJ"/>
  2486. <constraint firstItem="56x-Gn-QVM" firstAttribute="leading" secondItem="rWK-tA-K2D" secondAttribute="leadingMargin" constant="7" id="X0B-Hy-xjs"/>
  2487. <constraint firstItem="56x-Gn-QVM" firstAttribute="centerY" secondItem="rWK-tA-K2D" secondAttribute="centerY" id="X6W-0v-JWt"/>
  2488. </constraints>
  2489. </tableViewCellContentView>
  2490. </tableViewCell>
  2491. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Ofg-6M-0aP" customClass="IPTextInputTableViewCell">
  2492. <rect key="frame" x="0.0" y="556" width="600" height="44"/>
  2493. <autoresizingMask key="autoresizingMask"/>
  2494. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ofg-6M-0aP" id="4Dx-gL-G2j">
  2495. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2496. <autoresizingMask key="autoresizingMask"/>
  2497. <subviews>
  2498. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Postal Code" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gxd-BT-hOU" customClass="IPValidatedTextField">
  2499. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2500. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2501. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  2502. <userDefinedRuntimeAttributes>
  2503. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2504. <real key="value" value="-2"/>
  2505. </userDefinedRuntimeAttribute>
  2506. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2507. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2508. </userDefinedRuntimeAttribute>
  2509. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2510. <integer key="value" value="4"/>
  2511. </userDefinedRuntimeAttribute>
  2512. <userDefinedRuntimeAttribute type="number" keyPath="maxLength">
  2513. <integer key="value" value="4"/>
  2514. </userDefinedRuntimeAttribute>
  2515. </userDefinedRuntimeAttributes>
  2516. <connections>
  2517. <outlet property="delegate" destination="N8O-d1-2M7" id="5fO-Ro-cag"/>
  2518. </connections>
  2519. </textField>
  2520. </subviews>
  2521. <constraints>
  2522. <constraint firstItem="gxd-BT-hOU" firstAttribute="top" secondItem="4Dx-gL-G2j" secondAttribute="topMargin" constant="-1" id="IMZ-oC-PL9"/>
  2523. <constraint firstItem="gxd-BT-hOU" firstAttribute="trailing" secondItem="4Dx-gL-G2j" secondAttribute="trailingMargin" id="Scl-9q-Dft"/>
  2524. <constraint firstItem="gxd-BT-hOU" firstAttribute="leading" secondItem="4Dx-gL-G2j" secondAttribute="leadingMargin" constant="7" id="Ys2-FG-eKK"/>
  2525. <constraint firstItem="gxd-BT-hOU" firstAttribute="centerY" secondItem="4Dx-gL-G2j" secondAttribute="centerY" id="xCR-k0-Uhg"/>
  2526. </constraints>
  2527. </tableViewCellContentView>
  2528. </tableViewCell>
  2529. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="Ajr-Zi-bID" customClass="IPTextInputTableViewCell">
  2530. <rect key="frame" x="0.0" y="600" width="600" height="44"/>
  2531. <autoresizingMask key="autoresizingMask"/>
  2532. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ajr-Zi-bID" id="oMP-u7-bxD">
  2533. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2534. <autoresizingMask key="autoresizingMask"/>
  2535. <subviews>
  2536. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Country" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Usb-ev-Ct2" customClass="IPValidatedTextField">
  2537. <rect key="frame" x="15" y="7" width="577" height="30"/>
  2538. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  2539. <textInputTraits key="textInputTraits"/>
  2540. <userDefinedRuntimeAttributes>
  2541. <userDefinedRuntimeAttribute type="number" keyPath="floatingLabelYPadding">
  2542. <real key="value" value="-2"/>
  2543. </userDefinedRuntimeAttribute>
  2544. <userDefinedRuntimeAttribute type="color" keyPath="floatingLabelActiveTextColor">
  2545. <color key="value" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  2546. </userDefinedRuntimeAttribute>
  2547. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2548. <integer key="value" value="1"/>
  2549. </userDefinedRuntimeAttribute>
  2550. </userDefinedRuntimeAttributes>
  2551. <connections>
  2552. <outlet property="delegate" destination="N8O-d1-2M7" id="RjB-XN-se0"/>
  2553. </connections>
  2554. </textField>
  2555. </subviews>
  2556. <constraints>
  2557. <constraint firstItem="Usb-ev-Ct2" firstAttribute="centerY" secondItem="oMP-u7-bxD" secondAttribute="centerY" id="BDT-qz-F1F"/>
  2558. <constraint firstItem="Usb-ev-Ct2" firstAttribute="trailing" secondItem="oMP-u7-bxD" secondAttribute="trailingMargin" id="E7k-xC-6mP"/>
  2559. <constraint firstItem="Usb-ev-Ct2" firstAttribute="leading" secondItem="oMP-u7-bxD" secondAttribute="leadingMargin" constant="7" id="YL4-fk-LGe"/>
  2560. <constraint firstItem="Usb-ev-Ct2" firstAttribute="top" secondItem="oMP-u7-bxD" secondAttribute="topMargin" constant="-1" id="q4X-9d-uu5"/>
  2561. </constraints>
  2562. </tableViewCellContentView>
  2563. </tableViewCell>
  2564. </cells>
  2565. </tableViewSection>
  2566. <tableViewSection id="kym-g9-WKT">
  2567. <cells>
  2568. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="hFu-JF-D6t" style="IBUITableViewCellStyleDefault" id="n6B-Id-ZVF" customClass="IPTintedTableViewCell">
  2569. <rect key="frame" x="0.0" y="680" width="600" height="44"/>
  2570. <autoresizingMask key="autoresizingMask"/>
  2571. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="n6B-Id-ZVF" id="eDN-M1-AAt">
  2572. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  2573. <autoresizingMask key="autoresizingMask"/>
  2574. <subviews>
  2575. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Register" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="hFu-JF-D6t">
  2576. <rect key="frame" x="15" y="0.0" width="570" height="43.5"/>
  2577. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  2578. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  2579. <nil key="highlightedColor"/>
  2580. </label>
  2581. </subviews>
  2582. <color key="tintColor" red="0.0" green="0.58823529409999997" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
  2583. </tableViewCellContentView>
  2584. <connections>
  2585. <segue destination="W49-3Z-nSE" kind="show" identifier="ToOTPFromBusiness" id="ZAX-KU-d0d"/>
  2586. </connections>
  2587. </tableViewCell>
  2588. </cells>
  2589. </tableViewSection>
  2590. </sections>
  2591. <connections>
  2592. <outlet property="dataSource" destination="N8O-d1-2M7" id="2i0-XK-XOW"/>
  2593. <outlet property="delegate" destination="N8O-d1-2M7" id="ceO-st-GYO"/>
  2594. </connections>
  2595. </tableView>
  2596. <navigationItem key="navigationItem" title="Account Holder Info" id="XsW-Ot-OI0"/>
  2597. <connections>
  2598. <outlet property="dateOfBirthTextField" destination="E3X-ia-kj1" id="aId-Jy-aY8"/>
  2599. <outlet property="genderSegmentedControl" destination="n2N-Td-utH" id="gpX-FA-Xzt"/>
  2600. <outlet property="holderNameTextField" destination="XYe-ku-jxq" id="TXC-p4-PfY"/>
  2601. <outlet property="personalAddressLine1TextField" destination="yWL-6g-d8j" id="n0H-GU-h0Q"/>
  2602. <outlet property="personalAddressLine2TextField" destination="ZkP-8P-xPl" id="hg8-rY-vfy"/>
  2603. <outlet property="personalCountryTextField" destination="Usb-ev-Ct2" id="NpZ-bP-aPO"/>
  2604. <outlet property="personalDistrictTextField" destination="56x-Gn-QVM" id="3Rf-7G-Kzh"/>
  2605. <outlet property="personalEmailTextField" destination="DZH-Mz-tCK" id="Ote-gC-QJl"/>
  2606. <outlet property="personalNumberTextField" destination="abc-cL-kxe" id="iW0-5b-qhl"/>
  2607. <outlet property="personalPostalCodeTextField" destination="gxd-BT-hOU" id="33I-4N-84G"/>
  2608. <outlet property="personalThanaTextField" destination="J1I-Vn-swi" id="Kb8-Sj-iYJ"/>
  2609. <outlet property="sameAddressSwitch" destination="SEf-tW-KDm" id="X4T-0X-gF7"/>
  2610. </connections>
  2611. </tableViewController>
  2612. <placeholder placeholderIdentifier="IBFirstResponder" id="Gge-Ez-PDX" userLabel="First Responder" sceneMemberID="firstResponder"/>
  2613. </objects>
  2614. <point key="canvasLocation" x="5641" y="-416"/>
  2615. </scene>
  2616. <!--Navigation Controller-->
  2617. <scene sceneID="PVq-Su-2M8">
  2618. <objects>
  2619. <navigationController storyboardIdentifier="SignUpNavigationController" automaticallyAdjustsScrollViewInsets="NO" useStoryboardIdentifierAsRestorationIdentifier="YES" id="NpC-AV-a6y" sceneMemberID="viewController">
  2620. <toolbarItems/>
  2621. <navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="black" id="u6b-FI-Vf1">
  2622. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  2623. <autoresizingMask key="autoresizingMask"/>
  2624. <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  2625. </navigationBar>
  2626. <nil name="viewControllers"/>
  2627. <connections>
  2628. <segue destination="xOS-71-3jj" kind="relationship" relationship="rootViewController" id="JD0-Pq-5ef"/>
  2629. </connections>
  2630. </navigationController>
  2631. <placeholder placeholderIdentifier="IBFirstResponder" id="hBV-yP-xYt" userLabel="First Responder" sceneMemberID="firstResponder"/>
  2632. </objects>
  2633. <point key="canvasLocation" x="2453" y="-765"/>
  2634. </scene>
  2635. <!--Navigation Controller-->
  2636. <scene sceneID="qbS-ju-E1T">
  2637. <objects>
  2638. <navigationController storyboardIdentifier="LogInNavigationController" automaticallyAdjustsScrollViewInsets="NO" useStoryboardIdentifierAsRestorationIdentifier="YES" id="yNa-GS-53a" sceneMemberID="viewController">
  2639. <toolbarItems/>
  2640. <navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="black" id="Hhg-vn-l2b">
  2641. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  2642. <autoresizingMask key="autoresizingMask"/>
  2643. <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  2644. </navigationBar>
  2645. <nil name="viewControllers"/>
  2646. <connections>
  2647. <segue destination="Nxj-6D-wqC" kind="relationship" relationship="rootViewController" id="bU1-tY-JhS"/>
  2648. </connections>
  2649. </navigationController>
  2650. <placeholder placeholderIdentifier="IBFirstResponder" id="bSg-yA-jWR" userLabel="First Responder" sceneMemberID="firstResponder"/>
  2651. </objects>
  2652. <point key="canvasLocation" x="2453" y="263"/>
  2653. </scene>
  2654. <!--Log In-->
  2655. <scene sceneID="qes-QY-fzV">
  2656. <objects>
  2657. <tableViewController id="Nxj-6D-wqC" customClass="IPSigninTableViewController" sceneMemberID="viewController">
  2658. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="none" allowsSelection="NO" rowHeight="55" sectionHeaderHeight="18" sectionFooterHeight="18" id="9xg-j7-N96">
  2659. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  2660. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  2661. <color key="backgroundColor" red="0.1137254902" green="0.50980392159999999" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
  2662. <inset key="separatorInset" minX="10" minY="0.0" maxX="10" maxY="0.0"/>
  2663. <view key="tableHeaderView" contentMode="scaleToFill" id="3a3-J5-7mK">
  2664. <rect key="frame" x="0.0" y="64" width="600" height="190"/>
  2665. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  2666. <subviews>
  2667. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="profile pic" translatesAutoresizingMaskIntoConstraints="NO" id="rfP-D2-tCp" customClass="RoundedImageView" customModule="iPay" customModuleProvider="target">
  2668. <rect key="frame" x="245" y="40" width="110" height="110"/>
  2669. <constraints>
  2670. <constraint firstAttribute="width" constant="110" id="8gd-sB-724"/>
  2671. <constraint firstAttribute="width" secondItem="rfP-D2-tCp" secondAttribute="height" multiplier="1:1" id="IMr-cA-TDE"/>
  2672. </constraints>
  2673. </imageView>
  2674. </subviews>
  2675. <constraints>
  2676. <constraint firstItem="rfP-D2-tCp" firstAttribute="centerX" secondItem="3a3-J5-7mK" secondAttribute="centerX" id="kb9-2P-yhZ"/>
  2677. <constraint firstItem="rfP-D2-tCp" firstAttribute="top" secondItem="3a3-J5-7mK" secondAttribute="top" constant="40" id="rIg-Ez-HxD"/>
  2678. <constraint firstAttribute="bottom" secondItem="rfP-D2-tCp" secondAttribute="bottom" constant="40" id="uce-di-ELg"/>
  2679. </constraints>
  2680. </view>
  2681. <view key="tableFooterView" contentMode="scaleToFill" id="wVg-3u-S9t">
  2682. <rect key="frame" x="0.0" y="382" width="600" height="93"/>
  2683. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  2684. <subviews>
  2685. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Adj-JR-Qap">
  2686. <rect key="frame" x="10" y="63" width="49" height="30"/>
  2687. <fontDescription key="fontDescription" name="SFUIDisplay-Regular" family="SF UI Display" pointSize="15"/>
  2688. <state key="normal" title="Join Us">
  2689. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  2690. </state>
  2691. <connections>
  2692. <action selector="joinUsButtonPressed:" destination="Nxj-6D-wqC" eventType="touchUpInside" id="s81-EN-rOB"/>
  2693. </connections>
  2694. </button>
  2695. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="up9-MX-RFx">
  2696. <rect key="frame" x="442" y="63" width="148" height="30"/>
  2697. <fontDescription key="fontDescription" name="SFUIDisplay-Regular" family="SF UI Display" pointSize="15"/>
  2698. <state key="normal" title="Forgot Your Password?">
  2699. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  2700. </state>
  2701. <connections>
  2702. <action selector="forgotPasswordButtonPressed:" destination="Nxj-6D-wqC" eventType="touchUpInside" id="sLX-cb-Lhm"/>
  2703. </connections>
  2704. </button>
  2705. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sCd-jU-4xl" customClass="IPBorderedButton">
  2706. <rect key="frame" x="10" y="8" width="580" height="55"/>
  2707. <constraints>
  2708. <constraint firstAttribute="height" constant="55" id="poa-Ms-Dtg"/>
  2709. </constraints>
  2710. <state key="normal" title="Log In">
  2711. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  2712. </state>
  2713. </button>
  2714. </subviews>
  2715. <color key="backgroundColor" red="0.1137254902" green="0.50980392159999999" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
  2716. <constraints>
  2717. <constraint firstAttribute="trailing" secondItem="up9-MX-RFx" secondAttribute="trailing" constant="10" id="3VP-ab-ohr"/>
  2718. <constraint firstAttribute="trailing" secondItem="sCd-jU-4xl" secondAttribute="trailing" constant="10" id="Et1-Nx-lhX"/>
  2719. <constraint firstItem="Adj-JR-Qap" firstAttribute="top" secondItem="sCd-jU-4xl" secondAttribute="bottom" id="ICy-B8-6BG"/>
  2720. <constraint firstItem="Adj-JR-Qap" firstAttribute="leading" secondItem="wVg-3u-S9t" secondAttribute="leading" constant="10" id="KLz-9I-90N"/>
  2721. <constraint firstItem="sCd-jU-4xl" firstAttribute="leading" secondItem="wVg-3u-S9t" secondAttribute="leading" constant="10" id="NX0-wd-aP6"/>
  2722. <constraint firstItem="up9-MX-RFx" firstAttribute="top" secondItem="sCd-jU-4xl" secondAttribute="bottom" id="bpu-W0-j5r"/>
  2723. <constraint firstItem="sCd-jU-4xl" firstAttribute="top" secondItem="wVg-3u-S9t" secondAttribute="top" constant="8" id="gwa-H9-ZLf"/>
  2724. </constraints>
  2725. </view>
  2726. <sections>
  2727. <tableViewSection id="4e5-MK-SmU">
  2728. <cells>
  2729. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="RZy-rR-Zz2" customClass="IPTextInputTableViewCell">
  2730. <rect key="frame" x="0.0" y="254" width="600" height="55"/>
  2731. <autoresizingMask key="autoresizingMask"/>
  2732. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="RZy-rR-Zz2" id="uYi-g5-lPT">
  2733. <rect key="frame" x="0.0" y="0.0" width="600" height="55"/>
  2734. <autoresizingMask key="autoresizingMask"/>
  2735. <subviews>
  2736. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter Mobile Number" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="wdM-Zc-wXO" customClass="IPNonFloatingValidatedTextField">
  2737. <rect key="frame" x="60" y="0.0" width="530" height="55"/>
  2738. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  2739. <textInputTraits key="textInputTraits" keyboardType="emailAddress"/>
  2740. <userDefinedRuntimeAttributes>
  2741. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2742. <integer key="value" value="11"/>
  2743. </userDefinedRuntimeAttribute>
  2744. <userDefinedRuntimeAttribute type="boolean" keyPath="isEmailOrNumber" value="YES"/>
  2745. </userDefinedRuntimeAttributes>
  2746. </textField>
  2747. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="number" translatesAutoresizingMaskIntoConstraints="NO" id="zkp-5i-sd8">
  2748. <rect key="frame" x="18" y="11" width="34" height="34"/>
  2749. <constraints>
  2750. <constraint firstAttribute="width" secondItem="zkp-5i-sd8" secondAttribute="height" multiplier="1:1" id="0Jv-c6-KPk"/>
  2751. <constraint firstAttribute="width" constant="34" id="z4R-22-PCq"/>
  2752. </constraints>
  2753. </imageView>
  2754. </subviews>
  2755. <constraints>
  2756. <constraint firstItem="wdM-Zc-wXO" firstAttribute="leading" secondItem="zkp-5i-sd8" secondAttribute="trailing" constant="8" id="5Mn-Ii-Kzy"/>
  2757. <constraint firstItem="wdM-Zc-wXO" firstAttribute="top" secondItem="uYi-g5-lPT" secondAttribute="top" id="RFh-e7-Rtr"/>
  2758. <constraint firstAttribute="trailing" secondItem="wdM-Zc-wXO" secondAttribute="trailing" constant="10" id="TNZ-AT-Ibm"/>
  2759. <constraint firstItem="zkp-5i-sd8" firstAttribute="centerY" secondItem="uYi-g5-lPT" secondAttribute="centerY" id="kna-Yb-rIm"/>
  2760. <constraint firstAttribute="bottom" secondItem="wdM-Zc-wXO" secondAttribute="bottom" id="vIf-qz-RmU"/>
  2761. <constraint firstItem="zkp-5i-sd8" firstAttribute="leading" secondItem="uYi-g5-lPT" secondAttribute="leading" constant="18" id="wts-bS-VkQ"/>
  2762. </constraints>
  2763. </tableViewCellContentView>
  2764. </tableViewCell>
  2765. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="A67-zW-vF6" customClass="IPTextInputTableViewCell">
  2766. <rect key="frame" x="0.0" y="309" width="600" height="55"/>
  2767. <autoresizingMask key="autoresizingMask"/>
  2768. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="A67-zW-vF6" id="dWA-A3-PXy">
  2769. <rect key="frame" x="0.0" y="0.0" width="600" height="55"/>
  2770. <autoresizingMask key="autoresizingMask"/>
  2771. <subviews>
  2772. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter Password" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="qO4-8h-ZRl" customClass="IPNonFloatingValidatedTextField">
  2773. <rect key="frame" x="60" y="0.0" width="530" height="55"/>
  2774. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  2775. <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
  2776. <userDefinedRuntimeAttributes>
  2777. <userDefinedRuntimeAttribute type="number" keyPath="minLength">
  2778. <integer key="value" value="8"/>
  2779. </userDefinedRuntimeAttribute>
  2780. <userDefinedRuntimeAttribute type="boolean" keyPath="isAlphaNumeric" value="YES"/>
  2781. </userDefinedRuntimeAttributes>
  2782. </textField>
  2783. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="password" translatesAutoresizingMaskIntoConstraints="NO" id="B9D-xo-FT0">
  2784. <rect key="frame" x="18" y="11" width="34" height="34"/>
  2785. <constraints>
  2786. <constraint firstAttribute="width" secondItem="B9D-xo-FT0" secondAttribute="height" multiplier="1:1" id="e36-3O-SLt"/>
  2787. <constraint firstAttribute="width" constant="34" id="iBz-N6-Z1X"/>
  2788. </constraints>
  2789. </imageView>
  2790. </subviews>
  2791. <constraints>
  2792. <constraint firstAttribute="trailing" secondItem="qO4-8h-ZRl" secondAttribute="trailing" constant="10" id="9dW-be-UTx"/>
  2793. <constraint firstItem="qO4-8h-ZRl" firstAttribute="top" secondItem="dWA-A3-PXy" secondAttribute="topMargin" constant="-8" id="TEj-u7-Y54"/>
  2794. <constraint firstItem="qO4-8h-ZRl" firstAttribute="leading" secondItem="B9D-xo-FT0" secondAttribute="trailing" constant="8" id="eZ0-UW-mSd"/>
  2795. <constraint firstItem="B9D-xo-FT0" firstAttribute="leading" secondItem="dWA-A3-PXy" secondAttribute="leading" constant="18" id="h4u-qg-xTC"/>
  2796. <constraint firstItem="B9D-xo-FT0" firstAttribute="centerY" secondItem="dWA-A3-PXy" secondAttribute="centerY" id="tfj-ks-eIU"/>
  2797. <constraint firstAttribute="bottomMargin" secondItem="qO4-8h-ZRl" secondAttribute="bottom" constant="-8" id="wfH-H3-Jkm"/>
  2798. </constraints>
  2799. </tableViewCellContentView>
  2800. </tableViewCell>
  2801. </cells>
  2802. </tableViewSection>
  2803. </sections>
  2804. <connections>
  2805. <outlet property="dataSource" destination="Nxj-6D-wqC" id="gfD-D1-C6h"/>
  2806. <outlet property="delegate" destination="Nxj-6D-wqC" id="34C-4G-R1S"/>
  2807. </connections>
  2808. </tableView>
  2809. <navigationItem key="navigationItem" title="Log In" id="WNJ-r0-yAU">
  2810. <barButtonItem key="leftBarButtonItem" style="plain" id="uy3-XO-V6W">
  2811. <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="QVA-OB-Gjz">
  2812. <rect key="frame" x="20" y="7" width="48" height="30"/>
  2813. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  2814. <state key="normal" title="Cancel">
  2815. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  2816. </state>
  2817. <connections>
  2818. <action selector="cancelButtonPressed:" destination="Nxj-6D-wqC" eventType="touchUpInside" id="1tc-xq-gla"/>
  2819. </connections>
  2820. </button>
  2821. </barButtonItem>
  2822. </navigationItem>
  2823. <connections>
  2824. <outlet property="cancelButton" destination="QVA-OB-Gjz" id="2nf-Sg-9nQ"/>
  2825. <outlet property="joinUsButton" destination="Adj-JR-Qap" id="Jij-g1-pWQ"/>
  2826. <outlet property="logInButton" destination="sCd-jU-4xl" id="uaR-hn-wzS"/>
  2827. <outlet property="mobileNumberCell" destination="RZy-rR-Zz2" id="mo8-u8-Rsz"/>
  2828. <outlet property="mobileNumberTextField" destination="wdM-Zc-wXO" id="czd-Pe-BxO"/>
  2829. <outlet property="passwordTextField" destination="qO4-8h-ZRl" id="B9c-rs-OmC"/>
  2830. <outlet property="profileImageView" destination="rfP-D2-tCp" id="iW0-ey-ckV"/>
  2831. </connections>
  2832. </tableViewController>
  2833. <placeholder placeholderIdentifier="IBFirstResponder" id="D0E-OZ-qS1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  2834. </objects>
  2835. <point key="canvasLocation" x="3334" y="263"/>
  2836. </scene>
  2837. </scenes>
  2838. <resources>
  2839. <image name="business" width="50" height="50"/>
  2840. <image name="flag-bangladesh-XL" width="30" height="18"/>
  2841. <image name="number" width="50" height="50"/>
  2842. <image name="password" width="50" height="50"/>
  2843. <image name="personal" width="150" height="150"/>
  2844. <image name="profile pic" width="100" height="100"/>
  2845. <image name="white" width="180" height="180"/>
  2846. </resources>
  2847. <inferredMetricsTieBreakers>
  2848. <segue reference="82l-XG-xTE"/>
  2849. <segue reference="ZUL-Lc-Jct"/>
  2850. </inferredMetricsTieBreakers>
  2851. <color key="tintColor" red="0.1137254902" green="0.50980392159999999" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
  2852. </document>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement