-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAAFirstViewController.xib
More file actions
68 lines (68 loc) · 5.29 KB
/
Copy pathAAFirstViewController.xib
File metadata and controls
68 lines (68 loc) · 5.29 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="12E55" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AAFirstViewController">
<connections>
<outlet property="teamBoardTable" destination="k8r-YQ-qQN" id="FMq-NT-ptv"/>
<outlet property="view" destination="1" id="3"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="1">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Team Splice" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vnm-ha-cXS">
<rect key="frame" x="113" y="20" width="94" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="highlightedColor"/>
</label>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="k8r-YQ-qQN">
<rect key="frame" x="0.0" y="49" width="320" height="470"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="dataSource" destination="-1" id="Va6-dO-9YP"/>
<outlet property="delegate" destination="-1" id="ifK-ck-pDM"/>
</connections>
</tableView>
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CJ7-uf-g98">
<rect key="frame" x="0.0" y="524" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<items>
<barButtonItem title="Boards" id="Mxo-db-Y3Z">
<color key="tintColor" cocoaTouchSystemColor="scrollViewTexturedBackgroundColor"/>
</barButtonItem>
<barButtonItem title="Settings" width="135" id="9hE-3a-0pL">
<connections>
<action selector="settingsBtn:" destination="-1" id="KeW-hv-7vz"/>
</connections>
</barButtonItem>
<barButtonItem title="Add board" id="Dad-ga-Qlw">
<connections>
<action selector="addBoardBtn:" destination="-1" id="1YT-bC-M8O"/>
</connections>
</barButtonItem>
</items>
</toolbar>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="vnm-ha-cXS" firstAttribute="centerX" secondItem="k8r-YQ-qQN" secondAttribute="centerX" id="Ek8-df-FjY"/>
<constraint firstItem="k8r-YQ-qQN" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="NbX-nb-k0c"/>
<constraint firstAttribute="bottom" secondItem="CJ7-uf-g98" secondAttribute="bottom" id="Ode-Jk-ayW"/>
<constraint firstItem="CJ7-uf-g98" firstAttribute="leading" secondItem="k8r-YQ-qQN" secondAttribute="leading" id="XbU-gq-9q0"/>
<constraint firstItem="k8r-YQ-qQN" firstAttribute="centerY" secondItem="1" secondAttribute="centerY" id="Z3X-Vf-cxz"/>
<constraint firstItem="k8r-YQ-qQN" firstAttribute="top" secondItem="vnm-ha-cXS" secondAttribute="bottom" constant="8" id="aVx-gi-464"/>
<constraint firstAttribute="bottom" secondItem="k8r-YQ-qQN" secondAttribute="bottom" constant="49" id="ciY-Hm-LRE"/>
<constraint firstAttribute="trailing" secondItem="k8r-YQ-qQN" secondAttribute="trailing" id="pEg-g7-gz8"/>
<constraint firstItem="CJ7-uf-g98" firstAttribute="trailing" secondItem="k8r-YQ-qQN" secondAttribute="trailing" id="zqS-Tq-47v"/>
</constraints>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
</view>
</objects>
</document>