|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BMn-rM-e2q"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BMn-rM-e2q"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies> |
4 | 7 | <deployment identifier="iOS"/> |
5 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
6 | 10 | </dependencies> |
7 | 11 | <scenes> |
8 | 12 | <!--CollectionsStoryboardExample--> |
9 | 13 | <scene sceneID="nRw-zU-Xbw"> |
10 | 14 | <objects> |
11 | 15 | <collectionViewController title="CollectionsStoryboardExample" id="BMn-rM-e2q" customClass="CollectionsStoryboardExample" sceneMemberID="viewController"> |
12 | | - <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="H2V-rH-0Z8"> |
13 | | - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 16 | + <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" dataMode="prototypes" id="H2V-rH-0Z8"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
14 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
15 | 19 | <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="eqs-fm-Qll"> |
16 | 20 | <size key="itemSize" width="50" height="50"/> |
|
19 | 23 | <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/> |
20 | 24 | </collectionViewFlowLayout> |
21 | 25 | <cells> |
22 | | - <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="firstCell" id="ya3-i3-i11"> |
| 26 | + <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="customCell" id="ya3-i3-i11" userLabel="customCell" customClass="CollectionStoryboardExampleCell"> |
23 | 27 | <rect key="frame" x="0.0" y="0.0" width="50" height="50"/> |
24 | 28 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
25 | 29 | <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> |
26 | 30 | <rect key="frame" x="0.0" y="0.0" width="50" height="50"/> |
27 | 31 | <autoresizingMask key="autoresizingMask"/> |
28 | | - <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
29 | | - </view> |
30 | | - </collectionViewCell> |
31 | | - <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="secondCell" id="ACF-5M-rsG"> |
32 | | - <rect key="frame" x="61" y="0.0" width="50" height="50"/> |
33 | | - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
34 | | - <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> |
35 | | - <rect key="frame" x="0.0" y="0.0" width="50" height="50"/> |
36 | | - <autoresizingMask key="autoresizingMask"/> |
37 | | - <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
| 32 | + <subviews> |
| 33 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QSw-4r-pfz"> |
| 34 | + <rect key="frame" x="4" y="15" width="42" height="21"/> |
| 35 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| 36 | + <fontDescription key="fontDescription" type="italicSystem" pointSize="17"/> |
| 37 | + <nil key="textColor"/> |
| 38 | + <nil key="highlightedColor"/> |
| 39 | + </label> |
| 40 | + </subviews> |
38 | 41 | </view> |
| 42 | + <color key="backgroundColor" red="0.8633875639571934" green="0.93266503655327992" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 43 | + <connections> |
| 44 | + <outlet property="label" destination="QSw-4r-pfz" id="yUG-kP-cZg"/> |
| 45 | + </connections> |
39 | 46 | </collectionViewCell> |
40 | 47 | </cells> |
41 | 48 | <connections> |
|
0 commit comments