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.

175 lines
19 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
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="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="HSb-ou-7T5">
  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="14460.20"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <customFonts key="customFonts">
  12. <array key="SanFranciscoDisplay-Regular.otf">
  13. <string>SanFranciscoDisplay-Regular</string>
  14. </array>
  15. </customFonts>
  16. <scenes>
  17. <!--SendMoneyParent-->
  18. <scene sceneID="R60-Pu-Hpy">
  19. <objects>
  20. <viewController storyboardIdentifier="SendMoneyParentViewController" title="SendMoneyParent" id="HSb-ou-7T5" customClass="SendMoneyParentViewController" customModule="GME_Remit" customModuleProvider="target" sceneMemberID="viewController">
  21. <layoutGuides>
  22. <viewControllerLayoutGuide type="top" id="y1H-iV-BwG"/>
  23. <viewControllerLayoutGuide type="bottom" id="PYB-Kq-ghm"/>
  24. </layoutGuides>
  25. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="USr-Wi-jgh">
  30. <rect key="frame" x="0.0" y="5" width="375" height="90"/>
  31. <subviews>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="A8a-4d-hYj">
  33. <rect key="frame" x="0.0" y="5" width="375" height="80"/>
  34. <subviews>
  35. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UXe-yi-f7S">
  36. <rect key="frame" x="172.5" y="25" width="30" height="30"/>
  37. <color key="backgroundColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  38. <constraints>
  39. <constraint firstAttribute="width" secondItem="UXe-yi-f7S" secondAttribute="height" multiplier="1:1" id="Sv4-VH-NS4"/>
  40. </constraints>
  41. <state key="normal" title="2">
  42. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. </state>
  44. <connections>
  45. <action selector="exchangeRate:" destination="HSb-ou-7T5" eventType="touchUpInside" id="ewR-0q-cWz"/>
  46. </connections>
  47. </button>
  48. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hBh-Mg-ic2">
  49. <rect key="frame" x="295" y="25" width="30" height="30"/>
  50. <color key="backgroundColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  51. <constraints>
  52. <constraint firstAttribute="width" secondItem="hBh-Mg-ic2" secondAttribute="height" multiplier="1:1" id="nbl-v4-RqX"/>
  53. </constraints>
  54. <state key="normal" title="3">
  55. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. </state>
  57. <connections>
  58. <action selector="verification:" destination="HSb-ou-7T5" eventType="touchUpInside" id="Nf9-Ln-pM0"/>
  59. </connections>
  60. </button>
  61. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8vi-Sv-1YG">
  62. <rect key="frame" x="50" y="25" width="30" height="30"/>
  63. <color key="backgroundColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  64. <constraints>
  65. <constraint firstAttribute="width" secondItem="8vi-Sv-1YG" secondAttribute="height" multiplier="1:1" id="Gvk-Ee-ruZ"/>
  66. </constraints>
  67. <state key="normal" title="1">
  68. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  69. </state>
  70. <connections>
  71. <action selector="paymentMode:" destination="HSb-ou-7T5" eventType="touchUpInside" id="04w-jm-C7m"/>
  72. </connections>
  73. </button>
  74. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Gyu-fm-gRQ">
  75. <rect key="frame" x="202.5" y="39" width="92.5" height="2"/>
  76. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  77. </view>
  78. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bzk-Kx-Jlq">
  79. <rect key="frame" x="80" y="39" width="92.5" height="2"/>
  80. <color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  81. <constraints>
  82. <constraint firstAttribute="height" constant="2" id="0Cq-TF-OL5"/>
  83. </constraints>
  84. </view>
  85. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Mode" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ROb-sT-ysp">
  86. <rect key="frame" x="5" y="59" width="120" height="13.5"/>
  87. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  88. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  89. <nil key="highlightedColor"/>
  90. </label>
  91. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Amount Detail" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gQB-Gu-fSy">
  92. <rect key="frame" x="127.5" y="59" width="120" height="13.5"/>
  93. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  94. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  95. <nil key="highlightedColor"/>
  96. </label>
  97. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Verification Detail" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hhi-Fm-aQu">
  98. <rect key="frame" x="250" y="59" width="120" height="13.5"/>
  99. <constraints>
  100. <constraint firstAttribute="width" constant="120" id="toD-6K-f18"/>
  101. </constraints>
  102. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  103. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  104. <nil key="highlightedColor"/>
  105. </label>
  106. </subviews>
  107. <color key="backgroundColor" cocoaTouchSystemColor="tableCellGroupedBackgroundColor"/>
  108. <constraints>
  109. <constraint firstItem="8vi-Sv-1YG" firstAttribute="leading" secondItem="A8a-4d-hYj" secondAttribute="leading" constant="50" id="0x8-0C-zvp"/>
  110. <constraint firstItem="gQB-Gu-fSy" firstAttribute="width" secondItem="ROb-sT-ysp" secondAttribute="width" id="4IV-jT-Tf7"/>
  111. <constraint firstItem="8vi-Sv-1YG" firstAttribute="centerY" secondItem="UXe-yi-f7S" secondAttribute="centerY" id="4jX-Ij-hY3"/>
  112. <constraint firstItem="hBh-Mg-ic2" firstAttribute="centerY" secondItem="UXe-yi-f7S" secondAttribute="centerY" id="5Qn-Rq-JQG"/>
  113. <constraint firstAttribute="height" constant="80" id="6Eh-62-3pf"/>
  114. <constraint firstItem="Hhi-Fm-aQu" firstAttribute="centerX" secondItem="hBh-Mg-ic2" secondAttribute="centerX" id="9yV-NA-llX"/>
  115. <constraint firstItem="UXe-yi-f7S" firstAttribute="leading" secondItem="bzk-Kx-Jlq" secondAttribute="trailing" id="EXJ-Nu-rOZ"/>
  116. <constraint firstItem="Gyu-fm-gRQ" firstAttribute="centerY" secondItem="UXe-yi-f7S" secondAttribute="centerY" id="IQe-ES-Xgs"/>
  117. <constraint firstAttribute="trailing" secondItem="hBh-Mg-ic2" secondAttribute="trailing" constant="50" id="LRI-zS-nJG"/>
  118. <constraint firstItem="Gyu-fm-gRQ" firstAttribute="leading" secondItem="UXe-yi-f7S" secondAttribute="trailing" id="Mzw-D7-oGf"/>
  119. <constraint firstItem="bzk-Kx-Jlq" firstAttribute="centerY" secondItem="UXe-yi-f7S" secondAttribute="centerY" id="QnM-lA-JvO"/>
  120. <constraint firstItem="hBh-Mg-ic2" firstAttribute="leading" secondItem="Gyu-fm-gRQ" secondAttribute="trailing" id="Ufb-Z6-Yft"/>
  121. <constraint firstItem="ROb-sT-ysp" firstAttribute="centerX" secondItem="8vi-Sv-1YG" secondAttribute="centerX" id="W2g-Nq-Y9k"/>
  122. <constraint firstItem="UXe-yi-f7S" firstAttribute="centerY" secondItem="A8a-4d-hYj" secondAttribute="centerY" id="Xwm-FE-fCy"/>
  123. <constraint firstItem="bzk-Kx-Jlq" firstAttribute="leading" secondItem="8vi-Sv-1YG" secondAttribute="trailing" id="aNv-gb-KNl"/>
  124. <constraint firstItem="UXe-yi-f7S" firstAttribute="centerX" secondItem="A8a-4d-hYj" secondAttribute="centerX" id="d67-TR-am7"/>
  125. <constraint firstItem="gQB-Gu-fSy" firstAttribute="centerY" secondItem="ROb-sT-ysp" secondAttribute="centerY" id="ivf-Rd-naU"/>
  126. <constraint firstItem="Hhi-Fm-aQu" firstAttribute="centerY" secondItem="gQB-Gu-fSy" secondAttribute="centerY" id="jTS-Nc-ffJ"/>
  127. <constraint firstItem="ROb-sT-ysp" firstAttribute="top" secondItem="8vi-Sv-1YG" secondAttribute="bottom" constant="4" id="jig-ba-cgu"/>
  128. <constraint firstItem="gQB-Gu-fSy" firstAttribute="centerX" secondItem="UXe-yi-f7S" secondAttribute="centerX" id="lXF-Pz-XSU"/>
  129. <constraint firstItem="bzk-Kx-Jlq" firstAttribute="height" secondItem="Gyu-fm-gRQ" secondAttribute="height" id="mLa-OX-vRO"/>
  130. <constraint firstItem="Hhi-Fm-aQu" firstAttribute="width" secondItem="gQB-Gu-fSy" secondAttribute="width" id="tzZ-N6-yLR"/>
  131. </constraints>
  132. </view>
  133. </subviews>
  134. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  135. <constraints>
  136. <constraint firstAttribute="trailing" secondItem="A8a-4d-hYj" secondAttribute="trailing" id="B2q-pb-8Iy"/>
  137. <constraint firstAttribute="height" constant="90" id="lgB-Ug-uhc"/>
  138. <constraint firstItem="A8a-4d-hYj" firstAttribute="leading" secondItem="USr-Wi-jgh" secondAttribute="leading" id="n4o-F3-vy8"/>
  139. <constraint firstItem="A8a-4d-hYj" firstAttribute="centerY" secondItem="USr-Wi-jgh" secondAttribute="centerY" id="p7T-qh-a9I"/>
  140. </constraints>
  141. </view>
  142. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TTM-k8-r9y">
  143. <rect key="frame" x="8" y="103" width="359" height="556"/>
  144. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  145. </view>
  146. </subviews>
  147. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  148. <constraints>
  149. <constraint firstItem="USr-Wi-jgh" firstAttribute="top" secondItem="9Uc-9s-KgO" secondAttribute="top" constant="5" id="FD7-wJ-EdF"/>
  150. <constraint firstItem="PYB-Kq-ghm" firstAttribute="top" secondItem="TTM-k8-r9y" secondAttribute="bottom" constant="8" id="KU9-zd-NQ5"/>
  151. <constraint firstAttribute="trailing" secondItem="USr-Wi-jgh" secondAttribute="trailing" id="M6x-tC-ENT"/>
  152. <constraint firstItem="TTM-k8-r9y" firstAttribute="top" secondItem="USr-Wi-jgh" secondAttribute="bottom" constant="8" id="ZuA-Vl-QxN"/>
  153. <constraint firstItem="USr-Wi-jgh" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" id="d65-ol-LG5"/>
  154. <constraint firstAttribute="trailing" secondItem="TTM-k8-r9y" secondAttribute="trailing" constant="8" id="mM5-vC-vb6"/>
  155. <constraint firstItem="TTM-k8-r9y" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" constant="8" id="x8x-1L-uBa"/>
  156. </constraints>
  157. </view>
  158. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  159. <connections>
  160. <outlet property="containerView" destination="TTM-k8-r9y" id="nQw-NX-HCc"/>
  161. <outlet property="exchangeRateButton" destination="UXe-yi-f7S" id="5x2-7M-I3V"/>
  162. <outlet property="exchangeRateLabel" destination="gQB-Gu-fSy" id="PMg-kv-Wry"/>
  163. <outlet property="paymentModeButton" destination="8vi-Sv-1YG" id="weB-ka-ifD"/>
  164. <outlet property="paymentModeLabel" destination="ROb-sT-ysp" id="aqq-PH-CwG"/>
  165. <outlet property="verificationButton" destination="hBh-Mg-ic2" id="2tK-Ax-FDV"/>
  166. <outlet property="verificationLabel" destination="Hhi-Fm-aQu" id="nJz-ho-H74"/>
  167. </connections>
  168. </viewController>
  169. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  170. </objects>
  171. <point key="canvasLocation" x="-92" y="232.53373313343329"/>
  172. </scene>
  173. </scenes>
  174. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  175. </document>