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

1024 lines
130 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="gzr-wx-4Us">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <customFonts key="customFonts">
  13. <array key="SanFranciscoDisplay-Regular.otf">
  14. <string>SanFranciscoDisplay-Regular</string>
  15. </array>
  16. <array key="SanFranciscoDisplay-Semibold.otf">
  17. <string>SanFranciscoDisplay-Semibold</string>
  18. </array>
  19. <array key="SanFranciscoText-Regular.otf">
  20. <string>SanFranciscoText-Regular</string>
  21. </array>
  22. </customFonts>
  23. <scenes>
  24. <!--Track Recipient View Controller-->
  25. <scene sceneID="7re-ZL-JUa">
  26. <objects>
  27. <viewController id="gzr-wx-4Us" customClass="TrackRecipientViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  28. <view key="view" contentMode="scaleToFill" id="KLF-C9-hRQ">
  29. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <subviews>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pBw-J5-Ccq" userLabel="View Main">
  33. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  34. <subviews>
  35. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="GG6-J6-tI0">
  36. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nmF-Uy-jJg" userLabel="View Recipient">
  39. <rect key="frame" x="0.0" y="0.0" width="375" height="104"/>
  40. <subviews>
  41. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NhH-2Y-NYH">
  42. <rect key="frame" x="10" y="10" width="355" height="82"/>
  43. <subviews>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="GME Control No" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YJF-hr-2Lw">
  45. <rect key="frame" x="28" y="15" width="94" height="17"/>
  46. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  47. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="GME Control No" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="XPt-My-hLA">
  51. <rect key="frame" x="28" y="42" width="309" height="30"/>
  52. <color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  53. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  54. <textInputTraits key="textInputTraits" autocorrectionType="no"/>
  55. </textField>
  56. </subviews>
  57. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. <constraints>
  59. <constraint firstItem="YJF-hr-2Lw" firstAttribute="leading" secondItem="NhH-2Y-NYH" secondAttribute="leading" constant="28" id="CDA-fQ-D46"/>
  60. <constraint firstAttribute="trailing" secondItem="XPt-My-hLA" secondAttribute="trailing" constant="18" id="MVf-Xi-jPB"/>
  61. <constraint firstAttribute="bottom" secondItem="XPt-My-hLA" secondAttribute="bottom" constant="10" id="ZxZ-vC-dnU"/>
  62. <constraint firstItem="YJF-hr-2Lw" firstAttribute="top" secondItem="NhH-2Y-NYH" secondAttribute="top" constant="15" id="f7t-pt-MaN"/>
  63. <constraint firstItem="XPt-My-hLA" firstAttribute="top" secondItem="YJF-hr-2Lw" secondAttribute="bottom" constant="10" id="uPW-LC-Cfg"/>
  64. <constraint firstItem="XPt-My-hLA" firstAttribute="leading" secondItem="NhH-2Y-NYH" secondAttribute="leading" constant="28" id="uiK-W1-Q8p"/>
  65. </constraints>
  66. <userDefinedRuntimeAttributes>
  67. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  68. <integer key="value" value="10"/>
  69. </userDefinedRuntimeAttribute>
  70. </userDefinedRuntimeAttributes>
  71. </view>
  72. </subviews>
  73. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  74. <constraints>
  75. <constraint firstItem="NhH-2Y-NYH" firstAttribute="leading" secondItem="nmF-Uy-jJg" secondAttribute="leading" constant="10" id="8Kk-L9-5eg"/>
  76. <constraint firstItem="NhH-2Y-NYH" firstAttribute="top" secondItem="nmF-Uy-jJg" secondAttribute="top" constant="10" id="E3j-u2-JbC"/>
  77. <constraint firstAttribute="trailing" secondItem="NhH-2Y-NYH" secondAttribute="trailing" constant="10" id="PU2-0z-Pte"/>
  78. <constraint firstAttribute="height" constant="104" id="fIy-He-XRs"/>
  79. <constraint firstAttribute="bottom" secondItem="NhH-2Y-NYH" secondAttribute="bottom" constant="12" id="wfG-Ct-cg1"/>
  80. </constraints>
  81. </view>
  82. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Uga-bY-NO2">
  83. <rect key="frame" x="0.0" y="104" width="375" height="543"/>
  84. <subviews>
  85. <tableView clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" rowHeight="102" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="zxD-7R-1v6">
  86. <rect key="frame" x="10" y="10" width="355" height="533"/>
  87. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  88. <prototypes>
  89. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="trackTransferRecipient" rowHeight="80" id="XOS-hO-tjI" customClass="TrackRecipientTableViewCell" customModule="GMERemittance" customModuleProvider="target">
  90. <rect key="frame" x="0.0" y="28" width="355" height="80"/>
  91. <autoresizingMask key="autoresizingMask"/>
  92. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="XOS-hO-tjI" id="ihH-jC-5Ay">
  93. <rect key="frame" x="0.0" y="0.0" width="355" height="79.5"/>
  94. <autoresizingMask key="autoresizingMask"/>
  95. <subviews>
  96. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b4f-2E-drM">
  97. <rect key="frame" x="0.0" y="0.0" width="355" height="79.5"/>
  98. <subviews>
  99. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="D" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ggr-oF-LyM">
  100. <rect key="frame" x="24" y="20" width="40" height="40"/>
  101. <constraints>
  102. <constraint firstAttribute="height" constant="40" id="fb2-hb-0a7"/>
  103. <constraint firstAttribute="width" constant="40" id="xdg-re-t4h"/>
  104. </constraints>
  105. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  106. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  107. <nil key="highlightedColor"/>
  108. </label>
  109. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qPm-fi-fLC">
  110. <rect key="frame" x="83" y="22" width="262" height="20"/>
  111. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
  112. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  113. <nil key="highlightedColor"/>
  114. </label>
  115. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R77-6g-VIe">
  116. <rect key="frame" x="83" y="45" width="262" height="17"/>
  117. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  118. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  119. <nil key="highlightedColor"/>
  120. </label>
  121. </subviews>
  122. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  123. <constraints>
  124. <constraint firstItem="R77-6g-VIe" firstAttribute="trailing" secondItem="qPm-fi-fLC" secondAttribute="trailing" id="5E7-NS-5bD"/>
  125. <constraint firstItem="qPm-fi-fLC" firstAttribute="top" secondItem="b4f-2E-drM" secondAttribute="top" constant="22" id="8gH-6n-tfe"/>
  126. <constraint firstAttribute="trailing" secondItem="qPm-fi-fLC" secondAttribute="trailing" constant="10" id="ERF-Us-fmt"/>
  127. <constraint firstItem="ggr-oF-LyM" firstAttribute="leading" secondItem="b4f-2E-drM" secondAttribute="leading" constant="24" id="Iv7-Ts-wGN"/>
  128. <constraint firstItem="ggr-oF-LyM" firstAttribute="top" secondItem="b4f-2E-drM" secondAttribute="top" constant="20" id="Rwh-FZ-N4v"/>
  129. <constraint firstAttribute="bottom" secondItem="R77-6g-VIe" secondAttribute="bottom" constant="17.5" id="Tgy-9q-jG9"/>
  130. <constraint firstItem="R77-6g-VIe" firstAttribute="top" secondItem="qPm-fi-fLC" secondAttribute="bottom" constant="3" id="c3X-g2-J07"/>
  131. <constraint firstItem="qPm-fi-fLC" firstAttribute="leading" secondItem="ggr-oF-LyM" secondAttribute="trailing" constant="19" id="oLq-Yj-Qrd"/>
  132. <constraint firstItem="R77-6g-VIe" firstAttribute="leading" secondItem="qPm-fi-fLC" secondAttribute="leading" id="waW-pE-DB1"/>
  133. </constraints>
  134. <userDefinedRuntimeAttributes>
  135. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  136. <integer key="value" value="10"/>
  137. </userDefinedRuntimeAttribute>
  138. </userDefinedRuntimeAttributes>
  139. </view>
  140. </subviews>
  141. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  142. <constraints>
  143. <constraint firstAttribute="trailing" secondItem="b4f-2E-drM" secondAttribute="trailing" id="PI5-5O-3pi"/>
  144. <constraint firstAttribute="bottom" secondItem="b4f-2E-drM" secondAttribute="bottom" id="eDe-y0-Q7w"/>
  145. <constraint firstItem="b4f-2E-drM" firstAttribute="top" secondItem="ihH-jC-5Ay" secondAttribute="top" id="geN-ce-pbB"/>
  146. <constraint firstItem="b4f-2E-drM" firstAttribute="leading" secondItem="ihH-jC-5Ay" secondAttribute="leading" id="hqN-Bm-rs0"/>
  147. </constraints>
  148. </tableViewCellContentView>
  149. <connections>
  150. <outlet property="labelRecipientInitial" destination="ggr-oF-LyM" id="gPq-ux-FXn"/>
  151. <outlet property="labelRecipientName" destination="qPm-fi-fLC" id="Ld2-55-zDj"/>
  152. <outlet property="labelRecipientPhone" destination="R77-6g-VIe" id="BBz-02-jbg"/>
  153. </connections>
  154. </tableViewCell>
  155. </prototypes>
  156. </tableView>
  157. </subviews>
  158. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  159. <constraints>
  160. <constraint firstItem="zxD-7R-1v6" firstAttribute="leading" secondItem="Uga-bY-NO2" secondAttribute="leading" constant="10" id="Acn-Xf-CVQ"/>
  161. <constraint firstAttribute="bottom" secondItem="zxD-7R-1v6" secondAttribute="bottom" id="Qiy-hp-6KV"/>
  162. <constraint firstItem="zxD-7R-1v6" firstAttribute="top" secondItem="Uga-bY-NO2" secondAttribute="top" constant="10" id="URZ-ZW-j7w"/>
  163. <constraint firstAttribute="trailing" secondItem="zxD-7R-1v6" secondAttribute="trailing" constant="10" id="wfc-qH-7ci"/>
  164. </constraints>
  165. </view>
  166. </subviews>
  167. </stackView>
  168. </subviews>
  169. <color key="backgroundColor" red="0.80392156862745101" green="0.80784313725490198" blue="0.82352941176470584" alpha="1" colorSpace="calibratedRGB"/>
  170. <constraints>
  171. <constraint firstItem="GG6-J6-tI0" firstAttribute="top" secondItem="pBw-J5-Ccq" secondAttribute="top" id="F7Q-tb-2X1"/>
  172. <constraint firstAttribute="bottom" secondItem="GG6-J6-tI0" secondAttribute="bottom" id="c13-gu-pOU"/>
  173. <constraint firstAttribute="trailing" secondItem="GG6-J6-tI0" secondAttribute="trailing" id="c4I-6B-lFe"/>
  174. <constraint firstItem="GG6-J6-tI0" firstAttribute="leading" secondItem="pBw-J5-Ccq" secondAttribute="leading" id="wq2-A0-R4Z"/>
  175. </constraints>
  176. </view>
  177. </subviews>
  178. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  179. <constraints>
  180. <constraint firstItem="pBw-J5-Ccq" firstAttribute="top" secondItem="Wbr-zF-Akf" secondAttribute="top" id="8FK-09-XyO"/>
  181. <constraint firstItem="pBw-J5-Ccq" firstAttribute="leading" secondItem="Wbr-zF-Akf" secondAttribute="leading" id="9CN-0a-eXR"/>
  182. <constraint firstItem="Wbr-zF-Akf" firstAttribute="trailing" secondItem="pBw-J5-Ccq" secondAttribute="trailing" id="db5-hW-hxO"/>
  183. <constraint firstItem="Wbr-zF-Akf" firstAttribute="bottom" secondItem="pBw-J5-Ccq" secondAttribute="bottom" id="dh6-oW-8dZ"/>
  184. </constraints>
  185. <viewLayoutGuide key="safeArea" id="Wbr-zF-Akf"/>
  186. </view>
  187. <connections>
  188. <outlet property="mainStackView" destination="GG6-J6-tI0" id="9t3-8o-VSE"/>
  189. <outlet property="tableViewRecipientDetails" destination="zxD-7R-1v6" id="uF0-1f-V2e"/>
  190. <outlet property="textFieldReceiverName" destination="XPt-My-hLA" id="iKi-MK-eac"/>
  191. <outlet property="viewDetails" destination="Uga-bY-NO2" id="hZD-Jx-o2G"/>
  192. <outlet property="viewMain" destination="pBw-J5-Ccq" id="ci8-cp-rK3"/>
  193. <segue destination="mSU-xX-elu" kind="show" identifier="showThreeTransactions" id="WGu-ZR-kcK"/>
  194. </connections>
  195. </viewController>
  196. <placeholder placeholderIdentifier="IBFirstResponder" id="ZYP-aw-bwK" userLabel="First Responder" sceneMemberID="firstResponder"/>
  197. </objects>
  198. <point key="canvasLocation" x="6230" y="839"/>
  199. </scene>
  200. <!--View Controller-->
  201. <scene sceneID="8OX-cn-A4A">
  202. <objects>
  203. <viewController id="tQl-yK-ukc" sceneMemberID="viewController">
  204. <view key="view" contentMode="scaleToFill" id="QZr-4s-bRP">
  205. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  206. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  207. <subviews>
  208. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jH7-fS-LVg" userLabel="View Main">
  209. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  210. <subviews>
  211. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="Ycs-Ch-Djw">
  212. <rect key="frame" x="10" y="10" width="355" height="637"/>
  213. <subviews>
  214. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iKf-Rn-SAx">
  215. <rect key="frame" x="0.0" y="0.0" width="355" height="80"/>
  216. <subviews>
  217. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="D" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="o7W-P6-Xfx">
  218. <rect key="frame" x="38" y="30" width="13" height="20"/>
  219. <constraints>
  220. <constraint firstAttribute="height" constant="20" id="AJM-Sv-8PU"/>
  221. <constraint firstAttribute="width" constant="13" id="Qkn-AJ-cz8"/>
  222. </constraints>
  223. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  224. <nil key="textColor"/>
  225. <nil key="highlightedColor"/>
  226. </label>
  227. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6gd-eu-ZUD">
  228. <rect key="frame" x="83" y="22" width="262" height="20.5"/>
  229. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
  230. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  231. <nil key="highlightedColor"/>
  232. </label>
  233. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Uq6-pz-X22">
  234. <rect key="frame" x="83" y="45.5" width="262" height="17"/>
  235. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  236. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  237. <nil key="highlightedColor"/>
  238. </label>
  239. </subviews>
  240. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  241. <constraints>
  242. <constraint firstItem="Uq6-pz-X22" firstAttribute="trailing" secondItem="6gd-eu-ZUD" secondAttribute="trailing" id="92B-7e-nxI"/>
  243. <constraint firstItem="o7W-P6-Xfx" firstAttribute="top" secondItem="iKf-Rn-SAx" secondAttribute="top" constant="30" id="BOY-jp-Mqp"/>
  244. <constraint firstItem="6gd-eu-ZUD" firstAttribute="leading" secondItem="o7W-P6-Xfx" secondAttribute="trailing" constant="32" id="Fkg-wf-ZKg"/>
  245. <constraint firstAttribute="bottom" secondItem="Uq6-pz-X22" secondAttribute="bottom" constant="17.5" id="IfI-sv-Fer"/>
  246. <constraint firstItem="Uq6-pz-X22" firstAttribute="top" secondItem="6gd-eu-ZUD" secondAttribute="bottom" constant="3" id="dqe-ur-ZXX"/>
  247. <constraint firstItem="6gd-eu-ZUD" firstAttribute="top" secondItem="iKf-Rn-SAx" secondAttribute="top" constant="22" id="f9z-aq-fuS"/>
  248. <constraint firstItem="Uq6-pz-X22" firstAttribute="leading" secondItem="6gd-eu-ZUD" secondAttribute="leading" id="qgf-VX-UU8"/>
  249. <constraint firstItem="o7W-P6-Xfx" firstAttribute="leading" secondItem="iKf-Rn-SAx" secondAttribute="leading" constant="38" id="sDL-VF-2Se"/>
  250. <constraint firstAttribute="trailing" secondItem="6gd-eu-ZUD" secondAttribute="trailing" constant="10" id="tKF-XI-DuQ"/>
  251. </constraints>
  252. <userDefinedRuntimeAttributes>
  253. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  254. <integer key="value" value="10"/>
  255. </userDefinedRuntimeAttribute>
  256. </userDefinedRuntimeAttributes>
  257. </view>
  258. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="a7I-IX-f7d">
  259. <rect key="frame" x="0.0" y="80" width="355" height="557"/>
  260. <subviews>
  261. <tableView clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" rowHeight="102" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="wBN-wX-RtV">
  262. <rect key="frame" x="0.0" y="10" width="355" height="547"/>
  263. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  264. <color key="separatorColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  265. <prototypes>
  266. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="trackTransaction" rowHeight="82" id="dlF-DG-kcg" customClass="TrackTransactionTableViewCell" customModule="GMERemittance" customModuleProvider="target">
  267. <rect key="frame" x="0.0" y="28" width="355" height="82"/>
  268. <autoresizingMask key="autoresizingMask"/>
  269. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="dlF-DG-kcg" id="3qW-51-VRW">
  270. <rect key="frame" x="0.0" y="0.0" width="355" height="81.5"/>
  271. <autoresizingMask key="autoresizingMask"/>
  272. <subviews>
  273. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="X8C-UK-94o">
  274. <rect key="frame" x="0.0" y="0.0" width="355" height="81.5"/>
  275. <subviews>
  276. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tue, 19/12/2017" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="O0G-ch-9cG">
  277. <rect key="frame" x="20" y="10" width="77.5" height="15"/>
  278. <constraints>
  279. <constraint firstAttribute="height" constant="15" id="f9y-oA-tK8"/>
  280. </constraints>
  281. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  282. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  283. <nil key="highlightedColor"/>
  284. </label>
  285. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Amount" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NKl-Fd-r0p">
  286. <rect key="frame" x="302" y="10" width="41" height="15"/>
  287. <constraints>
  288. <constraint firstAttribute="height" constant="15" id="mre-jA-6m9"/>
  289. </constraints>
  290. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  291. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  292. <nil key="highlightedColor"/>
  293. </label>
  294. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="To: Dhan Singh Saud" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cg5-0M-G2X">
  295. <rect key="frame" x="20" y="28" width="157" height="21.5"/>
  296. <constraints>
  297. <constraint firstAttribute="height" constant="21" id="tW3-O3-HeF"/>
  298. </constraints>
  299. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  300. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  301. <nil key="highlightedColor"/>
  302. </label>
  303. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cash Payment" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BB5-sq-uPd">
  304. <rect key="frame" x="20" y="55.5" width="74" height="15"/>
  305. <constraints>
  306. <constraint firstAttribute="height" constant="15" id="uEZ-J4-voQ"/>
  307. </constraints>
  308. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  309. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  310. <nil key="highlightedColor"/>
  311. </label>
  312. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Transaction No. 10004015" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8DQ-Ud-lzb">
  313. <rect key="frame" x="210.5" y="56" width="132.5" height="15"/>
  314. <constraints>
  315. <constraint firstAttribute="height" constant="15" id="eGl-Q1-fwY"/>
  316. </constraints>
  317. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  318. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  319. <nil key="highlightedColor"/>
  320. </label>
  321. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1,000,00" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kxp-nP-Ays">
  322. <rect key="frame" x="280" y="29.5" width="63" height="20.5"/>
  323. <constraints>
  324. <constraint firstAttribute="height" constant="21" id="196-AR-rkT"/>
  325. </constraints>
  326. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  327. <color key="textColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  328. <nil key="highlightedColor"/>
  329. </label>
  330. </subviews>
  331. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  332. <constraints>
  333. <constraint firstAttribute="trailing" secondItem="NKl-Fd-r0p" secondAttribute="trailing" constant="12" id="3q7-ah-0qa"/>
  334. <constraint firstItem="BB5-sq-uPd" firstAttribute="top" secondItem="cg5-0M-G2X" secondAttribute="bottom" constant="6" id="50x-v9-4vd"/>
  335. <constraint firstItem="BB5-sq-uPd" firstAttribute="leading" secondItem="X8C-UK-94o" secondAttribute="leading" constant="20" id="JM5-Sh-iTJ"/>
  336. <constraint firstItem="cg5-0M-G2X" firstAttribute="top" secondItem="O0G-ch-9cG" secondAttribute="bottom" constant="3" id="OBT-te-K69"/>
  337. <constraint firstAttribute="trailing" secondItem="kxp-nP-Ays" secondAttribute="trailing" constant="12" id="OUR-sg-WMf"/>
  338. <constraint firstItem="NKl-Fd-r0p" firstAttribute="top" secondItem="X8C-UK-94o" secondAttribute="top" constant="10" id="RLU-H4-XUi"/>
  339. <constraint firstAttribute="bottom" secondItem="8DQ-Ud-lzb" secondAttribute="bottom" constant="11" id="T3S-8G-qhW"/>
  340. <constraint firstAttribute="trailing" secondItem="8DQ-Ud-lzb" secondAttribute="trailing" constant="12" id="WWp-CS-BiW"/>
  341. <constraint firstItem="kxp-nP-Ays" firstAttribute="top" secondItem="NKl-Fd-r0p" secondAttribute="bottom" constant="4.5" id="Y9i-xL-VCD"/>
  342. <constraint firstAttribute="bottom" secondItem="BB5-sq-uPd" secondAttribute="bottom" constant="11" id="mjf-Op-Uf3"/>
  343. <constraint firstItem="O0G-ch-9cG" firstAttribute="leading" secondItem="X8C-UK-94o" secondAttribute="leading" constant="20" id="up2-2n-vHy"/>
  344. <constraint firstItem="8DQ-Ud-lzb" firstAttribute="top" secondItem="kxp-nP-Ays" secondAttribute="bottom" constant="6" id="utl-98-T1t"/>
  345. <constraint firstItem="O0G-ch-9cG" firstAttribute="top" secondItem="X8C-UK-94o" secondAttribute="top" constant="10" id="wjM-jt-SSQ"/>
  346. <constraint firstItem="cg5-0M-G2X" firstAttribute="leading" secondItem="X8C-UK-94o" secondAttribute="leading" constant="20" id="xgj-hR-MMo"/>
  347. </constraints>
  348. <userDefinedRuntimeAttributes>
  349. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  350. <integer key="value" value="10"/>
  351. </userDefinedRuntimeAttribute>
  352. </userDefinedRuntimeAttributes>
  353. </view>
  354. </subviews>
  355. <constraints>
  356. <constraint firstAttribute="bottom" secondItem="X8C-UK-94o" secondAttribute="bottom" id="LKh-IO-bsU"/>
  357. <constraint firstAttribute="trailing" secondItem="X8C-UK-94o" secondAttribute="trailing" id="Tnn-Ml-lkh"/>
  358. <constraint firstItem="X8C-UK-94o" firstAttribute="top" secondItem="3qW-51-VRW" secondAttribute="top" id="lgg-YO-VFi"/>
  359. <constraint firstItem="X8C-UK-94o" firstAttribute="leading" secondItem="3qW-51-VRW" secondAttribute="leading" id="vU2-rd-EsW"/>
  360. </constraints>
  361. </tableViewCellContentView>
  362. <connections>
  363. <outlet property="labelTransactionAmount" destination="kxp-nP-Ays" id="Cry-yt-Dae"/>
  364. <outlet property="labelTransactionDate" destination="O0G-ch-9cG" id="E4n-wo-KML"/>
  365. <outlet property="labelTransactionID" destination="8DQ-Ud-lzb" id="I90-Ho-H1S"/>
  366. <outlet property="labelTransactionMode" destination="BB5-sq-uPd" id="Prh-fw-i4Z"/>
  367. <outlet property="labelTransactionRecipient" destination="cg5-0M-G2X" id="tBy-CG-zxD"/>
  368. </connections>
  369. </tableViewCell>
  370. </prototypes>
  371. </tableView>
  372. </subviews>
  373. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  374. <constraints>
  375. <constraint firstAttribute="bottom" secondItem="wBN-wX-RtV" secondAttribute="bottom" id="KWN-hg-Ykf"/>
  376. <constraint firstAttribute="trailing" secondItem="wBN-wX-RtV" secondAttribute="trailing" id="L5L-gz-kxa"/>
  377. <constraint firstItem="wBN-wX-RtV" firstAttribute="top" secondItem="a7I-IX-f7d" secondAttribute="top" constant="10" id="NPM-PI-6iu"/>
  378. <constraint firstItem="wBN-wX-RtV" firstAttribute="leading" secondItem="a7I-IX-f7d" secondAttribute="leading" id="yIZ-Po-MtW"/>
  379. </constraints>
  380. </view>
  381. </subviews>
  382. </stackView>
  383. </subviews>
  384. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  385. <constraints>
  386. <constraint firstAttribute="bottom" secondItem="Ycs-Ch-Djw" secondAttribute="bottom" id="Xb1-5w-aUM"/>
  387. <constraint firstItem="Ycs-Ch-Djw" firstAttribute="leading" secondItem="jH7-fS-LVg" secondAttribute="leading" constant="10" id="c3B-Ww-lbm"/>
  388. <constraint firstItem="Ycs-Ch-Djw" firstAttribute="top" secondItem="jH7-fS-LVg" secondAttribute="top" constant="10" id="tfk-SB-ziy"/>
  389. <constraint firstAttribute="trailing" secondItem="Ycs-Ch-Djw" secondAttribute="trailing" constant="10" id="yzm-Ex-2Ua"/>
  390. </constraints>
  391. </view>
  392. </subviews>
  393. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  394. <constraints>
  395. <constraint firstItem="Rg1-bP-liM" firstAttribute="bottom" secondItem="jH7-fS-LVg" secondAttribute="bottom" id="Iky-xu-zk6"/>
  396. <constraint firstItem="Rg1-bP-liM" firstAttribute="trailing" secondItem="jH7-fS-LVg" secondAttribute="trailing" id="MsR-34-P7I"/>
  397. <constraint firstItem="jH7-fS-LVg" firstAttribute="leading" secondItem="Rg1-bP-liM" secondAttribute="leading" id="cb1-xF-OL2"/>
  398. <constraint firstItem="jH7-fS-LVg" firstAttribute="top" secondItem="Rg1-bP-liM" secondAttribute="top" id="pIE-et-z5g"/>
  399. </constraints>
  400. <viewLayoutGuide key="safeArea" id="Rg1-bP-liM"/>
  401. </view>
  402. <connections>
  403. <outlet property="labelRecipientInitial" destination="o7W-P6-Xfx" id="T3d-M0-WMj"/>
  404. <outlet property="labelRecipientName" destination="6gd-eu-ZUD" id="nc3-Jy-Qa6"/>
  405. <outlet property="labelRecipientPhone" destination="Uq6-pz-X22" id="qhs-4Y-uR3"/>
  406. <outlet property="tableViewTransactionDetails" destination="wBN-wX-RtV" id="ue3-8m-TYY"/>
  407. </connections>
  408. </viewController>
  409. <placeholder placeholderIdentifier="IBFirstResponder" id="Lbr-sR-NEw" userLabel="First Responder" sceneMemberID="firstResponder"/>
  410. </objects>
  411. <point key="canvasLocation" x="7116" y="699"/>
  412. </scene>
  413. <!--Track Phase View Controller-->
  414. <scene sceneID="v0U-W0-Eed">
  415. <objects>
  416. <viewController id="4mN-GR-XTU" customClass="TrackPhaseViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  417. <view key="view" contentMode="scaleToFill" id="D7D-cf-TkB">
  418. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  419. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  420. <subviews>
  421. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EFm-x8-Prm">
  422. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  423. <subviews>
  424. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gpS-Ld-DtK">
  425. <rect key="frame" x="10" y="10" width="355" height="250"/>
  426. <subviews>
  427. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_profile_bg" translatesAutoresizingMaskIntoConstraints="NO" id="X2R-hy-RrG">
  428. <rect key="frame" x="0.0" y="0.0" width="355" height="250"/>
  429. </imageView>
  430. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="In Process" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eeS-49-KIn">
  431. <rect key="frame" x="123" y="22" width="110.5" height="29"/>
  432. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="24"/>
  433. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  434. <nil key="highlightedColor"/>
  435. </label>
  436. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your transfer in on its way" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yKC-km-bhf">
  437. <rect key="frame" x="10" y="57" width="335" height="17"/>
  438. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  439. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  440. <nil key="highlightedColor"/>
  441. </label>
  442. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yGT-73-9bI">
  443. <rect key="frame" x="177.5" y="80" width="0.0" height="0.0"/>
  444. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  445. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  446. <nil key="highlightedColor"/>
  447. </label>
  448. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackSeparator" translatesAutoresizingMaskIntoConstraints="NO" id="e3l-ag-Qqs" userLabel="x">
  449. <rect key="frame" x="164" y="145" width="27" height="14"/>
  450. </imageView>
  451. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackSeparator" translatesAutoresizingMaskIntoConstraints="NO" id="z6c-NR-8Qa">
  452. <rect key="frame" x="248" y="145" width="27" height="14"/>
  453. </imageView>
  454. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackSeparator" translatesAutoresizingMaskIntoConstraints="NO" id="lay-4m-b9I">
  455. <rect key="frame" x="76" y="145" width="27" height="14"/>
  456. </imageView>
  457. <imageView userInteractionEnabled="NO" tag="2" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackStageFinal1" translatesAutoresizingMaskIntoConstraints="NO" id="dT9-gt-GdI" userLabel="trackStageInitial1">
  458. <rect key="frame" x="109" y="130" width="50" height="50"/>
  459. </imageView>
  460. <imageView userInteractionEnabled="NO" tag="1" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackStageInitial0" translatesAutoresizingMaskIntoConstraints="NO" id="e4U-0O-I7y">
  461. <rect key="frame" x="28" y="130" width="43" height="42"/>
  462. </imageView>
  463. <imageView userInteractionEnabled="NO" tag="3" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackStageInitial2" translatesAutoresizingMaskIntoConstraints="NO" id="stk-vP-fMn">
  464. <rect key="frame" x="196" y="130" width="42" height="42"/>
  465. </imageView>
  466. <imageView userInteractionEnabled="NO" tag="4" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="trackStageInitial3" translatesAutoresizingMaskIntoConstraints="NO" id="Luw-rG-3At">
  467. <rect key="frame" x="285" y="130" width="42" height="42"/>
  468. </imageView>
  469. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Send Money" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Q7n-PA-1wD">
  470. <rect key="frame" x="27" y="182" width="58" height="13"/>
  471. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  472. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  473. <nil key="highlightedColor"/>
  474. </label>
  475. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="In Progress" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7pA-6M-aSh">
  476. <rect key="frame" x="104" y="190" width="65" height="13"/>
  477. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  478. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  479. <nil key="highlightedColor"/>
  480. </label>
  481. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Available" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Hq-IS-zXK">
  482. <rect key="frame" x="196" y="182" width="42" height="13"/>
  483. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  484. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  485. <nil key="highlightedColor"/>
  486. </label>
  487. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Received" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="K1r-0r-neB">
  488. <rect key="frame" x="281" y="182" width="46" height="13"/>
  489. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  490. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  491. <nil key="highlightedColor"/>
  492. </label>
  493. </subviews>
  494. <color key="backgroundColor" red="0.92941176470588238" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
  495. <constraints>
  496. <constraint firstItem="9Hq-IS-zXK" firstAttribute="leading" secondItem="stk-vP-fMn" secondAttribute="leading" id="0ba-s8-IHn"/>
  497. <constraint firstItem="eeS-49-KIn" firstAttribute="top" secondItem="gpS-Ld-DtK" secondAttribute="top" constant="22" id="2x5-Sw-2U6"/>
  498. <constraint firstItem="7pA-6M-aSh" firstAttribute="trailing" secondItem="dT9-gt-GdI" secondAttribute="trailing" constant="10" id="BYy-YA-nNM"/>
  499. <constraint firstItem="K1r-0r-neB" firstAttribute="leading" secondItem="Luw-rG-3At" secondAttribute="leading" constant="-4" id="C5w-10-gF9"/>
  500. <constraint firstItem="e3l-ag-Qqs" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="65" id="CGs-3r-DIy"/>
  501. <constraint firstItem="yGT-73-9bI" firstAttribute="top" secondItem="yKC-km-bhf" secondAttribute="bottom" constant="6" id="F9j-FS-eRt"/>
  502. <constraint firstItem="dT9-gt-GdI" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="50" id="GbO-oQ-0vc"/>
  503. <constraint firstItem="dT9-gt-GdI" firstAttribute="leading" secondItem="lay-4m-b9I" secondAttribute="trailing" constant="6" id="GzG-2a-XqD"/>
  504. <constraint firstItem="stk-vP-fMn" firstAttribute="leading" secondItem="e3l-ag-Qqs" secondAttribute="trailing" constant="5" id="Jcm-TM-cIb"/>
  505. <constraint firstAttribute="height" constant="250" id="KTq-jb-cxd"/>
  506. <constraint firstItem="Q7n-PA-1wD" firstAttribute="trailing" secondItem="e4U-0O-I7y" secondAttribute="trailing" constant="14" id="LKV-iF-xTQ"/>
  507. <constraint firstItem="Q7n-PA-1wD" firstAttribute="leading" secondItem="e4U-0O-I7y" secondAttribute="leading" constant="-1" id="MEA-0o-jbC"/>
  508. <constraint firstItem="z6c-NR-8Qa" firstAttribute="leading" secondItem="stk-vP-fMn" secondAttribute="trailing" constant="10.1" id="MqK-Mt-JBc"/>
  509. <constraint firstItem="yKC-km-bhf" firstAttribute="top" secondItem="eeS-49-KIn" secondAttribute="bottom" constant="6" id="Nwt-zN-Lkn"/>
  510. <constraint firstItem="yGT-73-9bI" firstAttribute="centerX" secondItem="X2R-hy-RrG" secondAttribute="centerX" id="OQJ-BX-W0w"/>
  511. <constraint firstItem="Q7n-PA-1wD" firstAttribute="top" secondItem="e4U-0O-I7y" secondAttribute="bottom" constant="10.1" id="Otf-qH-gcE"/>
  512. <constraint firstItem="X2R-hy-RrG" firstAttribute="leading" secondItem="gpS-Ld-DtK" secondAttribute="leading" id="QTf-ca-BXF"/>
  513. <constraint firstAttribute="trailing" secondItem="X2R-hy-RrG" secondAttribute="trailing" id="RH0-20-cFe"/>
  514. <constraint firstItem="7pA-6M-aSh" firstAttribute="top" secondItem="dT9-gt-GdI" secondAttribute="bottom" constant="10.1" id="TPc-Rr-YJb"/>
  515. <constraint firstItem="yKC-km-bhf" firstAttribute="leading" secondItem="gpS-Ld-DtK" secondAttribute="leading" constant="10" id="XaV-JF-Uvj"/>
  516. <constraint firstItem="K1r-0r-neB" firstAttribute="trailing" secondItem="Luw-rG-3At" secondAttribute="trailing" id="YMF-Kg-Aw0"/>
  517. <constraint firstItem="lay-4m-b9I" firstAttribute="leading" secondItem="e4U-0O-I7y" secondAttribute="trailing" constant="5.0999999999999996" id="Yah-bY-thV"/>
  518. <constraint firstItem="stk-vP-fMn" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="50" id="Ywb-nQ-xNc"/>
  519. <constraint firstItem="e4U-0O-I7y" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="50" id="ZmN-nH-LOt"/>
  520. <constraint firstItem="Luw-rG-3At" firstAttribute="leading" secondItem="z6c-NR-8Qa" secondAttribute="trailing" constant="10" id="a78-L9-ReV"/>
  521. <constraint firstItem="K1r-0r-neB" firstAttribute="top" secondItem="Luw-rG-3At" secondAttribute="bottom" constant="10.1" id="abC-eP-6IY"/>
  522. <constraint firstItem="X2R-hy-RrG" firstAttribute="top" secondItem="gpS-Ld-DtK" secondAttribute="top" id="bQc-pB-hM3"/>
  523. <constraint firstItem="e3l-ag-Qqs" firstAttribute="leading" secondItem="dT9-gt-GdI" secondAttribute="trailing" constant="5.2000000000000002" id="bz3-iB-za9"/>
  524. <constraint firstItem="9Hq-IS-zXK" firstAttribute="top" secondItem="stk-vP-fMn" secondAttribute="bottom" constant="10.1" id="c8C-eE-NPJ"/>
  525. <constraint firstItem="e3l-ag-Qqs" firstAttribute="centerX" secondItem="X2R-hy-RrG" secondAttribute="centerX" id="eFL-3Y-Pyd"/>
  526. <constraint firstItem="9Hq-IS-zXK" firstAttribute="trailing" secondItem="stk-vP-fMn" secondAttribute="trailing" id="hcd-wK-e8B"/>
  527. <constraint firstItem="lay-4m-b9I" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="65" id="jAK-v8-Zo0"/>
  528. <constraint firstItem="yKC-km-bhf" firstAttribute="centerX" secondItem="X2R-hy-RrG" secondAttribute="centerX" id="kN1-GM-gWd"/>
  529. <constraint firstItem="eeS-49-KIn" firstAttribute="centerX" secondItem="X2R-hy-RrG" secondAttribute="centerX" id="kqN-MY-UqT"/>
  530. <constraint firstAttribute="trailing" secondItem="yKC-km-bhf" secondAttribute="trailing" constant="10" id="l42-iC-wCH"/>
  531. <constraint firstItem="Luw-rG-3At" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="50" id="pLr-LS-Cp1"/>
  532. <constraint firstAttribute="bottom" secondItem="X2R-hy-RrG" secondAttribute="bottom" id="qZi-Un-dAy"/>
  533. <constraint firstItem="z6c-NR-8Qa" firstAttribute="top" secondItem="yGT-73-9bI" secondAttribute="bottom" constant="65" id="thq-RB-HZ8"/>
  534. <constraint firstItem="7pA-6M-aSh" firstAttribute="leading" secondItem="dT9-gt-GdI" secondAttribute="leading" constant="-5" id="yC9-R0-S9l"/>
  535. </constraints>
  536. <userDefinedRuntimeAttributes>
  537. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  538. <integer key="value" value="10"/>
  539. </userDefinedRuntimeAttribute>
  540. </userDefinedRuntimeAttributes>
  541. </view>
  542. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fx0-Y6-BiA">
  543. <rect key="frame" x="69.5" y="283" width="235" height="17"/>
  544. <subviews>
  545. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="For more information call at" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IwM-p9-TiM">
  546. <rect key="frame" x="0.0" y="0.0" width="165" height="17"/>
  547. <constraints>
  548. <constraint firstAttribute="width" constant="165" id="J49-hM-TO0"/>
  549. </constraints>
  550. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  551. <nil key="textColor"/>
  552. <nil key="highlightedColor"/>
  553. </label>
  554. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1588 6864" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="deG-nb-j8e">
  555. <rect key="frame" x="167" y="0.0" width="68" height="17"/>
  556. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  557. <color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
  558. <nil key="highlightedColor"/>
  559. </label>
  560. </subviews>
  561. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  562. <constraints>
  563. <constraint firstItem="IwM-p9-TiM" firstAttribute="leading" secondItem="fx0-Y6-BiA" secondAttribute="leading" id="7gT-Mi-ARY"/>
  564. <constraint firstAttribute="bottom" secondItem="IwM-p9-TiM" secondAttribute="bottom" id="C8K-07-Sts"/>
  565. <constraint firstAttribute="bottom" secondItem="deG-nb-j8e" secondAttribute="bottom" id="CQp-ez-LXg"/>
  566. <constraint firstItem="deG-nb-j8e" firstAttribute="leading" secondItem="IwM-p9-TiM" secondAttribute="trailing" constant="2" id="I0o-zn-lcE"/>
  567. <constraint firstAttribute="height" constant="17" id="IgZ-5W-0S3"/>
  568. <constraint firstAttribute="width" constant="235" id="OLw-6w-Io7"/>
  569. <constraint firstAttribute="trailing" secondItem="deG-nb-j8e" secondAttribute="trailing" id="poz-14-HzG"/>
  570. <constraint firstItem="deG-nb-j8e" firstAttribute="top" secondItem="fx0-Y6-BiA" secondAttribute="top" id="y5b-7M-PMJ"/>
  571. <constraint firstItem="IwM-p9-TiM" firstAttribute="top" secondItem="fx0-Y6-BiA" secondAttribute="top" id="zrM-s4-6dC"/>
  572. </constraints>
  573. </view>
  574. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="w4I-NG-Ol4">
  575. <rect key="frame" x="87" y="334" width="200" height="50"/>
  576. <color key="backgroundColor" red="0.92941176470588238" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
  577. <constraints>
  578. <constraint firstAttribute="height" constant="50" id="TmW-C1-nDJ"/>
  579. <constraint firstAttribute="width" constant="200" id="qZ6-vH-JVa"/>
  580. </constraints>
  581. <state key="normal" title="Checked">
  582. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  583. </state>
  584. <userDefinedRuntimeAttributes>
  585. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  586. <integer key="value" value="20"/>
  587. </userDefinedRuntimeAttribute>
  588. </userDefinedRuntimeAttributes>
  589. <connections>
  590. <action selector="gotoHome:" destination="4mN-GR-XTU" eventType="touchUpInside" id="CwN-as-dca"/>
  591. </connections>
  592. </button>
  593. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gsp-sD-OUd">
  594. <rect key="frame" x="125.5" y="409" width="123" height="29"/>
  595. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  596. <state key="normal" title="View receiver details">
  597. <color key="titleColor" red="0.92941176470588238" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
  598. </state>
  599. <connections>
  600. <action selector="showReceiverDetails:" destination="4mN-GR-XTU" eventType="touchUpInside" id="Sev-Tp-68p"/>
  601. </connections>
  602. </button>
  603. </subviews>
  604. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  605. <constraints>
  606. <constraint firstAttribute="trailing" secondItem="gpS-Ld-DtK" secondAttribute="trailing" constant="10" id="7Bc-0d-J9C"/>
  607. <constraint firstItem="w4I-NG-Ol4" firstAttribute="top" secondItem="fx0-Y6-BiA" secondAttribute="bottom" constant="34" id="HTp-Y2-lAS"/>
  608. <constraint firstItem="gpS-Ld-DtK" firstAttribute="leading" secondItem="EFm-x8-Prm" secondAttribute="leading" constant="10" id="I7K-Y7-pKo"/>
  609. <constraint firstItem="Gsp-sD-OUd" firstAttribute="centerX" secondItem="EFm-x8-Prm" secondAttribute="centerX" id="R0j-vR-YXK"/>
  610. <constraint firstItem="w4I-NG-Ol4" firstAttribute="centerX" secondItem="EFm-x8-Prm" secondAttribute="centerX" id="Tlb-aM-tok"/>
  611. <constraint firstItem="gpS-Ld-DtK" firstAttribute="top" secondItem="EFm-x8-Prm" secondAttribute="top" constant="10" id="Y3w-CY-qF8"/>
  612. <constraint firstItem="fx0-Y6-BiA" firstAttribute="centerX" secondItem="EFm-x8-Prm" secondAttribute="centerX" id="fuT-CB-6H0"/>
  613. <constraint firstItem="Gsp-sD-OUd" firstAttribute="top" secondItem="w4I-NG-Ol4" secondAttribute="bottom" constant="25" id="hSf-ZP-zHw"/>
  614. <constraint firstItem="fx0-Y6-BiA" firstAttribute="top" secondItem="gpS-Ld-DtK" secondAttribute="bottom" constant="23" id="sSL-MY-w9h"/>
  615. </constraints>
  616. </view>
  617. </subviews>
  618. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  619. <constraints>
  620. <constraint firstItem="EFm-x8-Prm" firstAttribute="top" secondItem="srx-eh-79N" secondAttribute="top" id="15x-TK-j6z"/>
  621. <constraint firstAttribute="trailing" secondItem="EFm-x8-Prm" secondAttribute="trailing" id="H4f-Pi-QMq"/>
  622. <constraint firstItem="srx-eh-79N" firstAttribute="bottom" secondItem="EFm-x8-Prm" secondAttribute="bottom" id="IB0-E5-IWp"/>
  623. <constraint firstItem="EFm-x8-Prm" firstAttribute="leading" secondItem="srx-eh-79N" secondAttribute="leading" id="wWP-TC-yr1"/>
  624. </constraints>
  625. <viewLayoutGuide key="safeArea" id="srx-eh-79N"/>
  626. </view>
  627. <connections>
  628. <outlet property="imageViewPhase0" destination="e4U-0O-I7y" id="ARI-rg-dln"/>
  629. <outlet property="imageViewPhase1" destination="dT9-gt-GdI" id="OdK-p1-yCO"/>
  630. <outlet property="imageViewPhase2" destination="stk-vP-fMn" id="Ne3-mV-Jbk"/>
  631. <outlet property="imageViewPhase3" destination="Luw-rG-3At" id="rgJ-8T-blV"/>
  632. <outlet property="labelPhaseDescription" destination="yKC-km-bhf" id="Mul-tJ-q4B"/>
  633. <outlet property="labelPhaseSubDescription" destination="yGT-73-9bI" id="w98-Ug-2oq"/>
  634. <outlet property="labelPhaseTitle" destination="eeS-49-KIn" id="rc8-WL-E9f"/>
  635. <outlet property="labelPhoneNumber" destination="deG-nb-j8e" id="ouF-zH-vr0"/>
  636. <outlet property="topConstraintStage0" destination="ZmN-nH-LOt" id="6uj-2u-ekp"/>
  637. <outlet property="topConstraintStage1" destination="GbO-oQ-0vc" id="NMI-l0-HlR"/>
  638. <outlet property="topConstraintStage2" destination="Ywb-nQ-xNc" id="dvC-cj-Joh"/>
  639. <outlet property="topConstraintStage3" destination="pLr-LS-Cp1" id="N5b-2v-WPU"/>
  640. </connections>
  641. </viewController>
  642. <placeholder placeholderIdentifier="IBFirstResponder" id="yhd-fx-ozn" userLabel="First Responder" sceneMemberID="firstResponder"/>
  643. </objects>
  644. <point key="canvasLocation" x="8008.8000000000002" y="698.5007496251875"/>
  645. </scene>
  646. <!--Pop Up Saving View Controller-->
  647. <scene sceneID="7Ia-TF-rmZ">
  648. <objects>
  649. <viewController storyboardIdentifier="kycWelcome" id="mqM-2n-WZf" customClass="PopUpSavingViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  650. <view key="view" contentMode="scaleToFill" id="qco-PU-xmD">
  651. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  652. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  653. <subviews>
  654. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6VY-Cz-WX4">
  655. <rect key="frame" x="10" y="158" width="355" height="272"/>
  656. <subviews>
  657. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SV5-JO-yfh" userLabel="Header View">
  658. <rect key="frame" x="0.0" y="0.0" width="355" height="133"/>
  659. <subviews>
  660. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="kyc_welcomeBackground" translatesAutoresizingMaskIntoConstraints="NO" id="Y7v-vo-sPj">
  661. <rect key="frame" x="0.0" y="0.0" width="355" height="133"/>
  662. </imageView>
  663. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="welcomeLogo" translatesAutoresizingMaskIntoConstraints="NO" id="gsv-Sq-dk0">
  664. <rect key="frame" x="164.5" y="38" width="26" height="34"/>
  665. <constraints>
  666. <constraint firstAttribute="width" constant="26" id="GAP-d8-1tv"/>
  667. <constraint firstAttribute="height" constant="34" id="rME-eB-Ee0"/>
  668. </constraints>
  669. </imageView>
  670. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Send Money" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n9r-t3-AKG">
  671. <rect key="frame" x="130" y="90" width="95.5" height="20.5"/>
  672. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  673. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  674. <nil key="highlightedColor"/>
  675. </label>
  676. </subviews>
  677. <constraints>
  678. <constraint firstAttribute="bottom" secondItem="Y7v-vo-sPj" secondAttribute="bottom" id="38M-hu-I5x"/>
  679. <constraint firstItem="Y7v-vo-sPj" firstAttribute="leading" secondItem="SV5-JO-yfh" secondAttribute="leading" id="6A4-tT-LaW"/>
  680. <constraint firstAttribute="height" constant="133" id="9GN-Tm-DDM"/>
  681. <constraint firstItem="gsv-Sq-dk0" firstAttribute="top" secondItem="SV5-JO-yfh" secondAttribute="top" constant="38" id="AVB-gH-AEA"/>
  682. <constraint firstItem="n9r-t3-AKG" firstAttribute="top" secondItem="gsv-Sq-dk0" secondAttribute="bottom" constant="18" id="ahp-GZ-xDa"/>
  683. <constraint firstItem="gsv-Sq-dk0" firstAttribute="centerX" secondItem="Y7v-vo-sPj" secondAttribute="centerX" id="kZ6-rU-dMH"/>
  684. <constraint firstItem="n9r-t3-AKG" firstAttribute="centerX" secondItem="Y7v-vo-sPj" secondAttribute="centerX" id="q4k-0l-nSo"/>
  685. <constraint firstAttribute="trailing" secondItem="Y7v-vo-sPj" secondAttribute="trailing" id="uMk-k7-7Kp"/>
  686. <constraint firstItem="Y7v-vo-sPj" firstAttribute="top" secondItem="SV5-JO-yfh" secondAttribute="top" id="ulG-KH-J7f"/>
  687. </constraints>
  688. </view>
  689. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="kLG-Dp-FUL">
  690. <rect key="frame" x="0.0" y="133" width="355" height="139"/>
  691. <subviews>
  692. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mtB-QS-R2r" userLabel="ReceipentView">
  693. <rect key="frame" x="0.0" y="0.0" width="355" height="69"/>
  694. <subviews>
  695. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum " textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MyV-C4-3xr">
  696. <rect key="frame" x="34" y="0.0" width="287" height="69"/>
  697. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  698. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  699. <nil key="highlightedColor"/>
  700. </label>
  701. </subviews>
  702. <color key="backgroundColor" white="1" alpha="0.84999999999999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  703. <constraints>
  704. <constraint firstItem="MyV-C4-3xr" firstAttribute="top" secondItem="mtB-QS-R2r" secondAttribute="top" id="2N5-ig-MBb"/>
  705. <constraint firstAttribute="bottom" secondItem="MyV-C4-3xr" secondAttribute="bottom" id="AB5-UP-EfQ"/>
  706. <constraint firstItem="MyV-C4-3xr" firstAttribute="leading" secondItem="mtB-QS-R2r" secondAttribute="leading" constant="34" id="SKT-oJ-zwM"/>
  707. <constraint firstAttribute="trailing" secondItem="MyV-C4-3xr" secondAttribute="trailing" constant="34" id="wZl-QE-nBc"/>
  708. </constraints>
  709. </view>
  710. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="m0v-py-sEM" userLabel="ButtonView">
  711. <rect key="frame" x="0.0" y="70" width="355" height="69"/>
  712. <subviews>
  713. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="wph-Fo-tVC">
  714. <rect key="frame" x="0.0" y="0.0" width="355" height="69"/>
  715. <subviews>
  716. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oY0-xe-DwC">
  717. <rect key="frame" x="0.0" y="0.0" width="118.5" height="69"/>
  718. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="12"/>
  719. <nil key="textColor"/>
  720. <nil key="highlightedColor"/>
  721. </label>
  722. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MAb-4Y-NcF">
  723. <rect key="frame" x="118.5" y="0.0" width="118" height="69"/>
  724. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="20"/>
  725. <state key="normal" title="Got it">
  726. <color key="titleColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  727. </state>
  728. <connections>
  729. <action selector="dismissPopUp:" destination="mqM-2n-WZf" eventType="touchUpInside" id="fu4-xL-yby"/>
  730. </connections>
  731. </button>
  732. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ksE-Ui-yEi">
  733. <rect key="frame" x="236.5" y="0.0" width="118.5" height="69"/>
  734. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="12"/>
  735. <nil key="textColor"/>
  736. <nil key="highlightedColor"/>
  737. </label>
  738. </subviews>
  739. </stackView>
  740. </subviews>
  741. <color key="backgroundColor" white="1" alpha="0.84999999999999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  742. <constraints>
  743. <constraint firstItem="wph-Fo-tVC" firstAttribute="top" secondItem="m0v-py-sEM" secondAttribute="top" id="KOX-ei-EyW"/>
  744. <constraint firstItem="wph-Fo-tVC" firstAttribute="leading" secondItem="m0v-py-sEM" secondAttribute="leading" id="Qs7-AU-tDL"/>
  745. <constraint firstAttribute="trailing" secondItem="wph-Fo-tVC" secondAttribute="trailing" id="i1X-Jq-gfl"/>
  746. <constraint firstAttribute="bottom" secondItem="wph-Fo-tVC" secondAttribute="bottom" id="usq-dd-VBl"/>
  747. </constraints>
  748. </view>
  749. </subviews>
  750. <constraints>
  751. <constraint firstAttribute="height" constant="139" id="GzG-Qi-HQN"/>
  752. </constraints>
  753. </stackView>
  754. </subviews>
  755. <color key="backgroundColor" red="0.90580290559999999" green="0.90593320129999999" blue="0.90577441449999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  756. <constraints>
  757. <constraint firstItem="kLG-Dp-FUL" firstAttribute="leading" secondItem="6VY-Cz-WX4" secondAttribute="leading" id="Gyw-ki-fwn"/>
  758. <constraint firstAttribute="height" constant="272" id="IVl-az-wG7"/>
  759. <constraint firstAttribute="trailing" secondItem="SV5-JO-yfh" secondAttribute="trailing" id="Nl2-pm-HZ0"/>
  760. <constraint firstAttribute="bottom" secondItem="kLG-Dp-FUL" secondAttribute="bottom" id="anw-9p-whQ"/>
  761. <constraint firstItem="SV5-JO-yfh" firstAttribute="top" secondItem="6VY-Cz-WX4" secondAttribute="top" id="fSl-cq-eo3"/>
  762. <constraint firstItem="kLG-Dp-FUL" firstAttribute="top" secondItem="SV5-JO-yfh" secondAttribute="bottom" id="gju-mb-7a2"/>
  763. <constraint firstItem="SV5-JO-yfh" firstAttribute="leading" secondItem="6VY-Cz-WX4" secondAttribute="leading" id="jqB-1Y-u6C"/>
  764. <constraint firstAttribute="trailing" secondItem="kLG-Dp-FUL" secondAttribute="trailing" id="qdW-aN-76d"/>
  765. </constraints>
  766. <userDefinedRuntimeAttributes>
  767. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  768. <integer key="value" value="20"/>
  769. </userDefinedRuntimeAttribute>
  770. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  771. </userDefinedRuntimeAttributes>
  772. </view>
  773. </subviews>
  774. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  775. <constraints>
  776. <constraint firstItem="6VY-Cz-WX4" firstAttribute="leading" secondItem="lB0-EK-rae" secondAttribute="leading" constant="10" id="1q7-v2-Tqc"/>
  777. <constraint firstItem="lB0-EK-rae" firstAttribute="trailing" secondItem="6VY-Cz-WX4" secondAttribute="trailing" constant="10" id="mNU-lQ-alp"/>
  778. <constraint firstItem="6VY-Cz-WX4" firstAttribute="top" secondItem="lB0-EK-rae" secondAttribute="top" constant="138" id="oue-v0-0j5"/>
  779. </constraints>
  780. <viewLayoutGuide key="safeArea" id="lB0-EK-rae"/>
  781. </view>
  782. </viewController>
  783. <placeholder placeholderIdentifier="IBFirstResponder" id="nCE-FY-7iA" userLabel="First Responder" sceneMemberID="firstResponder"/>
  784. </objects>
  785. <point key="canvasLocation" x="8967" y="699"/>
  786. </scene>
  787. <!--Track Transaction View Controller-->
  788. <scene sceneID="TfS-zq-Zmd">
  789. <objects>
  790. <viewController id="mSU-xX-elu" customClass="TrackTransactionViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  791. <view key="view" contentMode="scaleToFill" id="Ygt-Tg-V8y">
  792. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  793. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  794. <subviews>
  795. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BhT-CC-Own" userLabel="View Main">
  796. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  797. <subviews>
  798. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="1" translatesAutoresizingMaskIntoConstraints="NO" id="J6z-fn-iB3">
  799. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  800. <subviews>
  801. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="l7c-6D-QdF" userLabel="View Recipient">
  802. <rect key="frame" x="0.0" y="0.0" width="375" height="104"/>
  803. <subviews>
  804. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zfh-f5-WhK">
  805. <rect key="frame" x="10" y="10" width="355" height="84"/>
  806. <subviews>
  807. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="D" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GiW-5l-8Hz">
  808. <rect key="frame" x="24" y="20" width="40" height="40"/>
  809. <constraints>
  810. <constraint firstAttribute="height" constant="40" id="5SV-B6-FUK"/>
  811. <constraint firstAttribute="width" constant="40" id="jfJ-cw-LgF"/>
  812. </constraints>
  813. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  814. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  815. <nil key="highlightedColor"/>
  816. </label>
  817. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="S2G-E4-Kdg">
  818. <rect key="frame" x="83" y="22" width="262" height="20.5"/>
  819. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
  820. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  821. <nil key="highlightedColor"/>
  822. </label>
  823. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D8e-TS-Ed5">
  824. <rect key="frame" x="83" y="45.5" width="262" height="17"/>
  825. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  826. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  827. <nil key="highlightedColor"/>
  828. </label>
  829. </subviews>
  830. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  831. <constraints>
  832. <constraint firstItem="GiW-5l-8Hz" firstAttribute="top" secondItem="Zfh-f5-WhK" secondAttribute="top" constant="20" id="3KM-Zo-6mf"/>
  833. <constraint firstItem="S2G-E4-Kdg" firstAttribute="top" secondItem="Zfh-f5-WhK" secondAttribute="top" constant="22" id="BM0-FH-1sc"/>
  834. <constraint firstItem="D8e-TS-Ed5" firstAttribute="trailing" secondItem="S2G-E4-Kdg" secondAttribute="trailing" id="Hay-tg-R6x"/>
  835. <constraint firstItem="GiW-5l-8Hz" firstAttribute="leading" secondItem="Zfh-f5-WhK" secondAttribute="leading" constant="24" id="KqG-vp-mVA"/>
  836. <constraint firstItem="D8e-TS-Ed5" firstAttribute="leading" secondItem="S2G-E4-Kdg" secondAttribute="leading" id="P1y-qP-7Tb"/>
  837. <constraint firstItem="S2G-E4-Kdg" firstAttribute="leading" secondItem="GiW-5l-8Hz" secondAttribute="trailing" constant="19" id="bhL-rg-IS9"/>
  838. <constraint firstItem="D8e-TS-Ed5" firstAttribute="top" secondItem="S2G-E4-Kdg" secondAttribute="bottom" constant="3" id="cBX-Dl-On2"/>
  839. <constraint firstAttribute="trailing" secondItem="S2G-E4-Kdg" secondAttribute="trailing" constant="10" id="gyE-Jw-eJc"/>
  840. </constraints>
  841. <userDefinedRuntimeAttributes>
  842. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  843. <integer key="value" value="10"/>
  844. </userDefinedRuntimeAttribute>
  845. </userDefinedRuntimeAttributes>
  846. </view>
  847. </subviews>
  848. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  849. <constraints>
  850. <constraint firstItem="Zfh-f5-WhK" firstAttribute="top" secondItem="l7c-6D-QdF" secondAttribute="top" constant="10" id="DqJ-WK-HHI"/>
  851. <constraint firstAttribute="trailing" secondItem="Zfh-f5-WhK" secondAttribute="trailing" constant="10" id="Ht0-IS-gRv"/>
  852. <constraint firstAttribute="bottom" secondItem="Zfh-f5-WhK" secondAttribute="bottom" constant="10" id="dif-64-F1G"/>
  853. <constraint firstAttribute="height" constant="104" id="ed3-ff-cgT"/>
  854. <constraint firstItem="Zfh-f5-WhK" firstAttribute="leading" secondItem="l7c-6D-QdF" secondAttribute="leading" constant="10" id="el3-0q-sl7"/>
  855. </constraints>
  856. </view>
  857. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qVX-Qm-rQQ">
  858. <rect key="frame" x="0.0" y="105" width="375" height="542"/>
  859. <subviews>
  860. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="102" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="HNp-wz-9EO" userLabel="Table View Transaction Details">
  861. <rect key="frame" x="10" y="10" width="355" height="532"/>
  862. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  863. <prototypes>
  864. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="trackTransaction" rowHeight="82" id="8ku-DB-WyC" userLabel="trackTransaction" customClass="TrackTransactionTableViewCell" customModule="GMERemittance" customModuleProvider="target">
  865. <rect key="frame" x="0.0" y="28" width="355" height="82"/>
  866. <autoresizingMask key="autoresizingMask"/>
  867. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="8ku-DB-WyC" id="tdD-IW-C9S">
  868. <rect key="frame" x="0.0" y="0.0" width="355" height="81.5"/>
  869. <autoresizingMask key="autoresizingMask"/>
  870. <subviews>
  871. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mHV-kC-KES">
  872. <rect key="frame" x="0.0" y="0.0" width="355" height="81.5"/>
  873. <subviews>
  874. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tue, 19/12/2017" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aZP-9z-2jX">
  875. <rect key="frame" x="20" y="10" width="77.5" height="15"/>
  876. <constraints>
  877. <constraint firstAttribute="height" constant="15" id="o1M-OD-Eek"/>
  878. </constraints>
  879. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  880. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  881. <nil key="highlightedColor"/>
  882. </label>
  883. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Amount" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="REv-o9-1gi">
  884. <rect key="frame" x="302" y="10" width="41" height="15"/>
  885. <constraints>
  886. <constraint firstAttribute="height" constant="15" id="rxD-f8-QvE"/>
  887. </constraints>
  888. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  889. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  890. <nil key="highlightedColor"/>
  891. </label>
  892. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="To: Dhan Singh Saud" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZHD-ro-Ily">
  893. <rect key="frame" x="20" y="28" width="157" height="21.5"/>
  894. <constraints>
  895. <constraint firstAttribute="height" constant="21" id="bgZ-FO-LL2"/>
  896. </constraints>
  897. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  898. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  899. <nil key="highlightedColor"/>
  900. </label>
  901. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cash Payment" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MgL-nK-bxQ">
  902. <rect key="frame" x="20" y="55.5" width="74" height="15"/>
  903. <constraints>
  904. <constraint firstAttribute="height" constant="15" id="o6y-f0-Qv8"/>
  905. </constraints>
  906. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  907. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  908. <nil key="highlightedColor"/>
  909. </label>
  910. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Transaction No. 10004015" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tPP-Xh-BRf">
  911. <rect key="frame" x="210.5" y="56" width="132.5" height="15"/>
  912. <constraints>
  913. <constraint firstAttribute="height" constant="15" id="pua-cz-mHd"/>
  914. </constraints>
  915. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  916. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  917. <nil key="highlightedColor"/>
  918. </label>
  919. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1,000,00" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bxv-LI-rp6">
  920. <rect key="frame" x="280" y="29.5" width="63" height="20.5"/>
  921. <constraints>
  922. <constraint firstAttribute="height" constant="21" id="8W9-Mh-8HU"/>
  923. </constraints>
  924. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  925. <color key="textColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  926. <nil key="highlightedColor"/>
  927. </label>
  928. </subviews>
  929. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  930. <constraints>
  931. <constraint firstAttribute="trailing" secondItem="REv-o9-1gi" secondAttribute="trailing" constant="12" id="06V-1k-VGW"/>
  932. <constraint firstAttribute="bottom" secondItem="MgL-nK-bxQ" secondAttribute="bottom" constant="11" id="2ut-ZT-xgs"/>
  933. <constraint firstAttribute="trailing" secondItem="Bxv-LI-rp6" secondAttribute="trailing" constant="12" id="4tt-AL-teJ"/>
  934. <constraint firstItem="aZP-9z-2jX" firstAttribute="top" secondItem="mHV-kC-KES" secondAttribute="top" constant="10" id="DQL-Lx-ypP"/>
  935. <constraint firstItem="REv-o9-1gi" firstAttribute="top" secondItem="mHV-kC-KES" secondAttribute="top" constant="10" id="Fqi-KD-n1C"/>
  936. <constraint firstItem="Bxv-LI-rp6" firstAttribute="top" secondItem="REv-o9-1gi" secondAttribute="bottom" constant="4.5" id="JlY-I7-FJe"/>
  937. <constraint firstItem="ZHD-ro-Ily" firstAttribute="top" secondItem="aZP-9z-2jX" secondAttribute="bottom" constant="3" id="RyZ-6a-mqd"/>
  938. <constraint firstItem="MgL-nK-bxQ" firstAttribute="top" secondItem="ZHD-ro-Ily" secondAttribute="bottom" constant="6" id="fDq-c1-Xqo"/>
  939. <constraint firstItem="ZHD-ro-Ily" firstAttribute="leading" secondItem="mHV-kC-KES" secondAttribute="leading" constant="20" id="gTR-aQ-BLb"/>
  940. <constraint firstItem="MgL-nK-bxQ" firstAttribute="leading" secondItem="mHV-kC-KES" secondAttribute="leading" constant="20" id="j1H-cH-ZAG"/>
  941. <constraint firstAttribute="bottom" secondItem="tPP-Xh-BRf" secondAttribute="bottom" constant="11" id="nkK-cq-FGP"/>
  942. <constraint firstItem="tPP-Xh-BRf" firstAttribute="top" secondItem="Bxv-LI-rp6" secondAttribute="bottom" constant="6" id="oK3-cs-i5u"/>
  943. <constraint firstAttribute="trailing" secondItem="tPP-Xh-BRf" secondAttribute="trailing" constant="12" id="tHV-tl-QTp"/>
  944. <constraint firstItem="aZP-9z-2jX" firstAttribute="leading" secondItem="mHV-kC-KES" secondAttribute="leading" constant="20" id="zyw-mt-a5m"/>
  945. </constraints>
  946. <userDefinedRuntimeAttributes>
  947. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  948. <integer key="value" value="10"/>
  949. </userDefinedRuntimeAttribute>
  950. </userDefinedRuntimeAttributes>
  951. </view>
  952. </subviews>
  953. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  954. <constraints>
  955. <constraint firstItem="mHV-kC-KES" firstAttribute="top" secondItem="tdD-IW-C9S" secondAttribute="top" id="5JE-P6-4ph"/>
  956. <constraint firstAttribute="trailing" secondItem="mHV-kC-KES" secondAttribute="trailing" id="Qfk-Tn-BwP"/>
  957. <constraint firstItem="mHV-kC-KES" firstAttribute="leading" secondItem="tdD-IW-C9S" secondAttribute="leading" id="o27-By-EZc"/>
  958. <constraint firstAttribute="bottom" secondItem="mHV-kC-KES" secondAttribute="bottom" id="uQB-HS-9JF"/>
  959. </constraints>
  960. </tableViewCellContentView>
  961. <connections>
  962. <outlet property="labelTransactionAmount" destination="Bxv-LI-rp6" id="ZvC-AB-wIq"/>
  963. <outlet property="labelTransactionDate" destination="aZP-9z-2jX" id="q98-HG-Eym"/>
  964. <outlet property="labelTransactionID" destination="tPP-Xh-BRf" id="DSl-wP-q34"/>
  965. <outlet property="labelTransactionMode" destination="MgL-nK-bxQ" id="2Dr-0f-NnJ"/>
  966. <outlet property="labelTransactionRecipient" destination="ZHD-ro-Ily" id="Fgi-8Z-sLh"/>
  967. </connections>
  968. </tableViewCell>
  969. </prototypes>
  970. </tableView>
  971. </subviews>
  972. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  973. <constraints>
  974. <constraint firstAttribute="bottom" secondItem="HNp-wz-9EO" secondAttribute="bottom" id="71e-BE-R3q"/>
  975. <constraint firstItem="HNp-wz-9EO" firstAttribute="top" secondItem="qVX-Qm-rQQ" secondAttribute="top" constant="10" id="7uN-UC-8Xy"/>
  976. <constraint firstItem="HNp-wz-9EO" firstAttribute="leading" secondItem="qVX-Qm-rQQ" secondAttribute="leading" constant="10" id="9DJ-tE-p63"/>
  977. <constraint firstAttribute="trailing" secondItem="HNp-wz-9EO" secondAttribute="trailing" constant="10" id="yyh-24-6ra"/>
  978. </constraints>
  979. </view>
  980. </subviews>
  981. </stackView>
  982. </subviews>
  983. <color key="backgroundColor" red="0.80392156859999997" green="0.80784313730000001" blue="0.82352941180000006" alpha="1" colorSpace="calibratedRGB"/>
  984. <constraints>
  985. <constraint firstItem="J6z-fn-iB3" firstAttribute="top" secondItem="BhT-CC-Own" secondAttribute="top" id="0AO-PU-iPZ"/>
  986. <constraint firstAttribute="trailing" secondItem="J6z-fn-iB3" secondAttribute="trailing" id="Fts-Qk-sp2"/>
  987. <constraint firstAttribute="bottom" secondItem="J6z-fn-iB3" secondAttribute="bottom" id="VyR-Bp-KZb"/>
  988. <constraint firstItem="J6z-fn-iB3" firstAttribute="leading" secondItem="BhT-CC-Own" secondAttribute="leading" id="pSA-GG-07T"/>
  989. </constraints>
  990. </view>
  991. </subviews>
  992. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  993. <constraints>
  994. <constraint firstItem="BhT-CC-Own" firstAttribute="top" secondItem="XIU-CY-2kb" secondAttribute="top" id="UU4-R8-f77"/>
  995. <constraint firstItem="XIU-CY-2kb" firstAttribute="trailing" secondItem="BhT-CC-Own" secondAttribute="trailing" id="bOp-HA-Ykg"/>
  996. <constraint firstItem="BhT-CC-Own" firstAttribute="leading" secondItem="XIU-CY-2kb" secondAttribute="leading" id="d2F-Dr-a3t"/>
  997. <constraint firstItem="XIU-CY-2kb" firstAttribute="bottom" secondItem="BhT-CC-Own" secondAttribute="bottom" id="dWg-Ui-TTT"/>
  998. </constraints>
  999. <viewLayoutGuide key="safeArea" id="XIU-CY-2kb"/>
  1000. </view>
  1001. <connections>
  1002. <outlet property="labelRecipientInitial" destination="GiW-5l-8Hz" id="ivB-sp-Ycp"/>
  1003. <outlet property="labelRecipientName" destination="S2G-E4-Kdg" id="4ig-jb-iID"/>
  1004. <outlet property="labelRecipientPhone" destination="D8e-TS-Ed5" id="42S-Bx-Ca6"/>
  1005. <outlet property="tableViewTransactionDetails" destination="HNp-wz-9EO" id="dbs-R5-wlg"/>
  1006. <segue destination="4mN-GR-XTU" kind="show" identifier="trackStage" id="5yk-eh-y5a"/>
  1007. </connections>
  1008. </viewController>
  1009. <placeholder placeholderIdentifier="IBFirstResponder" id="JHd-VL-iav" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1010. </objects>
  1011. <point key="canvasLocation" x="7014" y="1372"/>
  1012. </scene>
  1013. </scenes>
  1014. <resources>
  1015. <image name="ic_profile_bg" width="355" height="226"/>
  1016. <image name="kyc_welcomeBackground" width="355" height="133"/>
  1017. <image name="trackSeparator" width="27" height="14"/>
  1018. <image name="trackStageFinal1" width="50" height="50"/>
  1019. <image name="trackStageInitial0" width="42" height="42"/>
  1020. <image name="trackStageInitial2" width="42" height="42"/>
  1021. <image name="trackStageInitial3" width="42" height="42"/>
  1022. <image name="welcomeLogo" width="40" height="40"/>
  1023. </resources>
  1024. </document>