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 pathLoadingCommentCell.xib
33 lines (33 loc) · 2.46 KB
/
LoadingCommentCell.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
<?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="239" id="Kn6-ED-k1w" customClass="LoadingCommentCell" customModule="reddift" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="592" height="239"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Kn6-ED-k1w" id="YfU-Ux-Iwk">
<rect key="frame" x="0.0" y="0.0" width="592" height="238.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="SEf-Y1-erj">
<rect key="frame" x="286" y="110" width="20" height="20"/>
</activityIndicatorView>
</subviews>
<constraints>
<constraint firstItem="SEf-Y1-erj" firstAttribute="centerY" secondItem="YfU-Ux-Iwk" secondAttribute="centerY" id="Wdd-oY-58e"/>
<constraint firstItem="SEf-Y1-erj" firstAttribute="centerX" secondItem="YfU-Ux-Iwk" secondAttribute="centerX" id="qIg-WN-lzg"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="activityIndicator" destination="SEf-Y1-erj" id="HsE-1G-cZn"/>
</connections>
<point key="canvasLocation" x="623" y="422.5"/>
</tableViewCell>
</objects>
</document>