-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClickToLoadMoreCell.xib
More file actions
33 lines (33 loc) · 2.76 KB
/
ClickToLoadMoreCell.xib
File metadata and controls
33 lines (33 loc) · 2.76 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="clickToLoadMoreCell" rowHeight="50" id="6iN-Ba-AUq">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6iN-Ba-AUq" id="EKj-QO-mcz">
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Show More" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pcc-jC-rkW">
<rect key="frame" x="20" y="0.0" width="280" height="43"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="pcc-jC-rkW" secondAttribute="trailing" constant="20" id="1gn-0K-YSv"/>
<constraint firstAttribute="bottom" secondItem="pcc-jC-rkW" secondAttribute="bottom" id="nd9-kV-o5l"/>
<constraint firstItem="pcc-jC-rkW" firstAttribute="top" secondItem="EKj-QO-mcz" secondAttribute="top" id="pdd-ba-lgo"/>
<constraint firstItem="pcc-jC-rkW" firstAttribute="leading" secondItem="EKj-QO-mcz" secondAttribute="leading" constant="20" id="xSG-HX-yVk"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</objects>
</document>