-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSectionHeaderView.xib
executable file
·75 lines (75 loc) · 5.31 KB
/
SectionHeaderView.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
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
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="APLTableViewController"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="2" customClass="SectionHeaderView" customModule="星名片" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="48"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="37">
<rect key="frame" x="0.0" y="0.0" width="320" height="48"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="35" y="14" width="44" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="0.0" y="6" width="35" height="35"/>
<constraints>
<constraint firstAttribute="width" constant="35" id="9"/>
<constraint firstAttribute="height" constant="35" id="32"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" image="1">
<color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<state key="highlighted">
<color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="toggleOpen:" destination="2" eventType="touchUpInside" id="54"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="4" firstAttribute="leading" secondItem="37" secondAttribute="leading" id="44"/>
<constraint firstItem="4" firstAttribute="top" secondItem="37" secondAttribute="top" constant="6" id="45"/>
<constraint firstItem="3" firstAttribute="top" secondItem="37" secondAttribute="top" constant="14" id="46"/>
<constraint firstItem="3" firstAttribute="leading" secondItem="4" secondAttribute="trailing" id="51"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="37" firstAttribute="top" secondItem="2" secondAttribute="top" id="47"/>
<constraint firstAttribute="trailing" secondItem="37" secondAttribute="trailing" id="48"/>
<constraint firstAttribute="bottom" secondItem="37" secondAttribute="bottom" id="49"/>
<constraint firstItem="37" firstAttribute="leading" secondItem="2" secondAttribute="leading" id="50"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
<outlet property="disclosureButton" destination="4" id="52"/>
<outlet property="titleLabel" destination="3" id="53"/>
</connections>
</view>
</objects>
<resources>
<image name="1" width="567" height="567"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
</simulatedMetricsContainer>
</document>