-
Notifications
You must be signed in to change notification settings - Fork 0
/
IncomingMessageTwoCell.xib
50 lines (50 loc) · 4.56 KB
/
IncomingMessageTwoCell.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
<?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="IncomingMessageTwo" rowHeight="53" id="tCX-2m-MHw" customClass="IncomingMessageTwoCellController" 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" tableViewCell="tCX-2m-MHw" id="RrQ-GR-Ydd">
<rect key="frame" x="0.0" y="0.0" width="600" height="52.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3dQ-FB-4mV">
<rect key="frame" x="50" y="3" width="213.5" height="49.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="When do you want to go to work for?" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="10" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hwY-aE-iIR">
<rect key="frame" x="10" y="5" width="193.5" height="38.5"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="12"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.87843137250000003" green="0.8862745098" blue="0.89411764709999997" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="hwY-aE-iIR" secondAttribute="trailing" constant="10" id="5w6-FP-yBu"/>
<constraint firstAttribute="bottom" secondItem="hwY-aE-iIR" secondAttribute="bottom" constant="6" id="oWE-3c-IVb"/>
<constraint firstItem="hwY-aE-iIR" firstAttribute="top" secondItem="3dQ-FB-4mV" secondAttribute="top" constant="5" id="pyA-DI-vTL"/>
<constraint firstItem="hwY-aE-iIR" firstAttribute="leading" secondItem="3dQ-FB-4mV" secondAttribute="leading" constant="10" id="vob-sQ-bdK"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="3dQ-FB-4mV" firstAttribute="top" secondItem="RrQ-GR-Ydd" secondAttribute="top" constant="3" id="Dsf-lB-srh"/>
<constraint firstItem="3dQ-FB-4mV" firstAttribute="leading" secondItem="RrQ-GR-Ydd" secondAttribute="leading" constant="50" id="U1J-Qx-fpH"/>
<constraint firstAttribute="bottom" secondItem="3dQ-FB-4mV" secondAttribute="bottom" id="rZK-i5-WE5"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="3dQ-FB-4mV" secondAttribute="trailing" constant="65" id="wgS-hf-im7"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<outlet property="message" destination="3dQ-FB-4mV" id="nJy-9W-cmx"/>
<outlet property="messageBackground" destination="3dQ-FB-4mV" id="F9F-yT-uDf"/>
</connections>
</tableViewCell>
</objects>
</document>