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.

178 lines
16 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="QxQ-Vf-4rA">
  3. <device id="retina4_7" orientation="portrait" appearance="dark"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  7. <capability name="Named colors" minToolsVersion="9.0"/>
  8. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <customFonts key="customFonts">
  12. <array key="SanFranciscoDisplay-Medium.otf">
  13. <string>SanFranciscoDisplay-Medium</string>
  14. </array>
  15. <array key="SanFranciscoDisplay-Regular.otf">
  16. <string>SanFranciscoDisplay-Regular</string>
  17. </array>
  18. </customFonts>
  19. <scenes>
  20. <!--AddAccount-->
  21. <scene sceneID="R60-Pu-Hpy">
  22. <objects>
  23. <viewController storyboardIdentifier="AddAccountViewController" title="AddAccount" id="HSb-ou-7T5" customClass="AddAccountViewController" customModule="GME_Remit" customModuleProvider="target" sceneMemberID="viewController">
  24. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO" customClass="IQPreviousNextView" customModule="IQKeyboardManagerSwift">
  25. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="To add account, enter information." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="61P-lG-Orb" userLabel="Title Label">
  29. <rect key="frame" x="10" y="44" width="355" height="50"/>
  30. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="50" id="Gwt-WO-ll0"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  35. <color key="textColor" name="ThemeText"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="25" translatesAutoresizingMaskIntoConstraints="NO" id="3ai-n4-gBZ" userLabel="ContentsView">
  39. <rect key="frame" x="26" y="114" width="323" height="185"/>
  40. <subviews>
  41. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RZW-X0-sHf" customClass="ValidationTextField" customModule="GME_Remit" customModuleProvider="target">
  42. <rect key="frame" x="0.0" y="0.0" width="323" height="45"/>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  45. <constraints>
  46. <constraint firstAttribute="height" constant="45" id="2rM-Fi-bv9"/>
  47. </constraints>
  48. <color key="textColor" name="ThemeText"/>
  49. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
  50. <textInputTraits key="textInputTraits" autocorrectionType="no"/>
  51. <userDefinedRuntimeAttributes>
  52. <userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Select your bank"/>
  53. <userDefinedRuntimeAttribute type="string" keyPath="titleText" value="Bank Name"/>
  54. <userDefinedRuntimeAttribute type="boolean" keyPath="isShowTitle" value="NO"/>
  55. <userDefinedRuntimeAttribute type="boolean" keyPath="isUseTitle" value="NO"/>
  56. </userDefinedRuntimeAttributes>
  57. </textField>
  58. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="8ga-Pj-fFb" customClass="ValidationTextField" customModule="GME_Remit" customModuleProvider="target">
  59. <rect key="frame" x="0.0" y="70" width="323" height="45"/>
  60. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. <color key="textColor" name="ThemeText"/>
  62. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
  63. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  64. <userDefinedRuntimeAttributes>
  65. <userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Enter your bank account number"/>
  66. <userDefinedRuntimeAttribute type="string" keyPath="errorMessage" value="Invalid Bank Account"/>
  67. <userDefinedRuntimeAttribute type="string" keyPath="titleText" value="Bank Account"/>
  68. <userDefinedRuntimeAttribute type="boolean" keyPath="isShowTitle" value="NO"/>
  69. <userDefinedRuntimeAttribute type="boolean" keyPath="isUseTitle" value="NO"/>
  70. </userDefinedRuntimeAttributes>
  71. </textField>
  72. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="1Ca-e4-yFh" customClass="ValidationTextField" customModule="GME_Remit" customModuleProvider="target">
  73. <rect key="frame" x="0.0" y="140" width="323" height="45"/>
  74. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  75. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  76. <color key="textColor" name="ThemeText"/>
  77. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
  78. <textInputTraits key="textInputTraits" autocorrectionType="no"/>
  79. <userDefinedRuntimeAttributes>
  80. <userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Select Language"/>
  81. <userDefinedRuntimeAttribute type="string" keyPath="titleText" value="Language"/>
  82. <userDefinedRuntimeAttribute type="boolean" keyPath="isShowTitle" value="NO"/>
  83. <userDefinedRuntimeAttribute type="boolean" keyPath="isUseTitle" value="NO"/>
  84. </userDefinedRuntimeAttributes>
  85. </textField>
  86. </subviews>
  87. <constraints>
  88. <constraint firstAttribute="trailing" secondItem="1Ca-e4-yFh" secondAttribute="trailing" id="4Dp-Z7-6z4"/>
  89. <constraint firstAttribute="trailing" secondItem="RZW-X0-sHf" secondAttribute="trailing" id="DSa-39-eLl"/>
  90. <constraint firstItem="RZW-X0-sHf" firstAttribute="leading" secondItem="3ai-n4-gBZ" secondAttribute="leading" id="HsV-M1-Auo"/>
  91. <constraint firstAttribute="trailing" secondItem="8ga-Pj-fFb" secondAttribute="trailing" id="Vwh-7P-djf"/>
  92. <constraint firstItem="1Ca-e4-yFh" firstAttribute="leading" secondItem="3ai-n4-gBZ" secondAttribute="leading" id="aM4-qD-WM5"/>
  93. <constraint firstItem="8ga-Pj-fFb" firstAttribute="leading" secondItem="3ai-n4-gBZ" secondAttribute="leading" id="fgh-IM-DJD"/>
  94. </constraints>
  95. </stackView>
  96. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bm7-r1-NLR">
  97. <rect key="frame" x="26" y="324" width="323" height="50"/>
  98. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  99. <constraints>
  100. <constraint firstAttribute="height" constant="50" id="WQG-ti-fgK"/>
  101. </constraints>
  102. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
  103. <state key="normal" title="Verify Account">
  104. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  105. </state>
  106. <connections>
  107. <action selector="verifyAccountButtonTouch:" destination="HSb-ou-7T5" eventType="touchUpInside" id="kgW-AE-MCV"/>
  108. </connections>
  109. </button>
  110. </subviews>
  111. <color key="backgroundColor" name="ThemeMainBackground"/>
  112. <constraints>
  113. <constraint firstItem="bm7-r1-NLR" firstAttribute="width" secondItem="3ai-n4-gBZ" secondAttribute="width" id="0xW-3X-Q2Y"/>
  114. <constraint firstAttribute="trailingMargin" secondItem="3ai-n4-gBZ" secondAttribute="trailing" constant="10" id="5fF-jb-9Eb"/>
  115. <constraint firstItem="bm7-r1-NLR" firstAttribute="top" secondItem="3ai-n4-gBZ" secondAttribute="bottom" constant="25" id="Hee-LI-sTz"/>
  116. <constraint firstItem="3ai-n4-gBZ" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leadingMargin" constant="10" id="Ov0-8H-kTY"/>
  117. <constraint firstItem="3ai-n4-gBZ" firstAttribute="top" secondItem="61P-lG-Orb" secondAttribute="bottom" constant="20" id="dXP-gv-CB5"/>
  118. <constraint firstItem="61P-lG-Orb" firstAttribute="leading" secondItem="dsk-C1-OvC" secondAttribute="leading" constant="10" id="e8F-eD-Sl2"/>
  119. <constraint firstItem="dsk-C1-OvC" firstAttribute="trailing" secondItem="61P-lG-Orb" secondAttribute="trailing" constant="10" id="iIG-2w-uiz"/>
  120. <constraint firstItem="bm7-r1-NLR" firstAttribute="centerX" secondItem="dsk-C1-OvC" secondAttribute="centerX" id="mWi-Fd-VAU"/>
  121. <constraint firstItem="61P-lG-Orb" firstAttribute="top" secondItem="dsk-C1-OvC" secondAttribute="top" id="wht-Jq-l7R"/>
  122. </constraints>
  123. <viewLayoutGuide key="safeArea" id="dsk-C1-OvC"/>
  124. </view>
  125. <navigationItem key="navigationItem" id="R9L-Ab-HBv">
  126. <barButtonItem key="leftBarButtonItem" image="ic_cancel" id="kCc-QR-2Kp">
  127. <color key="tintColor" name="ThemeBlack"/>
  128. <connections>
  129. <action selector="closeButtonTouch:" destination="HSb-ou-7T5" id="drV-gC-1Be"/>
  130. </connections>
  131. </barButtonItem>
  132. </navigationItem>
  133. <connections>
  134. <outlet property="accountTextField" destination="8ga-Pj-fFb" id="xE3-19-Gsh"/>
  135. <outlet property="bankNameTextField" destination="RZW-X0-sHf" id="msQ-mJ-LH5"/>
  136. <outlet property="closeButton" destination="kCc-QR-2Kp" id="KUV-3q-W94"/>
  137. <outlet property="languageTextField" destination="1Ca-e4-yFh" id="DoP-qd-vJm"/>
  138. <outlet property="titleInfoLabel" destination="61P-lG-Orb" id="1BV-fn-vK7"/>
  139. <outlet property="verifyAccountButton" destination="bm7-r1-NLR" id="2jx-FH-wo2"/>
  140. </connections>
  141. </viewController>
  142. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  143. </objects>
  144. <point key="canvasLocation" x="847.20000000000005" y="232.53373313343329"/>
  145. </scene>
  146. <!--Navigation Controller-->
  147. <scene sceneID="aAS-Jc-HC1">
  148. <objects>
  149. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="QxQ-Vf-4rA" sceneMemberID="viewController">
  150. <toolbarItems/>
  151. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="bFA-Aq-QzQ">
  152. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  153. <autoresizingMask key="autoresizingMask"/>
  154. </navigationBar>
  155. <nil name="viewControllers"/>
  156. <connections>
  157. <segue destination="HSb-ou-7T5" kind="relationship" relationship="rootViewController" id="nYt-d8-2N8"/>
  158. </connections>
  159. </navigationController>
  160. <placeholder placeholderIdentifier="IBFirstResponder" id="vit-jc-i9w" userLabel="First Responder" sceneMemberID="firstResponder"/>
  161. </objects>
  162. <point key="canvasLocation" x="-92" y="232.53373313343329"/>
  163. </scene>
  164. </scenes>
  165. <resources>
  166. <image name="ic_cancel" width="12" height="12"/>
  167. <namedColor name="ThemeBlack">
  168. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  169. </namedColor>
  170. <namedColor name="ThemeMainBackground">
  171. <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  172. </namedColor>
  173. <namedColor name="ThemeText">
  174. <color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  175. </namedColor>
  176. </resources>
  177. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  178. </document>