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.

371 lines
44 KiB

6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="uN9-Rl-wUY">
  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="13772"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  10. <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  11. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  12. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  13. </dependencies>
  14. <customFonts key="customFonts">
  15. <array key="SanFranciscoDisplay-Regular.otf">
  16. <string>SanFranciscoDisplay-Regular</string>
  17. </array>
  18. <array key="SanFranciscoText-Regular.otf">
  19. <string>SanFranciscoText-Regular</string>
  20. </array>
  21. </customFonts>
  22. <scenes>
  23. <!--Reward View Controller-->
  24. <scene sceneID="uSQ-Bm-Y8u">
  25. <objects>
  26. <viewController storyboardIdentifier="RewardViewController" id="uN9-Rl-wUY" customClass="RewardViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  27. <view key="view" contentMode="scaleToFill" id="As3-GB-gtQ">
  28. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. <subviews>
  31. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Jr-OQ-LAC">
  32. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kIr-Pv-O9J">
  35. <rect key="frame" x="10" y="10" width="355" height="132"/>
  36. <subviews>
  37. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="starredBackground" translatesAutoresizingMaskIntoConstraints="NO" id="FPl-Kj-iuK">
  38. <rect key="frame" x="0.0" y="0.0" width="355" height="132"/>
  39. </imageView>
  40. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_reward" translatesAutoresizingMaskIntoConstraints="NO" id="UAj-0U-7kj">
  41. <rect key="frame" x="74.5" y="23" width="74" height="74"/>
  42. </imageView>
  43. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Reward Points" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CeU-Xj-XUJ">
  44. <rect key="frame" x="182.5" y="43" width="86" height="17"/>
  45. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  46. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="999" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Jw-Q4-9Ru">
  50. <rect key="frame" x="203.5" y="63" width="39.5" height="29"/>
  51. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="24"/>
  52. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. <nil key="highlightedColor"/>
  54. </label>
  55. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Note: The reward point is valid for a year only." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ydz-Iu-ihH">
  56. <rect key="frame" x="69" y="114" width="210.5" height="13.5"/>
  57. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="11"/>
  58. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  59. <nil key="highlightedColor"/>
  60. </label>
  61. </subviews>
  62. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  63. <constraints>
  64. <constraint firstItem="UAj-0U-7kj" firstAttribute="top" secondItem="kIr-Pv-O9J" secondAttribute="top" constant="23" id="1Av-5t-uqz"/>
  65. <constraint firstItem="8Jw-Q4-9Ru" firstAttribute="top" secondItem="CeU-Xj-XUJ" secondAttribute="bottom" constant="3" id="3Tp-Xw-xg4"/>
  66. <constraint firstItem="8Jw-Q4-9Ru" firstAttribute="leading" secondItem="UAj-0U-7kj" secondAttribute="trailing" constant="55" id="BGn-Hk-aKz"/>
  67. <constraint firstItem="CeU-Xj-XUJ" firstAttribute="top" secondItem="kIr-Pv-O9J" secondAttribute="top" constant="43" id="Kh8-QB-Tkd"/>
  68. <constraint firstAttribute="height" constant="132" id="L6m-8K-sOa"/>
  69. <constraint firstAttribute="trailing" secondItem="FPl-Kj-iuK" secondAttribute="trailing" id="LrT-fB-a6g"/>
  70. <constraint firstItem="FPl-Kj-iuK" firstAttribute="top" secondItem="kIr-Pv-O9J" secondAttribute="top" id="Ub3-B2-EHN"/>
  71. <constraint firstItem="UAj-0U-7kj" firstAttribute="leading" secondItem="kIr-Pv-O9J" secondAttribute="leading" constant="74" id="Ymj-Vt-JGT"/>
  72. <constraint firstItem="Ydz-Iu-ihH" firstAttribute="top" secondItem="UAj-0U-7kj" secondAttribute="bottom" constant="17" id="d17-GB-jfV"/>
  73. <constraint firstItem="CeU-Xj-XUJ" firstAttribute="leading" secondItem="UAj-0U-7kj" secondAttribute="trailing" constant="34" id="jlM-yI-bZh"/>
  74. <constraint firstItem="Ydz-Iu-ihH" firstAttribute="leading" secondItem="kIr-Pv-O9J" secondAttribute="leading" constant="69" id="thQ-n3-Gt0"/>
  75. <constraint firstAttribute="bottom" secondItem="FPl-Kj-iuK" secondAttribute="bottom" id="tiz-uy-Qvx"/>
  76. <constraint firstItem="FPl-Kj-iuK" firstAttribute="leading" secondItem="kIr-Pv-O9J" secondAttribute="leading" id="xIj-rV-8xl"/>
  77. </constraints>
  78. </view>
  79. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="QxU-Th-kzg">
  80. <rect key="frame" x="7" y="147" width="361" height="500"/>
  81. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  82. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="T9I-Wc-zby">
  83. <size key="itemSize" width="141" height="185"/>
  84. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  85. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  86. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  87. </collectionViewFlowLayout>
  88. <cells>
  89. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="rewardCollectionViewCell" id="diJ-U0-d1A" customClass="RewardCollectionViewCell" customModule="GMERemittance" customModuleProvider="target">
  90. <rect key="frame" x="0.0" y="0.0" width="141" height="185"/>
  91. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  92. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  93. <rect key="frame" x="0.0" y="0.0" width="141" height="185"/>
  94. <autoresizingMask key="autoresizingMask"/>
  95. <subviews>
  96. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_cap" translatesAutoresizingMaskIntoConstraints="NO" id="OOo-S7-QZa">
  97. <rect key="frame" x="46" y="14" width="49.5" height="65"/>
  98. </imageView>
  99. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="thd-xz-8n2">
  100. <rect key="frame" x="54" y="88" width="32.5" height="17"/>
  101. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  102. <color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
  103. <nil key="highlightedColor"/>
  104. </label>
  105. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tSE-em-KsH">
  106. <rect key="frame" x="56.5" y="109" width="28" height="14.5"/>
  107. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  108. <color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
  109. <nil key="highlightedColor"/>
  110. </label>
  111. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YYs-mw-vtX">
  112. <rect key="frame" x="0.0" y="133.5" width="141" height="1"/>
  113. <color key="backgroundColor" red="0.78431372549019607" green="0.7803921568627451" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="1" id="ecZ-Q1-x8v"/>
  116. </constraints>
  117. </view>
  118. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="c7t-8k-0ri">
  119. <rect key="frame" x="8" y="134.5" width="125" height="49.5"/>
  120. <subviews>
  121. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3zf-DI-FQK">
  122. <rect key="frame" x="35" y="9.5" width="55" height="30"/>
  123. <color key="backgroundColor" red="0.83921568627450982" green="0.8901960784313725" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
  124. <state key="normal" title="Redeem">
  125. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  126. </state>
  127. <userDefinedRuntimeAttributes>
  128. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  129. <integer key="value" value="15"/>
  130. </userDefinedRuntimeAttribute>
  131. </userDefinedRuntimeAttributes>
  132. <connections>
  133. <action selector="redeemReward:" destination="diJ-U0-d1A" eventType="touchUpInside" id="2TL-Ok-hoo"/>
  134. <segue destination="mJZ-bm-al2" kind="show" id="RtW-9g-bgF"/>
  135. </connections>
  136. </button>
  137. </subviews>
  138. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  139. <constraints>
  140. <constraint firstItem="3zf-DI-FQK" firstAttribute="centerY" secondItem="c7t-8k-0ri" secondAttribute="centerY" id="8gM-Xs-cZ7"/>
  141. <constraint firstItem="3zf-DI-FQK" firstAttribute="leading" secondItem="c7t-8k-0ri" secondAttribute="leading" constant="35" id="iD9-1R-T5t"/>
  142. <constraint firstAttribute="trailing" secondItem="3zf-DI-FQK" secondAttribute="trailing" constant="35" id="oEf-dE-N2k"/>
  143. </constraints>
  144. </view>
  145. </subviews>
  146. </view>
  147. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  148. <constraints>
  149. <constraint firstItem="YYs-mw-vtX" firstAttribute="top" secondItem="tSE-em-KsH" secondAttribute="bottom" constant="10.5" id="GYL-lK-XkC"/>
  150. <constraint firstItem="YYs-mw-vtX" firstAttribute="leading" secondItem="diJ-U0-d1A" secondAttribute="leading" id="Gjp-pr-CMv"/>
  151. <constraint firstAttribute="trailing" secondItem="YYs-mw-vtX" secondAttribute="trailing" id="Hci-om-otp"/>
  152. <constraint firstItem="thd-xz-8n2" firstAttribute="centerX" secondItem="diJ-U0-d1A" secondAttribute="centerX" id="I9i-eS-c77"/>
  153. <constraint firstItem="c7t-8k-0ri" firstAttribute="leading" secondItem="diJ-U0-d1A" secondAttribute="leadingMargin" id="JLF-GU-Dwd"/>
  154. <constraint firstItem="OOo-S7-QZa" firstAttribute="height" secondItem="diJ-U0-d1A" secondAttribute="height" multiplier="0.35" id="VRb-Sa-1Ec"/>
  155. <constraint firstItem="OOo-S7-QZa" firstAttribute="top" secondItem="diJ-U0-d1A" secondAttribute="top" constant="14" id="bM7-Gv-A2X"/>
  156. <constraint firstItem="thd-xz-8n2" firstAttribute="top" secondItem="OOo-S7-QZa" secondAttribute="bottom" constant="8.8000000000000007" id="f14-XV-tFJ"/>
  157. <constraint firstItem="c7t-8k-0ri" firstAttribute="top" secondItem="YYs-mw-vtX" secondAttribute="bottom" id="fwD-ce-I5I"/>
  158. <constraint firstItem="tSE-em-KsH" firstAttribute="centerX" secondItem="diJ-U0-d1A" secondAttribute="centerX" id="lQF-Va-ldv"/>
  159. <constraint firstItem="tSE-em-KsH" firstAttribute="top" secondItem="thd-xz-8n2" secondAttribute="bottom" constant="4" id="mba-QI-nrl"/>
  160. <constraint firstAttribute="bottomMargin" secondItem="c7t-8k-0ri" secondAttribute="bottom" constant="-7" id="n63-Mo-lht"/>
  161. <constraint firstItem="OOo-S7-QZa" firstAttribute="width" secondItem="diJ-U0-d1A" secondAttribute="width" multiplier="0.35" id="p1M-Hg-D4g"/>
  162. <constraint firstAttribute="trailingMargin" secondItem="c7t-8k-0ri" secondAttribute="trailing" id="p6J-n0-RYs"/>
  163. <constraint firstItem="OOo-S7-QZa" firstAttribute="centerX" secondItem="diJ-U0-d1A" secondAttribute="centerX" id="s0E-hP-6GI"/>
  164. </constraints>
  165. <userDefinedRuntimeAttributes>
  166. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  167. <integer key="value" value="10"/>
  168. </userDefinedRuntimeAttribute>
  169. </userDefinedRuntimeAttributes>
  170. <connections>
  171. <outlet property="buttonRedeem" destination="3zf-DI-FQK" id="qUI-L9-Gn1"/>
  172. <outlet property="imageViewReward" destination="OOo-S7-QZa" id="IEO-Ua-I1j"/>
  173. <outlet property="labelRewardName" destination="thd-xz-8n2" id="QGn-Wy-08p"/>
  174. <outlet property="labelRewardPoint" destination="tSE-em-KsH" id="aga-qM-jgk"/>
  175. </connections>
  176. </collectionViewCell>
  177. </cells>
  178. </collectionView>
  179. </subviews>
  180. <color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  181. <constraints>
  182. <constraint firstAttribute="trailing" secondItem="kIr-Pv-O9J" secondAttribute="trailing" constant="10" id="3W6-4b-78R"/>
  183. <constraint firstItem="kIr-Pv-O9J" firstAttribute="leading" secondItem="7Jr-OQ-LAC" secondAttribute="leading" constant="10" id="8Ee-BM-nEL"/>
  184. <constraint firstAttribute="bottom" secondItem="QxU-Th-kzg" secondAttribute="bottom" id="DQn-cy-Nmq"/>
  185. <constraint firstAttribute="trailing" secondItem="QxU-Th-kzg" secondAttribute="trailing" constant="7" id="Z2Q-9j-D3N"/>
  186. <constraint firstItem="QxU-Th-kzg" firstAttribute="top" secondItem="kIr-Pv-O9J" secondAttribute="bottom" constant="5" id="pgA-Hi-vnT"/>
  187. <constraint firstItem="QxU-Th-kzg" firstAttribute="leading" secondItem="7Jr-OQ-LAC" secondAttribute="leading" constant="7" id="zbo-gl-oWY"/>
  188. <constraint firstItem="kIr-Pv-O9J" firstAttribute="top" secondItem="7Jr-OQ-LAC" secondAttribute="top" constant="10" id="zry-Su-aeT"/>
  189. </constraints>
  190. </view>
  191. </subviews>
  192. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  193. <constraints>
  194. <constraint firstItem="qHr-OV-HKQ" firstAttribute="bottom" secondItem="7Jr-OQ-LAC" secondAttribute="bottom" id="9cT-GA-pG1"/>
  195. <constraint firstItem="7Jr-OQ-LAC" firstAttribute="top" secondItem="qHr-OV-HKQ" secondAttribute="top" id="Ff5-LA-9V3"/>
  196. <constraint firstItem="7Jr-OQ-LAC" firstAttribute="leading" secondItem="qHr-OV-HKQ" secondAttribute="leading" id="QIh-99-saz"/>
  197. <constraint firstItem="qHr-OV-HKQ" firstAttribute="trailing" secondItem="7Jr-OQ-LAC" secondAttribute="trailing" id="Xx8-Ij-zUW"/>
  198. </constraints>
  199. <viewLayoutGuide key="safeArea" id="qHr-OV-HKQ"/>
  200. </view>
  201. <connections>
  202. <outlet property="labelRewardPoint" destination="8Jw-Q4-9Ru" id="KLW-VA-RUb"/>
  203. <outlet property="rewardCollectionView" destination="QxU-Th-kzg" id="Dlh-Ky-hmw"/>
  204. </connections>
  205. </viewController>
  206. <placeholder placeholderIdentifier="IBFirstResponder" id="fhN-QQ-VjT" userLabel="First Responder" sceneMemberID="firstResponder"/>
  207. </objects>
  208. <point key="canvasLocation" x="6325.6000000000004" y="481.70914542728639"/>
  209. </scene>
  210. <!--Redeem View Controller-->
  211. <scene sceneID="Hh5-Eb-AdR">
  212. <objects>
  213. <viewController storyboardIdentifier="UIViewController-dvX-Hm-Sxp" id="mJZ-bm-al2" customClass="RedeemViewController" customModule="GMERemittance" customModuleProvider="target" sceneMemberID="viewController">
  214. <view key="view" contentMode="scaleToFill" id="7ia-l0-bcA">
  215. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  216. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  217. <subviews>
  218. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="u73-xK-fpZ">
  219. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  220. <subviews>
  221. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Confirm your address to deliver your reward " textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="okq-GN-4xA">
  222. <rect key="frame" x="16" y="18" width="343" height="21.5"/>
  223. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  224. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  225. <nil key="highlightedColor"/>
  226. </label>
  227. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="315, Jong-ro, Jongno-gu, 03105 Seoul" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="pls-nb-YO1">
  228. <rect key="frame" x="16" y="62.5" width="343" height="43"/>
  229. <constraints>
  230. <constraint firstAttribute="height" constant="43" id="xPw-Ql-gnM"/>
  231. </constraints>
  232. <color key="textColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  233. <fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
  234. <textInputTraits key="textInputTraits"/>
  235. </textField>
  236. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xh7-Do-G1h">
  237. <rect key="frame" x="87" y="123.5" width="200" height="50"/>
  238. <color key="backgroundColor" red="0.92941176469999998" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  239. <constraints>
  240. <constraint firstAttribute="height" constant="50" id="lAY-46-MW3"/>
  241. </constraints>
  242. <state key="normal" title="Submit">
  243. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  244. </state>
  245. <userDefinedRuntimeAttributes>
  246. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  247. <integer key="value" value="25"/>
  248. </userDefinedRuntimeAttribute>
  249. </userDefinedRuntimeAttributes>
  250. <connections>
  251. <action selector="submitRedeemRequest:" destination="mJZ-bm-al2" eventType="touchUpInside" id="Qkb-yK-s7p"/>
  252. </connections>
  253. </button>
  254. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You can also visit nearest GME branch to redeem your reward directly." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Cue-bf-7fX">
  255. <rect key="frame" x="38" y="228.5" width="299" height="33.5"/>
  256. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  257. <color key="textColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  258. <nil key="highlightedColor"/>
  259. </label>
  260. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6h0-AN-egY">
  261. <rect key="frame" x="157.5" y="288" width="60" height="60"/>
  262. <state key="normal" image="ic_reward_location"/>
  263. <connections>
  264. <action selector="viewAgentLocationFromImageClick:" destination="mJZ-bm-al2" eventType="touchUpInside" id="GXJ-Js-MSe"/>
  265. </connections>
  266. </button>
  267. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RKe-Gn-dHE">
  268. <rect key="frame" x="141.5" y="353" width="91" height="29"/>
  269. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  270. <state key="normal" title="View Locations">
  271. <color key="titleColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
  272. </state>
  273. <connections>
  274. <action selector="viewAgentLocationFromTextClick:" destination="mJZ-bm-al2" eventType="touchUpInside" id="0I0-N3-ABB"/>
  275. </connections>
  276. </button>
  277. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="syh-v7-YaZ">
  278. <rect key="frame" x="16" y="496" width="343" height="132"/>
  279. <subviews>
  280. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="starredBackground" translatesAutoresizingMaskIntoConstraints="NO" id="rBP-cS-5qo">
  281. <rect key="frame" x="0.0" y="0.0" width="343" height="132"/>
  282. </imageView>
  283. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="252" verticalHuggingPriority="251" image="ic_cap" translatesAutoresizingMaskIntoConstraints="NO" id="nJd-ED-XqQ">
  284. <rect key="frame" x="54" y="34" width="59" height="61"/>
  285. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  286. </imageView>
  287. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Reward Points" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hh0-Ip-9uS">
  288. <rect key="frame" x="132" y="35" width="86" height="17"/>
  289. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  290. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  291. <nil key="highlightedColor"/>
  292. </label>
  293. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="100 Points will be deducted from your reward point" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hAN-4U-baO">
  294. <rect key="frame" x="132" y="56" width="154" height="14.5"/>
  295. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
  296. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  297. <nil key="highlightedColor"/>
  298. </label>
  299. </subviews>
  300. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  301. <constraints>
  302. <constraint firstItem="hAN-4U-baO" firstAttribute="leading" secondItem="hh0-Ip-9uS" secondAttribute="leading" id="0d0-du-LFp"/>
  303. <constraint firstItem="nJd-ED-XqQ" firstAttribute="height" secondItem="rBP-cS-5qo" secondAttribute="height" multiplier="0.4625" id="8Nd-AN-LRy"/>
  304. <constraint firstItem="hh0-Ip-9uS" firstAttribute="leading" secondItem="nJd-ED-XqQ" secondAttribute="trailing" constant="18.800000000000001" id="9od-Y6-1JQ"/>
  305. <constraint firstItem="hh0-Ip-9uS" firstAttribute="top" secondItem="syh-v7-YaZ" secondAttribute="top" constant="35" id="OAf-Hf-jae"/>
  306. <constraint firstAttribute="trailing" secondItem="rBP-cS-5qo" secondAttribute="trailing" id="VGA-xI-neY"/>
  307. <constraint firstItem="rBP-cS-5qo" firstAttribute="top" secondItem="syh-v7-YaZ" secondAttribute="top" id="X9a-qS-Xzu"/>
  308. <constraint firstItem="nJd-ED-XqQ" firstAttribute="top" secondItem="syh-v7-YaZ" secondAttribute="top" constant="34" id="XI0-mT-7xm"/>
  309. <constraint firstAttribute="trailing" secondItem="hAN-4U-baO" secondAttribute="trailing" constant="57" id="c60-P2-iCb"/>
  310. <constraint firstItem="rBP-cS-5qo" firstAttribute="leading" secondItem="syh-v7-YaZ" secondAttribute="leading" id="gNr-PM-y17"/>
  311. <constraint firstAttribute="height" constant="132" id="gma-n9-Ef5"/>
  312. <constraint firstItem="hAN-4U-baO" firstAttribute="top" secondItem="hh0-Ip-9uS" secondAttribute="bottom" constant="4" id="r1i-BU-PWn"/>
  313. <constraint firstAttribute="bottom" secondItem="rBP-cS-5qo" secondAttribute="bottom" id="tRa-mo-7II"/>
  314. <constraint firstItem="nJd-ED-XqQ" firstAttribute="leading" secondItem="syh-v7-YaZ" secondAttribute="leading" constant="54" id="wUC-MC-gf2"/>
  315. <constraint firstItem="nJd-ED-XqQ" firstAttribute="width" secondItem="rBP-cS-5qo" secondAttribute="width" multiplier="0.1725" id="yo8-ZT-Fyu"/>
  316. </constraints>
  317. </view>
  318. </subviews>
  319. <color key="backgroundColor" red="0.90588235289999997" green="0.92941176469999998" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
  320. <constraints>
  321. <constraint firstItem="RKe-Gn-dHE" firstAttribute="top" secondItem="6h0-AN-egY" secondAttribute="bottom" constant="5" id="49b-fO-iWK"/>
  322. <constraint firstItem="RKe-Gn-dHE" firstAttribute="centerX" secondItem="u73-xK-fpZ" secondAttribute="centerX" id="55C-CX-3BI"/>
  323. <constraint firstItem="6h0-AN-egY" firstAttribute="top" secondItem="Cue-bf-7fX" secondAttribute="bottom" constant="26" id="9q4-vH-xhh"/>
  324. <constraint firstItem="pls-nb-YO1" firstAttribute="leading" secondItem="okq-GN-4xA" secondAttribute="leading" id="EFB-L4-KbM"/>
  325. <constraint firstItem="okq-GN-4xA" firstAttribute="top" secondItem="u73-xK-fpZ" secondAttribute="top" constant="18" id="EGu-5P-2xB"/>
  326. <constraint firstAttribute="trailing" secondItem="Cue-bf-7fX" secondAttribute="trailing" constant="38" id="GrD-wC-iHT"/>
  327. <constraint firstItem="Cue-bf-7fX" firstAttribute="leading" secondItem="u73-xK-fpZ" secondAttribute="leading" constant="38" id="IoG-Vl-fOr"/>
  328. <constraint firstAttribute="bottom" secondItem="syh-v7-YaZ" secondAttribute="bottom" constant="19" id="M4b-y8-wy9"/>
  329. <constraint firstItem="6h0-AN-egY" firstAttribute="centerX" secondItem="u73-xK-fpZ" secondAttribute="centerX" id="MpA-sZ-tFk"/>
  330. <constraint firstItem="syh-v7-YaZ" firstAttribute="leading" secondItem="u73-xK-fpZ" secondAttribute="leading" constant="16" id="TCU-hi-2nU"/>
  331. <constraint firstAttribute="trailing" secondItem="okq-GN-4xA" secondAttribute="trailing" constant="16" id="V9T-EH-7s6"/>
  332. <constraint firstItem="okq-GN-4xA" firstAttribute="leading" secondItem="u73-xK-fpZ" secondAttribute="leading" constant="16" id="Xsv-0U-Ukn"/>
  333. <constraint firstItem="Cue-bf-7fX" firstAttribute="top" secondItem="xh7-Do-G1h" secondAttribute="bottom" constant="55" id="bI4-Qa-rY3"/>
  334. <constraint firstItem="xh7-Do-G1h" firstAttribute="leading" secondItem="u73-xK-fpZ" secondAttribute="leading" constant="87" id="evb-Qt-KEG"/>
  335. <constraint firstItem="pls-nb-YO1" firstAttribute="top" secondItem="okq-GN-4xA" secondAttribute="bottom" constant="23" id="f2V-WG-VhF"/>
  336. <constraint firstAttribute="trailing" secondItem="syh-v7-YaZ" secondAttribute="trailing" constant="16" id="lIf-Ww-rKy"/>
  337. <constraint firstAttribute="trailing" secondItem="xh7-Do-G1h" secondAttribute="trailing" constant="88" id="qfx-M4-GRs"/>
  338. <constraint firstItem="pls-nb-YO1" firstAttribute="trailing" secondItem="okq-GN-4xA" secondAttribute="trailing" id="yCY-2M-P2T"/>
  339. <constraint firstItem="xh7-Do-G1h" firstAttribute="top" secondItem="pls-nb-YO1" secondAttribute="bottom" constant="18" id="yLU-z7-ws8"/>
  340. </constraints>
  341. </view>
  342. </subviews>
  343. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  344. <constraints>
  345. <constraint firstItem="5R7-kY-4hA" firstAttribute="trailing" secondItem="u73-xK-fpZ" secondAttribute="trailing" id="9dL-Tc-awI"/>
  346. <constraint firstItem="u73-xK-fpZ" firstAttribute="top" secondItem="5R7-kY-4hA" secondAttribute="top" id="dfp-26-tQY"/>
  347. <constraint firstItem="5R7-kY-4hA" firstAttribute="bottom" secondItem="u73-xK-fpZ" secondAttribute="bottom" id="jEx-cr-0nE"/>
  348. <constraint firstItem="u73-xK-fpZ" firstAttribute="leading" secondItem="5R7-kY-4hA" secondAttribute="leading" id="qKI-6W-fgV"/>
  349. </constraints>
  350. <viewLayoutGuide key="safeArea" id="5R7-kY-4hA"/>
  351. </view>
  352. <connections>
  353. <outlet property="buttonSubmitRedeemRequest" destination="xh7-Do-G1h" id="pSQ-tb-fCe"/>
  354. <outlet property="imageViewReward" destination="nJd-ED-XqQ" id="RDZ-vt-osz"/>
  355. <outlet property="labelPointsDeduction" destination="hAN-4U-baO" id="hsO-in-Sbj"/>
  356. <outlet property="labelRedeemItem" destination="hh0-Ip-9uS" id="yp1-hJ-DwN"/>
  357. <outlet property="textFieldAddress" destination="pls-nb-YO1" id="IaS-kl-ym2"/>
  358. </connections>
  359. </viewController>
  360. <placeholder placeholderIdentifier="IBFirstResponder" id="wF6-BY-AFC" userLabel="First Responder" sceneMemberID="firstResponder"/>
  361. </objects>
  362. <point key="canvasLocation" x="7375" y="472"/>
  363. </scene>
  364. </scenes>
  365. <resources>
  366. <image name="ic_cap" width="61" height="61"/>
  367. <image name="ic_reward" width="74" height="74"/>
  368. <image name="ic_reward_location" width="60" height="60"/>
  369. <image name="starredBackground" width="355" height="132"/>
  370. </resources>
  371. </document>