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.

97 lines
7.2 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" initialViewController="GtC-iQ-Pz8">
  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. <scenes>
  12. <!--RewardGroup-->
  13. <scene sceneID="R60-Pu-Hpy">
  14. <objects>
  15. <viewController storyboardIdentifier="RewardGroupViewController" title="RewardGroup" id="HSb-ou-7T5" customClass="RewardGroupViewController" customModule="GME_Remit" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="zWG-Af-8Nd" customClass="ButtonBarView" customModule="XLPagerTabStrip">
  21. <rect key="frame" x="0.0" y="44" width="375" height="44"/>
  22. <color key="backgroundColor" name="ThemeMainBackground"/>
  23. <color key="tintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="44" id="guh-y2-6RD"/>
  26. </constraints>
  27. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="rhP-qF-b2H">
  28. <size key="itemSize" width="0.0" height="0.0"/>
  29. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  30. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  31. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  32. </collectionViewFlowLayout>
  33. <cells/>
  34. </collectionView>
  35. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Cio-Gc-7dX">
  36. <rect key="frame" x="0.0" y="88" width="375" height="579"/>
  37. </scrollView>
  38. </subviews>
  39. <color key="backgroundColor" name="ThemeMainBackground"/>
  40. <constraints>
  41. <constraint firstItem="Cio-Gc-7dX" firstAttribute="top" secondItem="zWG-Af-8Nd" secondAttribute="bottom" id="0vU-57-Sbx"/>
  42. <constraint firstItem="Cio-Gc-7dX" firstAttribute="trailing" secondItem="UMp-XF-kLb" secondAttribute="trailing" id="9fx-di-f7A"/>
  43. <constraint firstItem="zWG-Af-8Nd" firstAttribute="top" secondItem="UMp-XF-kLb" secondAttribute="top" id="Lbn-CL-PRf"/>
  44. <constraint firstItem="zWG-Af-8Nd" firstAttribute="leading" secondItem="9Uc-9s-KgO" secondAttribute="leading" id="gzm-Te-zSm"/>
  45. <constraint firstAttribute="bottom" secondItem="Cio-Gc-7dX" secondAttribute="bottom" id="kOz-qJ-QRH"/>
  46. <constraint firstAttribute="trailing" secondItem="zWG-Af-8Nd" secondAttribute="trailing" id="lNZ-CU-yAg"/>
  47. <constraint firstItem="Cio-Gc-7dX" firstAttribute="leading" secondItem="UMp-XF-kLb" secondAttribute="leading" id="r4n-Df-VaF"/>
  48. </constraints>
  49. <viewLayoutGuide key="safeArea" id="UMp-XF-kLb"/>
  50. </view>
  51. <navigationItem key="navigationItem" id="HJY-D2-1rl">
  52. <barButtonItem key="leftBarButtonItem" image="ic_cancel" id="2qJ-vW-6N3">
  53. <color key="tintColor" name="ThemeBlack"/>
  54. <connections>
  55. <action selector="touchCloseButton:" destination="HSb-ou-7T5" id="37t-NS-Lx3"/>
  56. </connections>
  57. </barButtonItem>
  58. </navigationItem>
  59. <connections>
  60. <outlet property="closeBarButton" destination="2qJ-vW-6N3" id="WsV-qn-qgI"/>
  61. <outlet property="containerView" destination="Cio-Gc-7dX" id="RXE-Yf-zba"/>
  62. </connections>
  63. </viewController>
  64. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  65. </objects>
  66. <point key="canvasLocation" x="847.20000000000005" y="232.53373313343329"/>
  67. </scene>
  68. <!--Navigation Controller-->
  69. <scene sceneID="aHW-wp-45v">
  70. <objects>
  71. <navigationController automaticallyAdjustsScrollViewInsets="NO" modalPresentationStyle="fullScreen" id="GtC-iQ-Pz8" sceneMemberID="viewController">
  72. <toolbarItems/>
  73. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="bzF-BH-BIB">
  74. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  75. <autoresizingMask key="autoresizingMask"/>
  76. </navigationBar>
  77. <nil name="viewControllers"/>
  78. <connections>
  79. <segue destination="HSb-ou-7T5" kind="relationship" relationship="rootViewController" id="2V7-AG-lFY"/>
  80. </connections>
  81. </navigationController>
  82. <placeholder placeholderIdentifier="IBFirstResponder" id="FaZ-P2-qjg" userLabel="First Responder" sceneMemberID="firstResponder"/>
  83. </objects>
  84. <point key="canvasLocation" x="-92" y="232.53373313343329"/>
  85. </scene>
  86. </scenes>
  87. <resources>
  88. <image name="ic_cancel" width="12" height="12"/>
  89. <namedColor name="ThemeBlack">
  90. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  91. </namedColor>
  92. <namedColor name="ThemeMainBackground">
  93. <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  94. </namedColor>
  95. </resources>
  96. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  97. </document>