ZLPhotoBrowserCell.xib
5.19 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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" 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="13173"/>
<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"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="ZLPhotoBrowserCell" rowHeight="75" id="KGk-i7-Jjw" customClass="ZLPhotoBrowserCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="65"/>
<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="64.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="si3-7g-P4k">
<rect key="frame" x="12" y="1" width="63" height="63"/>
<constraints>
<constraint firstAttribute="width" constant="63" id="DVK-qs-sWd"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vtq-1w-Wle">
<rect key="frame" x="83" y="20" width="42" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="nRo-Vp-JeI"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Iu8-6b-5Wi">
<rect key="frame" x="135" y="21" width="42" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.33333333333333331" green="0.3333333432674408" blue="0.3333333432674408" alpha="0.78571051520270274" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="si3-7g-P4k" secondAttribute="bottom" constant="1" id="5z5-Kt-SXm"/>
<constraint firstItem="vtq-1w-Wle" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="E3M-mK-mqr"/>
<constraint firstItem="si3-7g-P4k" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="GBz-rH-3mY"/>
<constraint firstItem="Iu8-6b-5Wi" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Rep-vf-UUr"/>
<constraint firstItem="Iu8-6b-5Wi" firstAttribute="leading" secondItem="vtq-1w-Wle" secondAttribute="trailing" constant="10" id="ePV-yx-5KQ"/>
<constraint firstItem="vtq-1w-Wle" firstAttribute="leading" secondItem="si3-7g-P4k" secondAttribute="trailing" constant="8" id="n1E-gJ-A4a"/>
<constraint firstItem="si3-7g-P4k" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="1" id="raz-F0-sX9"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="headImageView" destination="si3-7g-P4k" id="OIk-be-u3i"/>
<outlet property="labCount" destination="Iu8-6b-5Wi" id="qpb-J4-eCQ"/>
<outlet property="labTitle" destination="vtq-1w-Wle" id="SzR-Hl-daw"/>
</connections>
<point key="canvasLocation" x="154" y="202.5"/>
</tableViewCell>
</objects>
</document>