-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathViewController.xib
More file actions
37 lines (37 loc) · 2.68 KB
/
Copy pathViewController.xib
File metadata and controls
37 lines (37 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewController" customModule="Example" customModuleProvider="target">
<connections>
<outlet property="collectionView" destination="Td2-sc-4I9" id="eqx-tm-S3r"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Td2-sc-4I9">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<collectionViewLayout key="collectionViewLayout" id="Oob-io-YPZ" customClass="SFFocusViewLayout" customModule="SFFocusViewLayout"/>
</collectionView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="Td2-sc-4I9" secondAttribute="bottom" id="OaL-uM-w01"/>
<constraint firstAttribute="trailing" secondItem="Td2-sc-4I9" secondAttribute="trailing" id="l2U-bA-C2q"/>
<constraint firstItem="Td2-sc-4I9" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="wZy-Ax-RAF"/>
<constraint firstItem="Td2-sc-4I9" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="yDI-PY-xru"/>
</constraints>
</view>
</objects>
</document>