-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirstCell.xib
More file actions
executable file
·55 lines (55 loc) · 3.73 KB
/
Copy pathFirstCell.xib
File metadata and controls
executable file
·55 lines (55 loc) · 3.73 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" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="KGk-i7-Jjw" customClass="FirstCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="85"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="287" height="84.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Image_head.png" translatesAutoresizingMaskIntoConstraints="NO" id="yAS-yp-lWz">
<rect key="frame" x="10" y="10" width="65" height="65"/>
<constraints>
<constraint firstAttribute="height" constant="65" id="cDF-48-rO4"/>
<constraint firstAttribute="width" constant="65" id="r4s-ve-vla"/>
<constraint firstAttribute="height" id="wkX-SP-HVd"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="wkX-SP-HVd"/>
</mask>
</variation>
</imageView>
</subviews>
<constraints>
<constraint firstItem="yAS-yp-lWz" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="8iy-so-srV"/>
<constraint firstAttribute="bottom" secondItem="yAS-yp-lWz" secondAttribute="bottom" constant="10" id="ULb-En-eGg"/>
<constraint firstItem="yAS-yp-lWz" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Ujt-PI-dfX"/>
<constraint firstItem="yAS-yp-lWz" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hr9-eY-r0K"/>
<constraint firstItem="yAS-yp-lWz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="kpA-RF-AZd"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="8iy-so-srV"/>
<exclude reference="ULb-En-eGg"/>
<exclude reference="hr9-eY-r0K"/>
</mask>
</variation>
</tableViewCellContentView>
<connections>
<outlet property="HeadView" destination="yAS-yp-lWz" id="3Ri-xj-gOe"/>
</connections>
<point key="canvasLocation" x="684" y="430.5"/>
</tableViewCell>
</objects>
<resources>
<image name="Image_head.png" width="80" height="80"/>
</resources>
</document>