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.

130 lines
12 KiB

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="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina5_9" orientation="portrait" appearance="dark"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
  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-Regular.otf">
  13. <string>SanFranciscoDisplay-Regular</string>
  14. </array>
  15. </customFonts>
  16. <scenes>
  17. <!--Penny Test View Controller-->
  18. <scene sceneID="5bJ-xO-zfo">
  19. <objects>
  20. <viewController storyboardIdentifier="PennyTestViewController" id="k2v-cX-Gfv" customClass="PennyTestViewController" customModule="GME_Remit" customModuleProvider="target" sceneMemberID="viewController">
  21. <view key="view" contentMode="scaleToFill" id="U25-JF-QPX">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <view contentMode="scaleToFill" placeholderIntrinsicWidth="375" placeholderIntrinsicHeight="619" translatesAutoresizingMaskIntoConstraints="NO" id="tKz-Ld-0EO">
  26. <rect key="frame" x="0.0" y="44" width="375" height="734"/>
  27. <subviews>
  28. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bank1" translatesAutoresizingMaskIntoConstraints="NO" id="EcE-3T-6rh">
  29. <rect key="frame" x="137.66666666666666" y="50" width="100" height="100"/>
  30. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <constraints>
  32. <constraint firstAttribute="width" secondItem="EcE-3T-6rh" secondAttribute="height" multiplier="1:1" id="Zhl-lD-ig6"/>
  33. <constraint firstAttribute="height" constant="100" id="cZU-E6-uOj"/>
  34. </constraints>
  35. </imageView>
  36. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your bank account verification is required in order to complete the registration. Do you want to verify it now?" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mdx-kN-ncD">
  37. <rect key="frame" x="15" y="200" width="345" height="334"/>
  38. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="24"/>
  39. <color key="textColor" name="ThemeText"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="znZ-3z-te7">
  43. <rect key="frame" x="15" y="654" width="345" height="50"/>
  44. <subviews>
  45. <button autoresizesSubviews="NO" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="u2I-B1-Ffd">
  46. <rect key="frame" x="0.0" y="0.0" width="345" height="50"/>
  47. <color key="backgroundColor" name="ThemeRed"/>
  48. <constraints>
  49. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="6JE-Ge-JD7"/>
  50. <constraint firstAttribute="height" constant="50" id="SLz-G3-xqs"/>
  51. </constraints>
  52. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
  53. <state key="normal" title="Proceed">
  54. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. </state>
  56. <userDefinedRuntimeAttributes>
  57. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  58. <integer key="value" value="25"/>
  59. </userDefinedRuntimeAttribute>
  60. </userDefinedRuntimeAttributes>
  61. <connections>
  62. <action selector="proceed:" destination="k2v-cX-Gfv" eventType="touchUpInside" id="Ies-KE-Xee"/>
  63. </connections>
  64. </button>
  65. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DJ4-5q-lt6">
  66. <rect key="frame" x="0.0" y="0.0" width="345" height="0.0"/>
  67. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
  68. <state key="normal" title="Not Now">
  69. <color key="titleColor" red="0.2901960784" green="0.2901960784" blue="0.2901960784" alpha="1" colorSpace="calibratedRGB"/>
  70. </state>
  71. <connections>
  72. <action selector="dismiss:" destination="k2v-cX-Gfv" eventType="touchUpInside" id="9cc-du-XH4"/>
  73. </connections>
  74. </button>
  75. </subviews>
  76. <constraints>
  77. <constraint firstItem="DJ4-5q-lt6" firstAttribute="width" secondItem="u2I-B1-Ffd" secondAttribute="width" id="FCQ-dE-I02"/>
  78. </constraints>
  79. </stackView>
  80. </subviews>
  81. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  82. <constraints>
  83. <constraint firstItem="mdx-kN-ncD" firstAttribute="centerY" secondItem="tKz-Ld-0EO" secondAttribute="centerY" id="0U1-WG-ISp"/>
  84. <constraint firstItem="mdx-kN-ncD" firstAttribute="top" relation="greaterThanOrEqual" secondItem="EcE-3T-6rh" secondAttribute="bottom" constant="50" id="6kO-d0-mzT"/>
  85. <constraint firstItem="znZ-3z-te7" firstAttribute="leading" secondItem="tKz-Ld-0EO" secondAttribute="leading" constant="15" id="JDV-ac-uPj"/>
  86. <constraint firstAttribute="trailing" secondItem="znZ-3z-te7" secondAttribute="trailing" constant="15" id="Ryr-Ng-LDM"/>
  87. <constraint firstItem="EcE-3T-6rh" firstAttribute="top" relation="greaterThanOrEqual" secondItem="tKz-Ld-0EO" secondAttribute="top" priority="900" constant="50" id="V21-nL-yqW"/>
  88. <constraint firstItem="mdx-kN-ncD" firstAttribute="leading" secondItem="tKz-Ld-0EO" secondAttribute="leading" constant="15" id="Wj3-Ga-JVN"/>
  89. <constraint firstItem="znZ-3z-te7" firstAttribute="top" secondItem="mdx-kN-ncD" secondAttribute="bottom" priority="900" constant="20" id="cFn-gW-MTf"/>
  90. <constraint firstItem="EcE-3T-6rh" firstAttribute="centerX" secondItem="tKz-Ld-0EO" secondAttribute="centerX" id="hCg-Th-wkh"/>
  91. <constraint firstAttribute="trailing" secondItem="mdx-kN-ncD" secondAttribute="trailing" constant="15" id="qYM-eh-pvf"/>
  92. <constraint firstAttribute="bottom" secondItem="znZ-3z-te7" secondAttribute="bottom" constant="30" id="zne-rm-GDP"/>
  93. </constraints>
  94. </view>
  95. </subviews>
  96. <color key="backgroundColor" name="ThemeMainBackground"/>
  97. <constraints>
  98. <constraint firstItem="tKz-Ld-0EO" firstAttribute="leading" secondItem="lJV-1z-us0" secondAttribute="leading" id="KxJ-t3-Exe"/>
  99. <constraint firstItem="tKz-Ld-0EO" firstAttribute="trailing" secondItem="lJV-1z-us0" secondAttribute="trailing" id="gLm-Ny-7Vp"/>
  100. <constraint firstItem="tKz-Ld-0EO" firstAttribute="top" secondItem="lJV-1z-us0" secondAttribute="top" id="inl-fr-HWI"/>
  101. <constraint firstItem="lJV-1z-us0" firstAttribute="bottom" secondItem="tKz-Ld-0EO" secondAttribute="bottom" id="u8o-WX-Mhn"/>
  102. </constraints>
  103. <viewLayoutGuide key="safeArea" id="lJV-1z-us0"/>
  104. </view>
  105. <connections>
  106. <outlet property="dismissButton" destination="DJ4-5q-lt6" id="dlB-dw-eyQ"/>
  107. <outlet property="iconImageView" destination="EcE-3T-6rh" id="TdY-wR-x0x"/>
  108. <outlet property="infoLabel" destination="mdx-kN-ncD" id="ylw-dQ-cnq"/>
  109. <outlet property="proceedButton" destination="u2I-B1-Ffd" id="OQM-6u-iwH"/>
  110. </connections>
  111. </viewController>
  112. <placeholder placeholderIdentifier="IBFirstResponder" id="EKf-ws-yHH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  113. </objects>
  114. <point key="canvasLocation" x="468" y="289"/>
  115. </scene>
  116. </scenes>
  117. <resources>
  118. <image name="bank1" width="133.33332824707031" height="133.33332824707031"/>
  119. <namedColor name="ThemeMainBackground">
  120. <color red="0.14901960784313725" green="0.14901960784313725" blue="0.14901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  121. </namedColor>
  122. <namedColor name="ThemeRed">
  123. <color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  124. </namedColor>
  125. <namedColor name="ThemeText">
  126. <color white="0.80256043313300773" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  127. </namedColor>
  128. </resources>
  129. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  130. </document>