|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="14F1021" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> |
3 | 3 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/> |
5 | 6 | </dependencies>
|
6 | 7 | <objects>
|
7 | 8 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ExampleViewController">
|
|
13 | 14 | </placeholder>
|
14 | 15 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
15 | 16 | <view contentMode="scaleToFill" id="iN0-l3-epB">
|
16 |
| - <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
17 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
18 | 19 | <subviews>
|
19 |
| - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Left Aligned UICollectionView Layout" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="280" translatesAutoresizingMaskIntoConstraints="NO" id="s7c-TM-Fdt"> |
20 |
| - <rect key="frame" x="20" y="0.0" width="280" height="107"/> |
21 |
| - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
22 |
| - <fontDescription key="fontDescription" type="system" pointSize="25"/> |
23 |
| - <nil key="highlightedColor"/> |
24 |
| - </label> |
25 |
| - <collectionView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="1dx-Ff-Vxw"> |
26 |
| - <rect key="frame" x="20" y="115" width="280" height="453"/> |
27 |
| - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 20 | + <collectionView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="1dx-Ff-Vxw"> |
| 21 | + <rect key="frame" x="8" y="115" width="584" height="485"/> |
28 | 22 | <collectionViewLayout key="collectionViewLayout" id="7bk-Y3-Kqi" customClass="UICollectionViewLeftAlignedLayout"/>
|
29 | 23 | <cells/>
|
30 | 24 | </collectionView>
|
| 25 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Left Aligned UICollectionView Layout" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="280" translatesAutoresizingMaskIntoConstraints="NO" id="s7c-TM-Fdt"> |
| 26 | + <rect key="frame" x="8" y="8" width="584" height="107"/> |
| 27 | + <constraints> |
| 28 | + <constraint firstAttribute="height" constant="107" id="fVn-fc-gQH"/> |
| 29 | + </constraints> |
| 30 | + <fontDescription key="fontDescription" type="system" pointSize="25"/> |
| 31 | + <nil key="highlightedColor"/> |
| 32 | + </label> |
31 | 33 | </subviews>
|
32 | 34 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
33 |
| - <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/> |
| 35 | + <constraints> |
| 36 | + <constraint firstAttribute="bottom" secondItem="1dx-Ff-Vxw" secondAttribute="bottom" id="3ip-di-VZx"/> |
| 37 | + <constraint firstItem="1dx-Ff-Vxw" firstAttribute="top" secondItem="s7c-TM-Fdt" secondAttribute="bottom" id="4Cw-1m-WYK"/> |
| 38 | + <constraint firstItem="s7c-TM-Fdt" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="8" id="ZlM-mW-Xwz"/> |
| 39 | + <constraint firstAttribute="trailing" secondItem="s7c-TM-Fdt" secondAttribute="trailing" constant="8" id="aKd-eX-6vH"/> |
| 40 | + <constraint firstAttribute="trailing" secondItem="1dx-Ff-Vxw" secondAttribute="trailing" constant="8" id="gSS-P8-gSx"/> |
| 41 | + <constraint firstItem="1dx-Ff-Vxw" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="8" id="hrW-2B-ljc"/> |
| 42 | + <constraint firstItem="s7c-TM-Fdt" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="8" id="pJj-Ny-iEs"/> |
| 43 | + </constraints> |
| 44 | + <nil key="simulatedStatusBarMetrics"/> |
| 45 | + <point key="canvasLocation" x="305" y="377"/> |
34 | 46 | </view>
|
35 | 47 | </objects>
|
36 | 48 | </document>
|
0 commit comments