This repository was archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathMoreCommentCell.xib
63 lines (63 loc) · 5.38 KB
/
MoreCommentCell.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11129.15" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" generatesPrototypingConstraints="YES" useTraitCollections="YES" colorMatched="NO">
<dependencies>
<deployment identifier="iOS"/>
<development version="7000" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11103.10"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="106" id="rsJ-3c-38G" customClass="MoreCommentCell" customModule="reddift" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="622" height="106"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="rsJ-3c-38G" id="ABd-Zg-at8">
<rect key="frame" x="0.0" y="0.0" width="622" height="105.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LyU-GF-mnR">
<rect key="frame" x="5" y="0.0" width="5" height="105"/>
<color key="backgroundColor" red="0.66666666666666663" green="0.66666666666666663" blue="0.66666666666666663" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="width" constant="5" id="jQ2-CL-Pp9"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pko-G7-Ay1">
<rect key="frame" x="10" y="8" width="604" height="89"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="More" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kOP-gG-fht">
<rect key="frame" x="212" y="8" width="180" height="73"/>
<constraints>
<constraint firstAttribute="width" constant="180" id="16g-ZQ-U9Q"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<color key="textColor" red="0.60392156860000001" green="0.66274509800000003" blue="0.70588235290000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="kOP-gG-fht" firstAttribute="centerX" secondItem="pko-G7-Ay1" secondAttribute="centerX" id="5CL-3f-FiI"/>
<constraint firstAttribute="bottom" secondItem="kOP-gG-fht" secondAttribute="bottom" constant="8" id="INQ-bP-rI2"/>
<constraint firstItem="kOP-gG-fht" firstAttribute="top" secondItem="pko-G7-Ay1" secondAttribute="top" constant="8" id="Lgd-zA-Qmf"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="pko-G7-Ay1" secondAttribute="bottom" constant="8" id="1pz-VE-E5q"/>
<constraint firstItem="LyU-GF-mnR" firstAttribute="leading" secondItem="ABd-Zg-at8" secondAttribute="leading" constant="5" id="7MB-Fh-4JK"/>
<constraint firstItem="pko-G7-Ay1" firstAttribute="top" secondItem="ABd-Zg-at8" secondAttribute="top" constant="8" id="8ov-O8-bPv"/>
<constraint firstAttribute="bottom" secondItem="LyU-GF-mnR" secondAttribute="bottom" id="G6z-2s-DmP"/>
<constraint firstItem="LyU-GF-mnR" firstAttribute="top" secondItem="ABd-Zg-at8" secondAttribute="top" id="KD2-kS-eZ9"/>
<constraint firstAttribute="trailing" secondItem="pko-G7-Ay1" secondAttribute="trailing" constant="8" id="hK6-TM-cN1"/>
<constraint firstItem="pko-G7-Ay1" firstAttribute="leading" secondItem="LyU-GF-mnR" secondAttribute="trailing" id="kTz-uQ-MzT"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="leftMarginVarticalBar" destination="7MB-Fh-4JK" id="vx6-gn-IE7"/>
<outlet property="widthOfVerticalBar" destination="jQ2-CL-Pp9" id="Qrv-ak-YMD"/>
</connections>
<point key="canvasLocation" x="829" y="566"/>
</tableViewCell>
</objects>
</document>