|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.17" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc"> |
3 | 3 | <device id="retina4_0" orientation="portrait"> |
4 | 4 | <adaptation id="fullscreen"/> |
5 | 5 | </device> |
6 | 6 | <dependencies> |
7 | 7 | <deployment identifier="iOS"/> |
8 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.14"/> |
9 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
10 | 10 | </dependencies> |
11 | 11 | <scenes> |
|
50 | 50 | </view> |
51 | 51 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YxL-TF-6Nq" customClass="ORCarousel" customModule="ORCarousel"> |
52 | 52 | <rect key="frame" x="0.0" y="128" width="320" height="50"/> |
| 53 | + <subviews> |
| 54 | + <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="uv4-Y8-5Rh"> |
| 55 | + <rect key="frame" x="20" y="0.0" width="280" height="50"/> |
| 56 | + <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="fSw-Yc-ljj"> |
| 57 | + <size key="itemSize" width="50" height="50"/> |
| 58 | + <size key="headerReferenceSize" width="0.0" height="0.0"/> |
| 59 | + <size key="footerReferenceSize" width="0.0" height="0.0"/> |
| 60 | + <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/> |
| 61 | + </collectionViewFlowLayout> |
| 62 | + <cells> |
| 63 | + <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="lEc-NA-qRP"> |
| 64 | + <rect key="frame" x="0.0" y="0.0" width="50" height="50"/> |
| 65 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 66 | + <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> |
| 67 | + <rect key="frame" x="0.0" y="0.0" width="50" height="50"/> |
| 68 | + <autoresizingMask key="autoresizingMask"/> |
| 69 | + </view> |
| 70 | + </collectionViewCell> |
| 71 | + </cells> |
| 72 | + </collectionView> |
| 73 | + </subviews> |
53 | 74 | <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/> |
54 | 75 | <constraints> |
| 76 | + <constraint firstAttribute="bottom" secondItem="uv4-Y8-5Rh" secondAttribute="bottom" id="EO4-I2-Ydp"/> |
| 77 | + <constraint firstAttribute="trailing" secondItem="uv4-Y8-5Rh" secondAttribute="trailing" constant="20" id="Kyu-kn-BtV"/> |
| 78 | + <constraint firstItem="uv4-Y8-5Rh" firstAttribute="top" secondItem="YxL-TF-6Nq" secondAttribute="top" id="ePv-RL-OHc"/> |
55 | 79 | <constraint firstAttribute="height" constant="50" id="lMD-vB-ofk"/> |
| 80 | + <constraint firstItem="uv4-Y8-5Rh" firstAttribute="leading" secondItem="YxL-TF-6Nq" secondAttribute="leading" constant="20" id="uRn-12-wHA"/> |
56 | 81 | </constraints> |
57 | 82 | <userDefinedRuntimeAttributes> |
58 | 83 | <userDefinedRuntimeAttribute type="boolean" keyPath="showScrollIndicator" value="NO"/> |
59 | 84 | </userDefinedRuntimeAttributes> |
| 85 | + <connections> |
| 86 | + <outlet property="collectionView" destination="uv4-Y8-5Rh" id="kqO-Js-QDk"/> |
| 87 | + </connections> |
60 | 88 | </view> |
61 | 89 | </subviews> |
62 | 90 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
80 | 108 | <outlet property="bottomCarousel" destination="CKM-d1-7dH" id="3DP-QA-OWf"/> |
81 | 109 | <outlet property="dayCarousel" destination="mbI-Kh-uaP" id="eAq-X0-nwH"/> |
82 | 110 | <outlet property="monthCarousel" destination="NGX-AU-arZ" id="Dv5-G0-tnc"/> |
83 | | - <outlet property="yearCarousel" destination="YxL-TF-6Nq" id="89i-MI-HK1"/> |
| 111 | + <outlet property="yearCarousel" destination="YxL-TF-6Nq" id="seo-CG-OUc"/> |
84 | 112 | </connections> |
85 | 113 | </viewController> |
86 | 114 | <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> |
|
0 commit comments