-
Notifications
You must be signed in to change notification settings - Fork 0
/
UserViewController.xib
37 lines (37 loc) · 2.65 KB
/
UserViewController.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
36
37
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16A323" 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="UserViewController" customModule="FirebaseDemo" customModuleProvider="target">
<connections>
<outlet property="IBtvUserView" destination="qjL-Xd-Za7" id="XvS-o3-rKF"/>
<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>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="65" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="qjL-Xd-Za7">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</tableView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="qjL-Xd-Za7" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="9we-Yc-f3b"/>
<constraint firstAttribute="trailing" secondItem="qjL-Xd-Za7" secondAttribute="trailing" id="UYH-WG-EAd"/>
<constraint firstItem="qjL-Xd-Za7" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="VZx-NP-8nl"/>
<constraint firstAttribute="bottom" secondItem="qjL-Xd-Za7" secondAttribute="bottom" id="VqL-oc-M0N"/>
</constraints>
</view>
</objects>
</document>