-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQFRootViewController.xib
35 lines (35 loc) · 2.45 KB
/
QFRootViewController.xib
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="9060" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="QFRootViewController">
<connections>
<outlet property="tableView" destination="cHm-mR-PgW" id="2wX-Yh-JrJ"/>
<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="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="cHm-mR-PgW">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</tableView>
</subviews>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="cHm-mR-PgW" secondAttribute="trailing" id="C71-e9-7aP"/>
<constraint firstItem="cHm-mR-PgW" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="HuC-G6-EpH"/>
<constraint firstAttribute="bottom" secondItem="cHm-mR-PgW" secondAttribute="bottom" id="Izr-bO-eZg"/>
<constraint firstItem="cHm-mR-PgW" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="vBR-3m-TaA"/>
</constraints>
</view>
</objects>
</document>