forked from fdzsergio/SFFocusViewLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSFViewController.xib
More file actions
35 lines (35 loc) · 2.37 KB
/
SFViewController.xib
File metadata and controls
35 lines (35 loc) · 2.37 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SFViewController">
<connections>
<outlet property="collectionView" destination="0yK-eZ-hJe" id="PGv-DX-LN7"/>
<outlet property="view" destination="iN0-l3-epB" id="orc-4j-aRO"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="0yK-eZ-hJe">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<animations/>
<collectionViewLayout key="collectionViewLayout" id="kNx-ly-bOh" customClass="SFFocusViewLayout"/>
</collectionView>
</subviews>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="0yK-eZ-hJe" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="UXp-XT-kF6"/>
<constraint firstItem="0yK-eZ-hJe" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="XL1-2s-WGR"/>
<constraint firstAttribute="bottom" secondItem="0yK-eZ-hJe" secondAttribute="bottom" id="hHw-qO-mqZ"/>
<constraint firstAttribute="trailing" secondItem="0yK-eZ-hJe" secondAttribute="trailing" id="kmP-81-IAj"/>
</constraints>
</view>
</objects>
</document>