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.

69 lines
5.5 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="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="HSb-ou-7T5">
  3. <device id="retina4_7" 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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Kyc-->
  12. <scene sceneID="R60-Pu-Hpy">
  13. <objects>
  14. <viewController storyboardIdentifier="KycViewController" title="Kyc" id="HSb-ou-7T5" customClass="KycViewController" customModule="GME_Remit" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="y1H-iV-BwG"/>
  17. <viewControllerLayoutGuide type="bottom" id="PYB-Kq-ghm"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="54I-14-da1">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lMm-An-4hI">
  24. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  25. </scrollView>
  26. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="xCA-TI-hXm" customClass="ButtonBarView" customModule="XLPagerTabStrip">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  28. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="64" id="Mwe-Qj-IKg"/>
  31. </constraints>
  32. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="ytw-Ft-cs0">
  33. <size key="itemSize" width="50" height="50"/>
  34. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  35. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  36. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  37. </collectionViewFlowLayout>
  38. <cells/>
  39. </collectionView>
  40. </subviews>
  41. <color key="backgroundColor" name="ThemeMainBackground"/>
  42. <constraints>
  43. <constraint firstItem="lMm-An-4hI" firstAttribute="top" secondItem="xCA-TI-hXm" secondAttribute="bottom" id="4r3-8c-oPZ"/>
  44. <constraint firstItem="PYB-Kq-ghm" firstAttribute="top" secondItem="lMm-An-4hI" secondAttribute="bottom" id="Buf-nB-m5a"/>
  45. <constraint firstItem="lMm-An-4hI" firstAttribute="top" secondItem="y1H-iV-BwG" secondAttribute="bottom" constant="64" id="DhX-lw-XqG"/>
  46. <constraint firstAttribute="trailing" secondItem="lMm-An-4hI" secondAttribute="trailing" id="G0V-vR-PAp"/>
  47. <constraint firstItem="xCA-TI-hXm" firstAttribute="leading" secondItem="54I-14-da1" secondAttribute="leading" id="Y89-yN-FKX"/>
  48. <constraint firstItem="lMm-An-4hI" firstAttribute="leading" secondItem="54I-14-da1" secondAttribute="leading" id="fk7-CE-ocZ"/>
  49. <constraint firstItem="xCA-TI-hXm" firstAttribute="top" secondItem="y1H-iV-BwG" secondAttribute="bottom" id="i8g-xp-dV0"/>
  50. <constraint firstAttribute="trailing" secondItem="xCA-TI-hXm" secondAttribute="trailing" id="pOM-kF-StZ"/>
  51. </constraints>
  52. </view>
  53. <connections>
  54. <outlet property="buttonBarView" destination="xCA-TI-hXm" id="sQi-6Q-3Qo"/>
  55. <outlet property="containerView" destination="lMm-An-4hI" id="z3U-Bk-8o3"/>
  56. </connections>
  57. </viewController>
  58. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  59. </objects>
  60. <point key="canvasLocation" x="-276" y="211.84407796101951"/>
  61. </scene>
  62. </scenes>
  63. <resources>
  64. <namedColor name="ThemeMainBackground">
  65. <color red="0.14901960784313725" green="0.14901960784313725" blue="0.14901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  66. </namedColor>
  67. </resources>
  68. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  69. </document>