|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
3 | 3 | <device id="retina6_1" orientation="portrait" appearance="light"/>
|
4 | 4 | <dependencies>
|
5 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> |
6 | 6 | <capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
7 | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
8 | 8 | </dependencies>
|
|
12 | 12 | <outlet property="backButton" destination="p26-Ln-ASY" id="xKW-ep-uc6"/>
|
13 | 13 | <outlet property="collectionView" destination="KcB-fn-Ojq" id="b1G-Kq-Mrc"/>
|
14 | 14 | <outlet property="layoutTypeCollectionView" destination="Lb2-15-Dq3" id="0FZ-em-Sll"/>
|
| 15 | + <outlet property="pageControlView" destination="WIb-UY-Fc5" id="tyj-EK-9dy"/> |
15 | 16 | <outlet property="view" destination="iN0-l3-epB" id="2vU-63-62s"/>
|
16 | 17 | </connections>
|
17 | 18 | </placeholder>
|
|
21 | 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
22 | 23 | <subviews>
|
23 | 24 | <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Lb2-15-Dq3">
|
24 |
| - <rect key="frame" x="0.0" y="664" width="414" height="232"/> |
| 25 | + <rect key="frame" x="0.0" y="684" width="414" height="212"/> |
25 | 26 | <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
26 | 27 | <constraints>
|
27 | 28 | <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="170" id="w5m-Ra-rqd"/>
|
|
34 | 35 | </collectionViewFlowLayout>
|
35 | 36 | </collectionView>
|
36 | 37 | <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="KcB-fn-Ojq">
|
37 |
| - <rect key="frame" x="0.0" y="93" width="414" height="571"/> |
| 38 | + <rect key="frame" x="0.0" y="113" width="414" height="571"/> |
38 | 39 | <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
39 | 40 | <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="RPr-la-QPH">
|
40 | 41 | <size key="itemSize" width="50" height="50"/>
|
|
43 | 44 | <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
44 | 45 | </collectionViewFlowLayout>
|
45 | 46 | </collectionView>
|
| 47 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qGh-wo-gBe"> |
| 48 | + <rect key="frame" x="87" y="54" width="240" height="40"/> |
| 49 | + <subviews> |
| 50 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NKv-kr-wDf"> |
| 51 | + <rect key="frame" x="0.0" y="4" width="32" height="32"/> |
| 52 | + <state key="normal" image="grayArrowLeft"/> |
| 53 | + <connections> |
| 54 | + <action selector="onPreviousButtonTouched" destination="-1" eventType="touchUpInside" id="ZYT-8R-7Rh"/> |
| 55 | + </connections> |
| 56 | + </button> |
| 57 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WIb-UY-Fc5" customClass="PageControlView" customModule="Paging_Layout" customModuleProvider="target"> |
| 58 | + <rect key="frame" x="115" y="15" width="10" height="10"/> |
| 59 | + <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 60 | + <constraints> |
| 61 | + <constraint firstAttribute="width" priority="10" constant="10" id="2us-fF-sjt"/> |
| 62 | + <constraint firstAttribute="height" priority="10" constant="10" id="82g-tI-8Md"/> |
| 63 | + </constraints> |
| 64 | + </view> |
| 65 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2QU-o5-0fg"> |
| 66 | + <rect key="frame" x="207" y="4" width="33" height="32"/> |
| 67 | + <state key="normal" image="grayArrowRight"/> |
| 68 | + <connections> |
| 69 | + <action selector="onNextButtonTouched" destination="-1" eventType="touchUpInside" id="tYV-4c-sXU"/> |
| 70 | + </connections> |
| 71 | + </button> |
| 72 | + </subviews> |
| 73 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 74 | + <constraints> |
| 75 | + <constraint firstAttribute="trailing" secondItem="2QU-o5-0fg" secondAttribute="trailing" id="DQM-sU-mBl"/> |
| 76 | + <constraint firstItem="WIb-UY-Fc5" firstAttribute="centerY" secondItem="qGh-wo-gBe" secondAttribute="centerY" id="DeE-z9-lms"/> |
| 77 | + <constraint firstItem="NKv-kr-wDf" firstAttribute="centerY" secondItem="qGh-wo-gBe" secondAttribute="centerY" id="Dg1-N4-MBA"/> |
| 78 | + <constraint firstItem="NKv-kr-wDf" firstAttribute="leading" secondItem="qGh-wo-gBe" secondAttribute="leading" id="NMo-Rx-XsM"/> |
| 79 | + <constraint firstAttribute="height" constant="40" id="UEA-XN-aX4"/> |
| 80 | + <constraint firstAttribute="width" constant="240" id="f8V-2l-G3Y"/> |
| 81 | + <constraint firstItem="2QU-o5-0fg" firstAttribute="centerY" secondItem="qGh-wo-gBe" secondAttribute="centerY" id="hab-0E-gj9"/> |
| 82 | + <constraint firstItem="WIb-UY-Fc5" firstAttribute="centerX" secondItem="qGh-wo-gBe" secondAttribute="centerX" id="jyw-ev-6BB"/> |
| 83 | + </constraints> |
| 84 | + </view> |
46 | 85 | <button opaque="NO" contentMode="scaleToFill" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" contentHorizontalAlignment="center" contentVerticalAlignment="center" showsTouchWhenHighlighted="YES" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="p26-Ln-ASY">
|
47 | 86 | <rect key="frame" x="32" y="63" width="23" height="20"/>
|
48 | 87 | <color key="backgroundColor" cocoaTouchSystemColor="lightTextColor"/>
|
|
60 | 99 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
61 | 100 | <constraints>
|
62 | 101 | <constraint firstItem="KcB-fn-Ojq" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="BC1-4Z-Rtd"/>
|
| 102 | + <constraint firstItem="qGh-wo-gBe" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="Che-Vh-LAB"/> |
63 | 103 | <constraint firstItem="Lb2-15-Dq3" firstAttribute="top" secondItem="KcB-fn-Ojq" secondAttribute="bottom" id="FOb-g3-yTi"/>
|
64 | 104 | <constraint firstItem="Lb2-15-Dq3" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="Fdi-4x-9h8"/>
|
65 | 105 | <constraint firstItem="p26-Ln-ASY" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="19" id="Kcq-6Z-Niw"/>
|
66 |
| - <constraint firstItem="KcB-fn-Ojq" firstAttribute="top" secondItem="p26-Ln-ASY" secondAttribute="bottom" constant="10" id="O7M-pd-eXi"/> |
| 106 | + <constraint firstItem="KcB-fn-Ojq" firstAttribute="top" secondItem="p26-Ln-ASY" secondAttribute="bottom" constant="30" id="O7M-pd-eXi"/> |
67 | 107 | <constraint firstItem="Lb2-15-Dq3" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="R7O-fU-Gmo"/>
|
68 | 108 | <constraint firstAttribute="bottom" secondItem="Lb2-15-Dq3" secondAttribute="bottom" id="WX7-I4-6KC"/>
|
69 | 109 | <constraint firstItem="KcB-fn-Ojq" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="eq6-iY-n0D"/>
|
70 | 110 | <constraint firstItem="p26-Ln-ASY" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="32" id="rlv-DQ-Q8w"/>
|
| 111 | + <constraint firstItem="qGh-wo-gBe" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="10" id="tVJ-Xi-1VW"/> |
71 | 112 | <constraint firstItem="KcB-fn-Ojq" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" multiplier="0.637" priority="900" id="tZ6-4E-M86"/>
|
72 | 113 | </constraints>
|
73 | 114 | <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
|
|
76 | 117 | </objects>
|
77 | 118 | <resources>
|
78 | 119 | <image name="arrow.left.square.fill" catalog="system" width="128" height="114"/>
|
| 120 | + <image name="grayArrowLeft" width="32" height="32"/> |
| 121 | + <image name="grayArrowRight" width="33" height="32"/> |
79 | 122 | </resources>
|
80 | 123 | </document>
|
0 commit comments