-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathViewController.xib
More file actions
47 lines (47 loc) · 3.28 KB
/
Copy pathViewController.xib
File metadata and controls
47 lines (47 loc) · 3.28 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
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24765" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24743"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<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="STBaseProject_Example" customModuleProvider="target">
<connections>
<outlet property="tableView" destination="hEw-Fr-cGB" id="wPL-sn-kzi"/>
<outlet property="topConstraint" destination="Ahs-Yl-eGh" id="TjO-0g-2pf"/>
<outlet property="view" destination="iN0-l3-epB" id="mBb-2D-tDI"/>
</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="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="hEw-Fr-cGB">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<connections>
<outlet property="dataSource" destination="-1" id="7cX-Nl-Th4"/>
<outlet property="delegate" destination="-1" id="dst-XD-oXC"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="hEw-Fr-cGB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Ahs-Yl-eGh"/>
<constraint firstItem="hEw-Fr-cGB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="a4n-B2-Ehb"/>
<constraint firstAttribute="trailing" secondItem="hEw-Fr-cGB" secondAttribute="trailing" id="n3L-Rz-BX3"/>
<constraint firstAttribute="bottom" secondItem="hEw-Fr-cGB" secondAttribute="bottom" id="nsd-NY-aZl"/>
</constraints>
<point key="canvasLocation" x="138" y="20"/>
</view>
</objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>