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.

123 lines
12 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="dark"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  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. <!--SelectPayment-->
  21. <scene sceneID="R60-Pu-Hpy">
  22. <objects>
  23. <viewController storyboardIdentifier="SelectPaymentViewController" title="SelectPayment" modalTransitionStyle="crossDissolve" modalPresentationStyle="overFullScreen" id="HSb-ou-7T5" customClass="SelectPaymentViewController" customModule="GME_Remit" sceneMemberID="viewController">
  24. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
  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. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="P5e-LC-g5E">
  29. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  30. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <color key="separatorColor" name="ThemeSeparate"/>
  32. <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
  33. <view key="tableFooterView" contentMode="scaleToFill" id="UtG-1J-8Nu">
  34. <rect key="frame" x="0.0" y="156" width="375" height="44"/>
  35. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. </view>
  38. <prototypes>
  39. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="PaymentCell" rowHeight="100" id="SJA-jB-9Qz" customClass="PaymentCell" customModule="GME_Remit" customModuleProvider="target">
  40. <rect key="frame" x="0.0" y="28" width="375" height="100"/>
  41. <autoresizingMask key="autoresizingMask"/>
  42. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="SJA-jB-9Qz" id="xma-rS-yHe">
  43. <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
  44. <autoresizingMask key="autoresizingMask"/>
  45. <subviews>
  46. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_menu_wallet" translatesAutoresizingMaskIntoConstraints="NO" id="l02-dZ-qUh">
  47. <rect key="frame" x="20" y="35" width="30" height="30"/>
  48. <accessibility key="accessibilityConfiguration">
  49. <bool key="isElement" value="YES"/>
  50. </accessibility>
  51. <constraints>
  52. <constraint firstAttribute="width" constant="30" id="0Yq-Ww-3ad"/>
  53. <constraint firstAttribute="width" secondItem="l02-dZ-qUh" secondAttribute="height" multiplier="1:1" id="llj-HR-8k2"/>
  54. <constraint firstAttribute="height" constant="30" id="rcX-sD-5nE"/>
  55. </constraints>
  56. </imageView>
  57. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="9" translatesAutoresizingMaskIntoConstraints="NO" id="SX0-uT-vd7">
  58. <rect key="frame" x="60" y="29" width="105.5" height="42"/>
  59. <subviews>
  60. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PaymentName" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H8f-b7-GVC">
  61. <rect key="frame" x="0.0" y="0.0" width="105.5" height="16.5"/>
  62. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="14"/>
  63. <color key="textColor" name="ThemeText"/>
  64. <nil key="highlightedColor"/>
  65. </label>
  66. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PaymentContent" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VhZ-RF-efK">
  67. <rect key="frame" x="0.0" y="25.5" width="105.5" height="16.5"/>
  68. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
  69. <color key="textColor" name="ThemeText"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. </subviews>
  73. </stackView>
  74. </subviews>
  75. <color key="backgroundColor" name="ThemeMainBackground"/>
  76. <constraints>
  77. <constraint firstItem="SX0-uT-vd7" firstAttribute="leading" secondItem="l02-dZ-qUh" secondAttribute="trailing" constant="10" id="EFN-D6-CGO"/>
  78. <constraint firstItem="l02-dZ-qUh" firstAttribute="centerY" secondItem="xma-rS-yHe" secondAttribute="centerY" id="GUN-iz-Hem"/>
  79. <constraint firstItem="SX0-uT-vd7" firstAttribute="centerY" secondItem="xma-rS-yHe" secondAttribute="centerY" id="MsJ-TP-yyh"/>
  80. <constraint firstItem="l02-dZ-qUh" firstAttribute="leading" secondItem="xma-rS-yHe" secondAttribute="leading" constant="20" id="fVS-zG-DUU"/>
  81. </constraints>
  82. </tableViewCellContentView>
  83. <connections>
  84. <outlet property="logoImage" destination="l02-dZ-qUh" id="qt1-nz-AlQ"/>
  85. <outlet property="paymentContent" destination="VhZ-RF-efK" id="f4N-On-bTT"/>
  86. <outlet property="paymentName" destination="H8f-b7-GVC" id="Rcc-Il-7xj"/>
  87. </connections>
  88. </tableViewCell>
  89. </prototypes>
  90. </tableView>
  91. </subviews>
  92. <color key="backgroundColor" name="ThemeMainBackground"/>
  93. <constraints>
  94. <constraint firstItem="P5e-LC-g5E" firstAttribute="top" secondItem="9Uc-9s-KgO" secondAttribute="top" id="3IV-Pt-v3q"/>
  95. <constraint firstItem="cBZ-FI-VOQ" firstAttribute="bottom" secondItem="P5e-LC-g5E" secondAttribute="bottom" id="Gkj-N5-6Yw"/>
  96. <constraint firstItem="P5e-LC-g5E" firstAttribute="trailing" secondItem="cBZ-FI-VOQ" secondAttribute="trailing" id="L0c-xN-AJJ"/>
  97. <constraint firstItem="P5e-LC-g5E" firstAttribute="leading" secondItem="cBZ-FI-VOQ" secondAttribute="leading" id="XlB-Ol-eHl"/>
  98. </constraints>
  99. <viewLayoutGuide key="safeArea" id="cBZ-FI-VOQ"/>
  100. </view>
  101. <connections>
  102. <outlet property="tableView" destination="P5e-LC-g5E" id="jzc-V8-mnq"/>
  103. </connections>
  104. </viewController>
  105. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  106. </objects>
  107. <point key="canvasLocation" x="847.20000000000005" y="232.53373313343329"/>
  108. </scene>
  109. </scenes>
  110. <resources>
  111. <image name="ic_menu_wallet" width="92.5" height="92.5"/>
  112. <namedColor name="ThemeMainBackground">
  113. <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  114. </namedColor>
  115. <namedColor name="ThemeSeparate">
  116. <color red="0.82400000095367432" green="0.82400000095367432" blue="0.82400000095367432" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  117. </namedColor>
  118. <namedColor name="ThemeText">
  119. <color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  120. </namedColor>
  121. </resources>
  122. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  123. </document>