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.

441 lines
53 KiB

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="HYG-By-PcL">
  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. </customFonts>
  17. <scenes>
  18. <!--Agent-->
  19. <scene sceneID="IEm-yz-K3p">
  20. <objects>
  21. <viewController storyboardIdentifier="AgentBankViewController" title="Agent" id="HYG-By-PcL" customClass="AgentBankViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  22. <view key="view" contentMode="scaleToFill" id="wDp-J4-eDb">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="t4K-9T-WHY">
  27. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  28. <subviews>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kdw-FY-ujr">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="59"/>
  31. <subviews>
  32. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zOg-cq-9op">
  33. <rect key="frame" x="10" y="7" width="304" height="44"/>
  34. <subviews>
  35. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Select" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="erx-05-xyg">
  36. <rect key="frame" x="10" y="13" width="200" height="18"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="18" id="3eD-bF-fmF"/>
  39. </constraints>
  40. <nil key="textColor"/>
  41. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  42. <textInputTraits key="textInputTraits"/>
  43. </textField>
  44. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="l2G-YV-dlf">
  45. <rect key="frame" x="273" y="19" width="11" height="6"/>
  46. <constraints>
  47. <constraint firstAttribute="height" constant="6" id="d9q-wu-9PP"/>
  48. </constraints>
  49. <state key="normal" image="ic_dropdown"/>
  50. <connections>
  51. <action selector="dropDownButtonAction:" destination="HYG-By-PcL" eventType="touchUpInside" id="6oT-p8-Tnm"/>
  52. </connections>
  53. </button>
  54. </subviews>
  55. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. <constraints>
  57. <constraint firstAttribute="trailing" secondItem="l2G-YV-dlf" secondAttribute="trailing" constant="20" id="0bt-Rd-7c8"/>
  58. <constraint firstAttribute="trailing" secondItem="erx-05-xyg" secondAttribute="trailing" constant="94" id="Esq-eJ-Rne"/>
  59. <constraint firstAttribute="height" constant="44" id="G9e-Du-7Ww"/>
  60. <constraint firstAttribute="bottom" secondItem="erx-05-xyg" secondAttribute="bottom" constant="13" id="QhQ-H6-sNO"/>
  61. <constraint firstItem="erx-05-xyg" firstAttribute="top" secondItem="zOg-cq-9op" secondAttribute="top" constant="13" id="UUY-Xq-dRn"/>
  62. <constraint firstItem="erx-05-xyg" firstAttribute="leading" secondItem="zOg-cq-9op" secondAttribute="leading" constant="10" id="YKN-rS-e1V"/>
  63. <constraint firstItem="l2G-YV-dlf" firstAttribute="top" secondItem="zOg-cq-9op" secondAttribute="top" constant="19" id="YeN-lp-Vib"/>
  64. <constraint firstAttribute="bottom" secondItem="l2G-YV-dlf" secondAttribute="bottom" constant="19" id="e02-KC-wkr"/>
  65. </constraints>
  66. <userDefinedRuntimeAttributes>
  67. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  68. <integer key="value" value="5"/>
  69. </userDefinedRuntimeAttribute>
  70. </userDefinedRuntimeAttributes>
  71. </view>
  72. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MVt-NP-f5w">
  73. <rect key="frame" x="321" y="8" width="44" height="44"/>
  74. <subviews>
  75. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pu2-ir-7OV">
  76. <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
  77. <state key="normal" image="ic_search_light"/>
  78. <connections>
  79. <action selector="searchButtonAction:" destination="HYG-By-PcL" eventType="touchUpInside" id="uLu-MQ-OdU"/>
  80. </connections>
  81. </button>
  82. </subviews>
  83. <color key="backgroundColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
  84. <constraints>
  85. <constraint firstItem="pu2-ir-7OV" firstAttribute="top" secondItem="MVt-NP-f5w" secondAttribute="top" id="Tyn-wp-oG3"/>
  86. <constraint firstAttribute="bottom" secondItem="pu2-ir-7OV" secondAttribute="bottom" id="fgV-ql-2cP"/>
  87. <constraint firstAttribute="trailing" secondItem="pu2-ir-7OV" secondAttribute="trailing" id="jXN-pK-LyY"/>
  88. <constraint firstItem="pu2-ir-7OV" firstAttribute="leading" secondItem="MVt-NP-f5w" secondAttribute="leading" id="ltC-FJ-xP5"/>
  89. <constraint firstAttribute="height" constant="44" id="unK-C5-ly1"/>
  90. </constraints>
  91. <userDefinedRuntimeAttributes>
  92. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  93. <integer key="value" value="5"/>
  94. </userDefinedRuntimeAttribute>
  95. </userDefinedRuntimeAttributes>
  96. </view>
  97. </subviews>
  98. <color key="backgroundColor" red="0.83921568627450982" green="0.8901960784313725" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
  99. <constraints>
  100. <constraint firstItem="zOg-cq-9op" firstAttribute="top" secondItem="kdw-FY-ujr" secondAttribute="top" constant="7" id="13a-gv-rJ4"/>
  101. <constraint firstAttribute="bottom" secondItem="zOg-cq-9op" secondAttribute="bottom" constant="8" id="A86-SI-RcO"/>
  102. <constraint firstAttribute="height" constant="59" id="Gf4-dR-6VX"/>
  103. <constraint firstAttribute="bottom" secondItem="MVt-NP-f5w" secondAttribute="bottom" constant="7" id="H4f-cq-Rg2"/>
  104. <constraint firstItem="MVt-NP-f5w" firstAttribute="top" secondItem="kdw-FY-ujr" secondAttribute="top" constant="8" id="Ohw-Du-q6n"/>
  105. <constraint firstAttribute="trailing" secondItem="zOg-cq-9op" secondAttribute="trailing" constant="61" id="RzJ-JX-WTY"/>
  106. <constraint firstItem="zOg-cq-9op" firstAttribute="top" secondItem="kdw-FY-ujr" secondAttribute="top" constant="7" id="XEY-NS-Kzg"/>
  107. <constraint firstItem="zOg-cq-9op" firstAttribute="leading" secondItem="kdw-FY-ujr" secondAttribute="leading" constant="10" id="kwh-0o-bWr"/>
  108. <constraint firstItem="MVt-NP-f5w" firstAttribute="leading" secondItem="zOg-cq-9op" secondAttribute="trailing" constant="7" id="ryr-bn-4MI"/>
  109. <constraint firstAttribute="trailing" secondItem="MVt-NP-f5w" secondAttribute="trailing" constant="10" id="tRc-5w-WjP"/>
  110. <constraint firstAttribute="bottom" secondItem="MVt-NP-f5w" secondAttribute="bottom" constant="7" id="uo9-XJ-ZNN"/>
  111. <constraint firstItem="zOg-cq-9op" firstAttribute="top" secondItem="kdw-FY-ujr" secondAttribute="top" constant="7" id="wBB-Li-KwE"/>
  112. </constraints>
  113. </view>
  114. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KDT-r0-r0Q">
  115. <rect key="frame" x="0.0" y="57" width="375" height="590"/>
  116. <subviews>
  117. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="JFw-Fx-81r">
  118. <rect key="frame" x="10" y="10" width="365" height="580"/>
  119. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  120. <prototypes>
  121. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="agentCell" rowHeight="86" id="ajk-fM-mVe" customClass="AgentTableViewCell" customModule="GMERemittance" customModuleProvider="target">
  122. <rect key="frame" x="0.0" y="28" width="365" height="86"/>
  123. <autoresizingMask key="autoresizingMask"/>
  124. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ajk-fM-mVe" id="NoG-lR-uTF">
  125. <rect key="frame" x="0.0" y="0.0" width="365" height="85.5"/>
  126. <autoresizingMask key="autoresizingMask"/>
  127. <subviews>
  128. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xai-uc-bir">
  129. <rect key="frame" x="0.0" y="0.0" width="360" height="86"/>
  130. <subviews>
  131. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="749" text="Global IME Bank (ANAMNAGAR BRANCH)" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PmB-jH-fqa">
  132. <rect key="frame" x="17" y="10" width="326" height="5"/>
  133. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  134. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  135. <nil key="highlightedColor"/>
  136. </label>
  137. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Anamnagar, Kathmandu" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6tS-GY-PJo">
  138. <rect key="frame" x="17" y="20" width="293" height="17"/>
  139. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  140. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  141. <nil key="highlightedColor"/>
  142. </label>
  143. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Phone No: " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JNd-bt-4pa">
  144. <rect key="frame" x="17" y="42" width="65" height="29"/>
  145. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  146. <color key="textColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  147. <nil key="highlightedColor"/>
  148. </label>
  149. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Pfp-4X-YC8">
  150. <rect key="frame" x="315" y="41" width="40" height="40"/>
  151. <constraints>
  152. <constraint firstAttribute="height" constant="40" id="0xN-CB-4fR"/>
  153. <constraint firstAttribute="width" constant="40" id="ZI4-X2-vrY"/>
  154. </constraints>
  155. <state key="normal" image="ic_agentLocation"/>
  156. <connections>
  157. <action selector="buttonMapTap:" destination="ajk-fM-mVe" eventType="touchUpInside" id="4Nr-id-SRS"/>
  158. </connections>
  159. </button>
  160. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vf5-vi-a6h">
  161. <rect key="frame" x="81" y="42" width="152" height="29"/>
  162. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  163. <state key="normal" title="+977 1 4242764, 4249242">
  164. <color key="titleColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  165. </state>
  166. <connections>
  167. <action selector="initiateCall:" destination="ajk-fM-mVe" eventType="touchUpInside" id="ad1-Vl-M6s"/>
  168. </connections>
  169. </button>
  170. </subviews>
  171. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
  172. <constraints>
  173. <constraint firstItem="JNd-bt-4pa" firstAttribute="leading" secondItem="xai-uc-bir" secondAttribute="leading" constant="17" id="1vF-Hv-DJz"/>
  174. <constraint firstItem="6tS-GY-PJo" firstAttribute="top" secondItem="PmB-jH-fqa" secondAttribute="bottom" constant="5" id="5CI-iJ-q1Q"/>
  175. <constraint firstAttribute="bottom" secondItem="JNd-bt-4pa" secondAttribute="bottom" constant="14.5" id="D7e-Jg-CD3"/>
  176. <constraint firstItem="JNd-bt-4pa" firstAttribute="top" secondItem="6tS-GY-PJo" secondAttribute="bottom" constant="5" id="DLg-wA-T39"/>
  177. <constraint firstAttribute="bottom" secondItem="Pfp-4X-YC8" secondAttribute="bottom" constant="5" id="DZ9-SZ-sAw"/>
  178. <constraint firstAttribute="trailing" secondItem="PmB-jH-fqa" secondAttribute="trailing" constant="17" id="KWj-8d-gcj"/>
  179. <constraint firstAttribute="trailing" secondItem="6tS-GY-PJo" secondAttribute="trailing" constant="50" id="RCM-Fm-SBN"/>
  180. <constraint firstAttribute="trailing" secondItem="Pfp-4X-YC8" secondAttribute="trailing" constant="5" id="aZl-VQ-NYj"/>
  181. <constraint firstItem="PmB-jH-fqa" firstAttribute="top" secondItem="xai-uc-bir" secondAttribute="top" constant="10" id="alF-2b-TgE"/>
  182. <constraint firstItem="6tS-GY-PJo" firstAttribute="leading" secondItem="xai-uc-bir" secondAttribute="leading" constant="17" id="e3j-SL-bBN"/>
  183. <constraint firstItem="vf5-vi-a6h" firstAttribute="leading" secondItem="JNd-bt-4pa" secondAttribute="trailing" constant="-1" id="gXd-qh-WwP"/>
  184. <constraint firstItem="vf5-vi-a6h" firstAttribute="top" secondItem="6tS-GY-PJo" secondAttribute="bottom" constant="5" id="msJ-39-5CT"/>
  185. <constraint firstAttribute="bottom" secondItem="vf5-vi-a6h" secondAttribute="bottom" constant="14.5" id="uy0-3e-xv2"/>
  186. <constraint firstItem="PmB-jH-fqa" firstAttribute="leading" secondItem="xai-uc-bir" secondAttribute="leading" constant="17" id="zrK-Th-GEz"/>
  187. </constraints>
  188. <userDefinedRuntimeAttributes>
  189. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  190. <integer key="value" value="10"/>
  191. </userDefinedRuntimeAttribute>
  192. </userDefinedRuntimeAttributes>
  193. </view>
  194. </subviews>
  195. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  196. <constraints>
  197. <constraint firstItem="xai-uc-bir" firstAttribute="leading" secondItem="NoG-lR-uTF" secondAttribute="leading" id="1JD-m2-GWF"/>
  198. <constraint firstAttribute="trailing" secondItem="xai-uc-bir" secondAttribute="trailing" constant="5" id="WRQ-lc-p3O"/>
  199. <constraint firstItem="xai-uc-bir" firstAttribute="top" secondItem="NoG-lR-uTF" secondAttribute="top" id="m55-6C-LjP"/>
  200. <constraint firstAttribute="bottom" secondItem="xai-uc-bir" secondAttribute="bottom" id="wFJ-Mp-jcX"/>
  201. </constraints>
  202. </tableViewCellContentView>
  203. <connections>
  204. <outlet property="buttonMap" destination="Pfp-4X-YC8" id="ZAX-1y-RSK"/>
  205. <outlet property="buttonPhoneNumber" destination="vf5-vi-a6h" id="b2B-Bp-Ufg"/>
  206. <outlet property="labelBranchAddress" destination="6tS-GY-PJo" id="st9-Pu-hJ3"/>
  207. <outlet property="labelBranchName" destination="PmB-jH-fqa" id="AkG-mT-AMD"/>
  208. </connections>
  209. </tableViewCell>
  210. </prototypes>
  211. <connections>
  212. <outlet property="dataSource" destination="HYG-By-PcL" id="t6g-wW-jGK"/>
  213. <outlet property="delegate" destination="HYG-By-PcL" id="P4F-4q-B1n"/>
  214. </connections>
  215. </tableView>
  216. </subviews>
  217. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  218. <constraints>
  219. <constraint firstAttribute="bottom" secondItem="JFw-Fx-81r" secondAttribute="bottom" id="0mn-Od-orh"/>
  220. <constraint firstItem="JFw-Fx-81r" firstAttribute="leading" secondItem="KDT-r0-r0Q" secondAttribute="leading" constant="10" id="77m-H3-SVE"/>
  221. <constraint firstAttribute="trailing" secondItem="JFw-Fx-81r" secondAttribute="trailing" id="Tco-XZ-hm7"/>
  222. <constraint firstItem="JFw-Fx-81r" firstAttribute="top" secondItem="KDT-r0-r0Q" secondAttribute="top" constant="10" id="nPS-8o-6Q0"/>
  223. </constraints>
  224. </view>
  225. </subviews>
  226. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  227. <constraints>
  228. <constraint firstAttribute="bottom" secondItem="KDT-r0-r0Q" secondAttribute="bottom" id="4rT-xJ-hsa"/>
  229. <constraint firstItem="kdw-FY-ujr" firstAttribute="top" secondItem="t4K-9T-WHY" secondAttribute="top" id="Svm-pX-qiM"/>
  230. <constraint firstItem="kdw-FY-ujr" firstAttribute="leading" secondItem="t4K-9T-WHY" secondAttribute="leading" id="gcJ-1F-ypU"/>
  231. <constraint firstItem="KDT-r0-r0Q" firstAttribute="top" secondItem="kdw-FY-ujr" secondAttribute="bottom" constant="-2" id="q3j-dK-ojN"/>
  232. <constraint firstItem="KDT-r0-r0Q" firstAttribute="leading" secondItem="t4K-9T-WHY" secondAttribute="leading" id="r5B-Go-aaa"/>
  233. <constraint firstAttribute="trailing" secondItem="kdw-FY-ujr" secondAttribute="trailing" id="xqK-v4-fFb"/>
  234. <constraint firstAttribute="trailing" secondItem="KDT-r0-r0Q" secondAttribute="trailing" id="yHz-2A-wuv"/>
  235. </constraints>
  236. </view>
  237. </subviews>
  238. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  239. <constraints>
  240. <constraint firstItem="t4K-9T-WHY" firstAttribute="leading" secondItem="CMZ-mX-CDf" secondAttribute="leading" id="IfN-ae-YZq"/>
  241. <constraint firstItem="CMZ-mX-CDf" firstAttribute="trailing" secondItem="t4K-9T-WHY" secondAttribute="trailing" id="Rce-ak-2Gf"/>
  242. <constraint firstItem="CMZ-mX-CDf" firstAttribute="bottom" secondItem="t4K-9T-WHY" secondAttribute="bottom" id="kLp-Dt-GQI"/>
  243. <constraint firstItem="t4K-9T-WHY" firstAttribute="top" secondItem="CMZ-mX-CDf" secondAttribute="top" id="vei-rt-pHf"/>
  244. </constraints>
  245. <viewLayoutGuide key="safeArea" id="CMZ-mX-CDf"/>
  246. </view>
  247. <tabBarItem key="tabBarItem" title="Agent" image="ic-agent" id="gWa-TD-R2D"/>
  248. <connections>
  249. <outlet property="bgViewSearchBar" destination="zOg-cq-9op" id="zzZ-bg-FnP"/>
  250. <outlet property="searchDisplayController" destination="KWx-oC-nbk" id="Ovx-7V-nnq"/>
  251. <outlet property="searchTextField" destination="erx-05-xyg" id="lQJ-5Q-TgU"/>
  252. <outlet property="tableViewAgent" destination="JFw-Fx-81r" id="Jqh-ZJ-fz8"/>
  253. <segue destination="qZz-hV-nf5" kind="show" identifier="agentSuccessViewController" id="RCR-8y-5HE"/>
  254. </connections>
  255. </viewController>
  256. <placeholder placeholderIdentifier="IBFirstResponder" id="CRk-Zv-N0c" userLabel="First Responder" sceneMemberID="firstResponder"/>
  257. <searchDisplayController id="KWx-oC-nbk">
  258. <connections>
  259. <outlet property="delegate" destination="HYG-By-PcL" id="kcO-li-BpR"/>
  260. <outlet property="searchContentsController" destination="HYG-By-PcL" id="0aj-5K-gWK"/>
  261. <outlet property="searchResultsDataSource" destination="HYG-By-PcL" id="eCG-Hk-TMf"/>
  262. <outlet property="searchResultsDelegate" destination="HYG-By-PcL" id="6bt-QM-oyL"/>
  263. </connections>
  264. </searchDisplayController>
  265. </objects>
  266. <point key="canvasLocation" x="4516" y="2918.5907046476764"/>
  267. </scene>
  268. <!--Agent Search View Controller-->
  269. <scene sceneID="g5C-Gl-Iih">
  270. <objects>
  271. <viewController id="qZz-hV-nf5" customClass="AgentSearchViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  272. <view key="view" contentMode="scaleToFill" id="ow5-Ab-ptv">
  273. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  274. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  275. <subviews>
  276. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GiU-4D-5WF">
  277. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  278. <subviews>
  279. <searchBar clipsSubviews="YES" contentMode="redraw" searchBarStyle="prominent" placeholder="Search by address" translatesAutoresizingMaskIntoConstraints="NO" id="Iga-Me-8ps">
  280. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  281. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  282. <constraints>
  283. <constraint firstAttribute="height" constant="50" id="7N6-TN-qtx"/>
  284. </constraints>
  285. <color key="barTintColor" red="0.97647058823529409" green="0.97647058823529409" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
  286. <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
  287. <userDefinedRuntimeAttributes>
  288. <userDefinedRuntimeAttribute type="color" keyPath="searchField.textColor">
  289. <color key="value" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  290. </userDefinedRuntimeAttribute>
  291. <userDefinedRuntimeAttribute type="color" keyPath="searchField.backgroundColor">
  292. <color key="value" red="0.90196078431372551" green="0.90196078431372551" blue="0.90980392156862744" alpha="1" colorSpace="calibratedRGB"/>
  293. </userDefinedRuntimeAttribute>
  294. </userDefinedRuntimeAttributes>
  295. </searchBar>
  296. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sEW-nq-YX3">
  297. <rect key="frame" x="0.0" y="50" width="375" height="597"/>
  298. <subviews>
  299. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="6mj-55-qXa">
  300. <rect key="frame" x="10" y="16" width="355" height="581"/>
  301. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  302. <prototypes>
  303. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="agentSearchCell" rowHeight="86" id="ZUr-qP-jEW" customClass="AgentSearchTableViewCell" customModule="GMERemittance" customModuleProvider="target">
  304. <rect key="frame" x="0.0" y="28" width="355" height="86"/>
  305. <autoresizingMask key="autoresizingMask"/>
  306. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ZUr-qP-jEW" id="EDo-c9-nlP">
  307. <rect key="frame" x="0.0" y="0.0" width="355" height="85.5"/>
  308. <autoresizingMask key="autoresizingMask"/>
  309. <subviews>
  310. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7ad-2y-De9">
  311. <rect key="frame" x="0.0" y="0.0" width="355" height="86"/>
  312. <subviews>
  313. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="749" text="Global IME Bank (ANAMNAGAR BRANCH)" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CbF-J8-LGS">
  314. <rect key="frame" x="17" y="10" width="321" height="5"/>
  315. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  316. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  317. <nil key="highlightedColor"/>
  318. </label>
  319. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Anamnagar, Kathmandu" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AXd-Cs-SiS">
  320. <rect key="frame" x="17" y="20" width="288" height="17"/>
  321. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  322. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  323. <nil key="highlightedColor"/>
  324. </label>
  325. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Phone No: " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gDh-HN-aLh">
  326. <rect key="frame" x="17" y="42" width="65" height="29"/>
  327. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  328. <color key="textColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  329. <nil key="highlightedColor"/>
  330. </label>
  331. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2Ja-4n-cc8">
  332. <rect key="frame" x="310" y="41" width="40" height="40"/>
  333. <constraints>
  334. <constraint firstAttribute="height" constant="40" id="r7M-Rn-dez"/>
  335. <constraint firstAttribute="width" constant="40" id="tZx-aX-V1n"/>
  336. </constraints>
  337. <state key="normal" image="ic_agentLocation"/>
  338. <connections>
  339. <action selector="buttonMapTap:" destination="ZUr-qP-jEW" eventType="touchUpInside" id="15N-w8-HCT"/>
  340. </connections>
  341. </button>
  342. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZpQ-xW-yPd">
  343. <rect key="frame" x="81" y="42" width="30" height="29"/>
  344. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  345. <state key="normal">
  346. <color key="titleColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  347. </state>
  348. <connections>
  349. <action selector="initiateCall:" destination="ZUr-qP-jEW" eventType="touchUpInside" id="EIj-A5-E0k"/>
  350. </connections>
  351. </button>
  352. </subviews>
  353. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
  354. <constraints>
  355. <constraint firstItem="AXd-Cs-SiS" firstAttribute="top" secondItem="CbF-J8-LGS" secondAttribute="bottom" constant="5" id="188-U0-K8q"/>
  356. <constraint firstAttribute="bottom" secondItem="2Ja-4n-cc8" secondAttribute="bottom" constant="5" id="4KY-ZR-LyK"/>
  357. <constraint firstItem="gDh-HN-aLh" firstAttribute="leading" secondItem="7ad-2y-De9" secondAttribute="leading" constant="17" id="MFq-q5-Dlq"/>
  358. <constraint firstAttribute="bottom" secondItem="ZpQ-xW-yPd" secondAttribute="bottom" constant="14.5" id="Sdn-ir-6C5"/>
  359. <constraint firstItem="ZpQ-xW-yPd" firstAttribute="leading" secondItem="gDh-HN-aLh" secondAttribute="trailing" constant="-1" id="WzT-FG-INd"/>
  360. <constraint firstItem="gDh-HN-aLh" firstAttribute="top" secondItem="AXd-Cs-SiS" secondAttribute="bottom" constant="5" id="YId-R6-cw6"/>
  361. <constraint firstAttribute="trailing" secondItem="2Ja-4n-cc8" secondAttribute="trailing" constant="5" id="aNK-lK-nSy"/>
  362. <constraint firstItem="ZpQ-xW-yPd" firstAttribute="top" secondItem="AXd-Cs-SiS" secondAttribute="bottom" constant="5" id="eUI-0M-zXR"/>
  363. <constraint firstAttribute="bottom" secondItem="gDh-HN-aLh" secondAttribute="bottom" constant="14.5" id="jOD-lf-Ykn"/>
  364. <constraint firstItem="CbF-J8-LGS" firstAttribute="top" secondItem="7ad-2y-De9" secondAttribute="top" constant="10" id="nKD-Gb-8sf"/>
  365. <constraint firstAttribute="trailing" secondItem="CbF-J8-LGS" secondAttribute="trailing" constant="17" id="uCV-m2-sUO"/>
  366. <constraint firstItem="AXd-Cs-SiS" firstAttribute="leading" secondItem="7ad-2y-De9" secondAttribute="leading" constant="17" id="wFD-NR-RyW"/>
  367. <constraint firstItem="CbF-J8-LGS" firstAttribute="leading" secondItem="7ad-2y-De9" secondAttribute="leading" constant="17" id="wFm-EM-UpX"/>
  368. <constraint firstAttribute="trailing" secondItem="AXd-Cs-SiS" secondAttribute="trailing" constant="50" id="zhh-9q-AhG"/>
  369. </constraints>
  370. </view>
  371. </subviews>
  372. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  373. <constraints>
  374. <constraint firstAttribute="bottom" secondItem="7ad-2y-De9" secondAttribute="bottom" id="dPC-lm-0z0"/>
  375. <constraint firstAttribute="trailing" secondItem="7ad-2y-De9" secondAttribute="trailing" id="kVC-rv-jMK"/>
  376. <constraint firstItem="7ad-2y-De9" firstAttribute="leading" secondItem="EDo-c9-nlP" secondAttribute="leading" id="unf-fz-8Ue"/>
  377. <constraint firstItem="7ad-2y-De9" firstAttribute="top" secondItem="EDo-c9-nlP" secondAttribute="top" id="wpa-8g-KQW"/>
  378. </constraints>
  379. </tableViewCellContentView>
  380. <connections>
  381. <outlet property="buttonMap" destination="2Ja-4n-cc8" id="fk9-2u-WCa"/>
  382. <outlet property="buttonPhoneNumber" destination="ZpQ-xW-yPd" id="lyW-XO-W8x"/>
  383. <outlet property="labelBranchAddress" destination="AXd-Cs-SiS" id="uwf-EL-R2E"/>
  384. <outlet property="labelBranchName" destination="CbF-J8-LGS" id="gtO-QD-gSU"/>
  385. </connections>
  386. </tableViewCell>
  387. </prototypes>
  388. <connections>
  389. <outlet property="dataSource" destination="qZz-hV-nf5" id="d9T-8D-rFp"/>
  390. <outlet property="delegate" destination="qZz-hV-nf5" id="MEK-hz-eO5"/>
  391. </connections>
  392. </tableView>
  393. </subviews>
  394. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  395. <constraints>
  396. <constraint firstAttribute="trailing" secondItem="6mj-55-qXa" secondAttribute="trailing" constant="10" id="DMa-kY-gSH"/>
  397. <constraint firstItem="6mj-55-qXa" firstAttribute="top" secondItem="sEW-nq-YX3" secondAttribute="top" constant="16" id="UHs-Ke-yWB"/>
  398. <constraint firstItem="6mj-55-qXa" firstAttribute="leading" secondItem="sEW-nq-YX3" secondAttribute="leading" constant="10" id="ZkF-Ok-4QU"/>
  399. <constraint firstAttribute="bottom" secondItem="6mj-55-qXa" secondAttribute="bottom" id="cuU-xI-RIP"/>
  400. <constraint firstAttribute="bottom" secondItem="6mj-55-qXa" secondAttribute="bottom" id="sQV-se-Tch"/>
  401. </constraints>
  402. </view>
  403. </subviews>
  404. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  405. <constraints>
  406. <constraint firstAttribute="trailing" secondItem="Iga-Me-8ps" secondAttribute="trailing" id="6dx-A9-1Xy"/>
  407. <constraint firstAttribute="trailing" secondItem="sEW-nq-YX3" secondAttribute="trailing" id="74P-Oc-WFs"/>
  408. <constraint firstAttribute="bottom" secondItem="sEW-nq-YX3" secondAttribute="bottom" id="91M-7K-jHt"/>
  409. <constraint firstItem="Iga-Me-8ps" firstAttribute="leading" secondItem="GiU-4D-5WF" secondAttribute="leading" id="Ub3-zZ-JZU"/>
  410. <constraint firstItem="sEW-nq-YX3" firstAttribute="leading" secondItem="GiU-4D-5WF" secondAttribute="leading" id="WE3-OA-F6y"/>
  411. <constraint firstItem="sEW-nq-YX3" firstAttribute="top" secondItem="Iga-Me-8ps" secondAttribute="bottom" id="mre-a8-uvw"/>
  412. <constraint firstItem="Iga-Me-8ps" firstAttribute="top" secondItem="GiU-4D-5WF" secondAttribute="top" id="zhz-TD-DWS"/>
  413. </constraints>
  414. </view>
  415. </subviews>
  416. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  417. <constraints>
  418. <constraint firstItem="GiU-4D-5WF" firstAttribute="top" secondItem="jfe-TY-Wcw" secondAttribute="top" id="J8I-Lo-3wi"/>
  419. <constraint firstItem="jfe-TY-Wcw" firstAttribute="bottom" secondItem="GiU-4D-5WF" secondAttribute="bottom" id="agJ-eV-qeu"/>
  420. <constraint firstItem="GiU-4D-5WF" firstAttribute="leading" secondItem="jfe-TY-Wcw" secondAttribute="leading" id="cZY-W3-b0H"/>
  421. <constraint firstItem="GiU-4D-5WF" firstAttribute="trailing" secondItem="jfe-TY-Wcw" secondAttribute="trailing" id="jPu-od-qXv"/>
  422. </constraints>
  423. <viewLayoutGuide key="safeArea" id="jfe-TY-Wcw"/>
  424. </view>
  425. <connections>
  426. <outlet property="searchTableView" destination="6mj-55-qXa" id="CC3-oZ-dEe"/>
  427. <outlet property="searchbar" destination="Iga-Me-8ps" id="K2i-w8-gsm"/>
  428. </connections>
  429. </viewController>
  430. <placeholder placeholderIdentifier="IBFirstResponder" id="lYb-Ya-SXK" userLabel="First Responder" sceneMemberID="firstResponder"/>
  431. </objects>
  432. <point key="canvasLocation" x="5530" y="2919"/>
  433. </scene>
  434. </scenes>
  435. <resources>
  436. <image name="ic-agent" width="20" height="20"/>
  437. <image name="ic_agentLocation" width="13" height="21"/>
  438. <image name="ic_dropdown" width="11" height="6"/>
  439. <image name="ic_search_light" width="20" height="20"/>
  440. </resources>
  441. </document>