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.

88 lines
7.5 KiB

5 years ago
6 years ago
5 years ago
5 years ago
5 years ago
6 years ago
5 years ago
6 years ago
5 years ago
5 years ago
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="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="HSb-ou-7T5">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  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-Bold.otf">
  13. <string>SanFranciscoDisplay-Bold</string>
  14. </array>
  15. </customFonts>
  16. <scenes>
  17. <!--BiometricAuthentication-->
  18. <scene sceneID="R60-Pu-Hpy">
  19. <objects>
  20. <viewController storyboardIdentifier="BiometricAuthenticationViewController" title="BiometricAuthentication" modalTransitionStyle="crossDissolve" modalPresentationStyle="overFullScreen" id="HSb-ou-7T5" customClass="BiometricAuthenticationViewController" customModule="GME_Remit" sceneMemberID="viewController">
  21. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" horizontalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="characterWrap" translatesAutoresizingMaskIntoConstraints="NO" id="aC8-3V-QpF">
  26. <rect key="frame" x="20" y="597" width="335" height="50"/>
  27. <color key="backgroundColor" name="ThemeBlue"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="50" id="k9t-ih-OVw"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="17"/>
  32. <state key="normal" title="Button Title"/>
  33. <connections>
  34. <action selector="authenticationButtonTouch:" destination="HSb-ou-7T5" eventType="touchUpInside" id="g7k-Z7-moB"/>
  35. </connections>
  36. </button>
  37. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash_logo" translatesAutoresizingMaskIntoConstraints="NO" id="wjU-xq-xRN">
  38. <rect key="frame" x="21.5" y="53" width="332" height="94"/>
  39. <userDefinedRuntimeAttributes>
  40. <userDefinedRuntimeAttribute type="string" keyPath="heroID" value="GMELogo"/>
  41. </userDefinedRuntimeAttributes>
  42. </imageView>
  43. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Information Title" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aO1-jS-d16">
  44. <rect key="frame" x="20" y="173.5" width="335" height="20"/>
  45. <fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="17"/>
  46. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. </subviews>
  50. <color key="backgroundColor" name="ThemeRedDark"/>
  51. <constraints>
  52. <constraint firstItem="aC8-3V-QpF" firstAttribute="leading" secondItem="fGb-qm-Mdn" secondAttribute="leading" constant="20" id="2fB-or-16O"/>
  53. <constraint firstItem="fGb-qm-Mdn" firstAttribute="bottom" secondItem="aC8-3V-QpF" secondAttribute="bottom" constant="20" id="4Un-zn-4nm"/>
  54. <constraint firstItem="aO1-jS-d16" firstAttribute="leading" secondItem="fGb-qm-Mdn" secondAttribute="leading" constant="20" id="A8u-8X-b38"/>
  55. <constraint firstItem="wjU-xq-xRN" firstAttribute="centerX" secondItem="fGb-qm-Mdn" secondAttribute="centerX" id="AGn-eo-FCc"/>
  56. <constraint firstItem="fGb-qm-Mdn" firstAttribute="trailing" secondItem="aC8-3V-QpF" secondAttribute="trailing" constant="20" id="Del-A6-aBF"/>
  57. <constraint firstItem="fGb-qm-Mdn" firstAttribute="trailing" secondItem="aO1-jS-d16" secondAttribute="trailing" constant="20" id="PXt-b5-dBL"/>
  58. <constraint firstItem="aO1-jS-d16" firstAttribute="centerX" secondItem="fGb-qm-Mdn" secondAttribute="centerX" id="Sef-hv-5aX"/>
  59. <constraint firstItem="aO1-jS-d16" firstAttribute="centerY" secondItem="fGb-qm-Mdn" secondAttribute="centerY" multiplier="0.55:1" id="TSI-fC-T95"/>
  60. <constraint firstItem="wjU-xq-xRN" firstAttribute="centerY" secondItem="fGb-qm-Mdn" secondAttribute="centerY" multiplier="0.3:1" id="kiz-S3-bEe"/>
  61. </constraints>
  62. <viewLayoutGuide key="safeArea" id="fGb-qm-Mdn"/>
  63. </view>
  64. <userDefinedRuntimeAttributes>
  65. <userDefinedRuntimeAttribute type="boolean" keyPath="isHeroEnabled" value="YES"/>
  66. </userDefinedRuntimeAttributes>
  67. <connections>
  68. <outlet property="biometricAuthenticationImageButton" destination="aC8-3V-QpF" id="p0F-Ce-0RZ"/>
  69. <outlet property="informationLabel" destination="aO1-jS-d16" id="Yca-aU-Jkd"/>
  70. <outlet property="logoImageView" destination="wjU-xq-xRN" id="w2Z-eF-Yg6"/>
  71. </connections>
  72. </viewController>
  73. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  74. </objects>
  75. <point key="canvasLocation" x="-92" y="232.53373313343329"/>
  76. </scene>
  77. </scenes>
  78. <resources>
  79. <image name="splash_logo" width="166" height="47"/>
  80. <namedColor name="ThemeBlue">
  81. <color red="0.18799999356269836" green="0.24300000071525574" blue="0.62400001287460327" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  82. </namedColor>
  83. <namedColor name="ThemeRedDark">
  84. <color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  85. </namedColor>
  86. </resources>
  87. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  88. </document>