-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTestTableViewCell.xib
More file actions
34 lines (34 loc) · 2.49 KB
/
TestTableViewCell.xib
File metadata and controls
34 lines (34 loc) · 2.49 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="186" id="KGk-i7-Jjw" customClass="TestTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="186"/>
<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="320" height="185.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Snip20160612_4.png" translatesAutoresizingMaskIntoConstraints="NO" id="PKA-lZ-BFd">
<rect key="frame" x="0.0" y="0.0" width="320" height="175.5"/>
</imageView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="PKA-lZ-BFd" secondAttribute="trailing" id="1N3-Id-tXh"/>
<constraint firstItem="PKA-lZ-BFd" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="C8f-9r-Vzo"/>
<constraint firstAttribute="bottom" secondItem="PKA-lZ-BFd" secondAttribute="bottom" constant="10" id="TVv-db-reu"/>
<constraint firstItem="PKA-lZ-BFd" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="ge8-Lc-Ifv"/>
</constraints>
</tableViewCellContentView>
<point key="canvasLocation" x="280" y="309"/>
</tableViewCell>
</objects>
<resources>
<image name="Snip20160612_4.png" width="410" height="640"/>
</resources>
</document>