|
| 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="50H-WV-jbO"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="collection view cell content view" minToolsVersion="11.0"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 10 | + </dependencies> |
| 11 | + <scenes> |
| 12 | + <!--Storyboard View Controller--> |
| 13 | + <scene sceneID="Bn2-4k-qfx"> |
| 14 | + <objects> |
| 15 | + <viewController storyboardIdentifier="viewController" id="50H-WV-jbO" customClass="StoryboardViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 16 | + <view key="view" contentMode="scaleToFill" id="p7o-vJ-Y8e"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 18 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 19 | + <subviews> |
| 20 | + <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="CiI-U7-IGk" customClass="CampcotCollectionView" customModule="CampcotCollectionView"> |
| 21 | + <rect key="frame" x="0.0" y="44" width="414" height="818"/> |
| 22 | + <color key="backgroundColor" red="0.74117647058823533" green="0.76470588235294112" blue="0.7803921568627451" alpha="1" colorSpace="calibratedRGB"/> |
| 23 | + <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="n55-JI-Luz"> |
| 24 | + <size key="itemSize" width="72" height="72"/> |
| 25 | + <size key="headerReferenceSize" width="50" height="50"/> |
| 26 | + <size key="footerReferenceSize" width="0.0" height="0.0"/> |
| 27 | + <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/> |
| 28 | + </collectionViewFlowLayout> |
| 29 | + <cells> |
| 30 | + <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="CustomCell" id="B6o-dS-0wb" customClass="CustomCollectionViewCell" customModule="Example" customModuleProvider="target"> |
| 31 | + <rect key="frame" x="0.0" y="50" width="72" height="72"/> |
| 32 | + <autoresizingMask key="autoresizingMask"/> |
| 33 | + <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="mMo-R2-YRQ"> |
| 34 | + <rect key="frame" x="0.0" y="0.0" width="72" height="72"/> |
| 35 | + <autoresizingMask key="autoresizingMask"/> |
| 36 | + </collectionViewCellContentView> |
| 37 | + <size key="customSize" width="72" height="72"/> |
| 38 | + </collectionViewCell> |
| 39 | + </cells> |
| 40 | + <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="CustomHeaderView" id="Zbe-JP-2ZF" customClass="CustomHeaderView" customModule="Example" customModuleProvider="target"> |
| 41 | + <rect key="frame" x="0.0" y="0.0" width="414" height="50"/> |
| 42 | + <autoresizingMask key="autoresizingMask"/> |
| 43 | + </collectionReusableView> |
| 44 | + <userDefinedRuntimeAttributes> |
| 45 | + <userDefinedRuntimeAttribute type="number" keyPath="top"> |
| 46 | + <real key="value" value="0.0"/> |
| 47 | + </userDefinedRuntimeAttribute> |
| 48 | + <userDefinedRuntimeAttribute type="number" keyPath="topInset"> |
| 49 | + <real key="value" value="10"/> |
| 50 | + </userDefinedRuntimeAttribute> |
| 51 | + <userDefinedRuntimeAttribute type="number" keyPath="bottomInset"> |
| 52 | + <real key="value" value="10"/> |
| 53 | + </userDefinedRuntimeAttribute> |
| 54 | + <userDefinedRuntimeAttribute type="number" keyPath="leftInset"> |
| 55 | + <real key="value" value="10"/> |
| 56 | + </userDefinedRuntimeAttribute> |
| 57 | + <userDefinedRuntimeAttribute type="number" keyPath="rightInset"> |
| 58 | + <real key="value" value="10"/> |
| 59 | + </userDefinedRuntimeAttribute> |
| 60 | + <userDefinedRuntimeAttribute type="boolean" keyPath="sectionHeadersPinToVisibleBounds" value="YES"/> |
| 61 | + <userDefinedRuntimeAttribute type="number" keyPath="minimumSectionSpacing"> |
| 62 | + <real key="value" value="1"/> |
| 63 | + </userDefinedRuntimeAttribute> |
| 64 | + <userDefinedRuntimeAttribute type="number" keyPath="minimumInteritemSpacing"> |
| 65 | + <real key="value" value="10"/> |
| 66 | + </userDefinedRuntimeAttribute> |
| 67 | + <userDefinedRuntimeAttribute type="number" keyPath="minimumLineSpacing"> |
| 68 | + <real key="value" value="10"/> |
| 69 | + </userDefinedRuntimeAttribute> |
| 70 | + </userDefinedRuntimeAttributes> |
| 71 | + <connections> |
| 72 | + <outlet property="dataSource" destination="50H-WV-jbO" id="u27-tO-IDt"/> |
| 73 | + <outlet property="delegate" destination="50H-WV-jbO" id="x0f-La-Hkc"/> |
| 74 | + </connections> |
| 75 | + </collectionView> |
| 76 | + </subviews> |
| 77 | + <color key="backgroundColor" red="0.74117647060000003" green="0.76470588240000004" blue="0.78039215689999997" alpha="1" colorSpace="calibratedRGB"/> |
| 78 | + <constraints> |
| 79 | + <constraint firstItem="03S-Zr-mha" firstAttribute="bottom" secondItem="CiI-U7-IGk" secondAttribute="bottom" id="TNE-uS-6yy"/> |
| 80 | + <constraint firstItem="03S-Zr-mha" firstAttribute="trailing" secondItem="CiI-U7-IGk" secondAttribute="trailing" id="UyL-lV-7Ce"/> |
| 81 | + <constraint firstItem="CiI-U7-IGk" firstAttribute="leading" secondItem="03S-Zr-mha" secondAttribute="leading" id="ZWJ-fV-Esm"/> |
| 82 | + <constraint firstItem="CiI-U7-IGk" firstAttribute="top" secondItem="03S-Zr-mha" secondAttribute="top" id="aNo-19-2P1"/> |
| 83 | + </constraints> |
| 84 | + <viewLayoutGuide key="safeArea" id="03S-Zr-mha"/> |
| 85 | + </view> |
| 86 | + <connections> |
| 87 | + <outlet property="collectionView" destination="CiI-U7-IGk" id="jdf-Vd-Nl0"/> |
| 88 | + </connections> |
| 89 | + </viewController> |
| 90 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Tcc-yi-6ep" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 91 | + </objects> |
| 92 | + <point key="canvasLocation" x="-339.13043478260875" y="49.553571428571423"/> |
| 93 | + </scene> |
| 94 | + </scenes> |
| 95 | +</document> |
0 commit comments