This repository has been archived by the owner on Mar 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WMCommentLoadMoreCell.xib
49 lines (49 loc) · 4.11 KB
/
WMCommentLoadMoreCell.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13D65" 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="WMCommentLoadMoreCell" rowHeight="106" id="KGk-i7-Jjw" customClass="WMCommentLoadMoreCell">
<rect key="frame" x="0.0" y="0.0" width="300" height="106"/>
<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="300" height="105"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uK2-ED-6Jo">
<rect key="frame" x="0.0" y="0.0" width="302" height="45"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Load more comments..." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iZL-Dt-Id9">
<rect key="frame" x="10" y="5" width="268" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="iZL-Dt-Id9" secondAttribute="trailing" constant="24" id="73o-qk-4GE"/>
<constraint firstAttribute="height" constant="45" id="GLW-zh-LyD"/>
<constraint firstItem="iZL-Dt-Id9" firstAttribute="top" secondItem="uK2-ED-6Jo" secondAttribute="top" constant="5" id="IXr-H9-ywp"/>
<constraint firstAttribute="width" constant="302" id="eSA-RS-nqp"/>
<constraint firstAttribute="bottom" secondItem="iZL-Dt-Id9" secondAttribute="bottom" constant="10" id="gB5-Rl-WBl"/>
<constraint firstItem="iZL-Dt-Id9" firstAttribute="leading" secondItem="uK2-ED-6Jo" secondAttribute="leading" constant="10" id="ihb-17-cmv"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="uK2-ED-6Jo" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="oQz-W2-fpn"/>
<constraint firstItem="uK2-ED-6Jo" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="xqu-yO-xtG"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="visibleVIew" destination="uK2-ED-6Jo" id="gGE-Ux-IrC"/>
</connections>
</tableViewCell>
</objects>
</document>