-
Notifications
You must be signed in to change notification settings - Fork 0
/
TimeMessageCell.xib
48 lines (48 loc) · 4.18 KB
/
TimeMessageCell.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="TimeMessage" rowHeight="53" id="mx3-q0-Fbh" customClass="TimeMessageCellController" customModule="comblie" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="600" height="53"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="mx3-q0-Fbh" id="Eqv-Yt-hlZ">
<rect key="frame" x="0.0" y="0.0" width="600" height="52.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="NPE-Xc-hll">
<rect key="frame" x="0.0" y="0.0" width="600" height="35"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="YESTERDAY 8:45 PM" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dGl-1v-pGa">
<rect key="frame" x="255" y="12" width="89" height="11"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Medium" family="Helvetica Neue" pointSize="9"/>
<color key="textColor" red="0.68627450980000004" green="0.68627450980000004" blue="0.68627450980000004" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="35" id="Dbs-uh-SA6"/>
<constraint firstItem="dGl-1v-pGa" firstAttribute="centerX" secondItem="NPE-Xc-hll" secondAttribute="centerX" id="OM7-XU-UJO"/>
<constraint firstItem="dGl-1v-pGa" firstAttribute="centerY" secondItem="NPE-Xc-hll" secondAttribute="centerY" id="sdA-1I-Ax9"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="NPE-Xc-hll" secondAttribute="trailing" id="5ZY-tl-alb"/>
<constraint firstItem="NPE-Xc-hll" firstAttribute="top" secondItem="Eqv-Yt-hlZ" secondAttribute="top" id="ZdZ-Qm-sce"/>
<constraint firstAttribute="bottom" secondItem="NPE-Xc-hll" secondAttribute="bottom" id="bPT-n9-Djj"/>
<constraint firstItem="NPE-Xc-hll" firstAttribute="leading" secondItem="Eqv-Yt-hlZ" secondAttribute="leading" id="fsD-6Y-2Q8"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<outlet property="timeLabel" destination="dGl-1v-pGa" id="O1p-dn-rCF"/>
</connections>
</tableViewCell>
</objects>
</document>