-
Notifications
You must be signed in to change notification settings - Fork 234
Expand file tree
/
Copy pathMyTableViewHeaderAutoRegistering.xib
More file actions
executable file
·55 lines (55 loc) · 4.51 KB
/
MyTableViewHeaderAutoRegistering.xib
File metadata and controls
executable file
·55 lines (55 loc) · 4.51 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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" 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="14283.14"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="okZ-6Z-SVm" customClass="MyTableViewHeaderAutoRegistering" customModule="ReusableDemo_iOS" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="298.5" height="55"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5FU-EW-ITI">
<rect key="frame" x="0.0" y="0.0" width="298.5" height="55"/>
<color key="backgroundColor" red="0.20392156862745098" green="0.45098039215686275" blue="0.72941176470588232" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="My HeaderView" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hYf-aH-s8i">
<rect key="frame" x="8" y="13" width="121" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zZ4-Xm-Xca" userLabel="Blue Bar">
<rect key="frame" x="8" y="42" width="239" height="5"/>
<color key="backgroundColor" red="0.80177218539999995" green="0.88913449410000001" blue="0.95461380880000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="5" id="k9e-UV-gvq"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="hYf-aH-s8i" firstAttribute="leading" secondItem="zZ4-Xm-Xca" secondAttribute="leading" id="Q4E-ve-ADj"/>
<constraint firstAttribute="trailing" secondItem="5FU-EW-ITI" secondAttribute="trailing" id="cAb-OQ-i7v"/>
<constraint firstAttribute="bottom" secondItem="zZ4-Xm-Xca" secondAttribute="bottom" constant="8" id="g2M-WH-Mhw"/>
<constraint firstItem="5FU-EW-ITI" firstAttribute="leading" secondItem="okZ-6Z-SVm" secondAttribute="leading" id="hue-vz-jI7"/>
<constraint firstItem="zZ4-Xm-Xca" firstAttribute="top" secondItem="hYf-aH-s8i" secondAttribute="bottom" constant="8" symbolic="YES" id="kvp-aL-8Hr"/>
<constraint firstItem="zZ4-Xm-Xca" firstAttribute="leading" secondItem="okZ-6Z-SVm" secondAttribute="leading" constant="8" id="orC-Gd-rNO"/>
<constraint firstItem="zZ4-Xm-Xca" firstAttribute="width" secondItem="okZ-6Z-SVm" secondAttribute="width" multiplier="8/10" id="owR-gy-XJA"/>
<constraint firstAttribute="bottom" secondItem="5FU-EW-ITI" secondAttribute="bottom" id="tc9-uM-9sG"/>
<constraint firstItem="5FU-EW-ITI" firstAttribute="top" secondItem="okZ-6Z-SVm" secondAttribute="top" id="wsU-Ky-EUd"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
<outlet property="titleLabel" destination="hYf-aH-s8i" id="TCO-Yc-dDI"/>
</connections>
<point key="canvasLocation" x="356.25" y="211.5"/>
</view>
</objects>
</document>