-
Notifications
You must be signed in to change notification settings - Fork 0
/
IncomingMessageCell.xib
73 lines (73 loc) · 6.52 KB
/
IncomingMessageCell.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
64
65
66
67
68
69
70
71
72
73
<?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"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</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="IncomingMessage" id="D1Z-Oq-uuD" customClass="IncomingMessageCellController" customModule="comblie" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="D1Z-Oq-uuD" id="XO4-vX-RpV">
<rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Persona" translatesAutoresizingMaskIntoConstraints="NO" id="DsQ-hu-rou">
<rect key="frame" x="15" y="12" width="29.5" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="CwI-kU-0Xq"/>
<constraint firstAttribute="width" secondItem="DsQ-hu-rou" secondAttribute="height" multiplier="1:1" id="z1y-4y-AOS"/>
</constraints>
</imageView>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oAf-2r-lxu">
<rect key="frame" x="52" y="14" width="193" height="25.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Magda, do you want to meet up? do" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="10" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NzD-up-w9b">
<rect key="frame" x="10" y="5" width="189.5" height="14.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 firstItem="NzD-up-w9b" firstAttribute="top" secondItem="oAf-2r-lxu" secondAttribute="top" constant="5" id="MaS-cn-4iP"/>
<constraint firstItem="NzD-up-w9b" firstAttribute="leading" secondItem="oAf-2r-lxu" secondAttribute="leading" constant="10" id="jhf-gV-pi9"/>
<constraint firstAttribute="bottom" secondItem="NzD-up-w9b" secondAttribute="bottom" constant="6" id="nra-oZ-Z7Q"/>
<constraint firstAttribute="trailing" secondItem="NzD-up-w9b" secondAttribute="trailing" constant="10" id="rqQ-7V-tTW"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="DsQ-hu-rou" firstAttribute="top" relation="greaterThanOrEqual" secondItem="XO4-vX-RpV" secondAttribute="top" id="2gR-4j-soW"/>
<constraint firstItem="oAf-2r-lxu" firstAttribute="leading" secondItem="DsQ-hu-rou" secondAttribute="trailing" constant="5" id="7Lh-id-ERl"/>
<constraint firstAttribute="bottom" secondItem="oAf-2r-lxu" secondAttribute="bottom" constant="3" id="A3Y-S7-Vex"/>
<constraint firstItem="oAf-2r-lxu" firstAttribute="top" relation="greaterThanOrEqual" secondItem="XO4-vX-RpV" secondAttribute="top" constant="3" id="BR0-cq-0dU"/>
<constraint firstAttribute="bottom" secondItem="DsQ-hu-rou" secondAttribute="bottom" constant="1" id="BRa-zd-j0s"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="oAf-2r-lxu" secondAttribute="trailing" constant="65" id="Bw6-RS-yus"/>
<constraint firstItem="oAf-2r-lxu" firstAttribute="leading" secondItem="XO4-vX-RpV" secondAttribute="leading" constant="25" id="aLe-xt-keO"/>
<constraint firstItem="DsQ-hu-rou" firstAttribute="top" relation="greaterThanOrEqual" secondItem="XO4-vX-RpV" secondAttribute="top" id="qV6-r9-Cam"/>
<constraint firstItem="DsQ-hu-rou" firstAttribute="leading" secondItem="XO4-vX-RpV" secondAttribute="leading" constant="15" id="vpC-Rc-dfk"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="2gR-4j-soW"/>
<exclude reference="aLe-xt-keO"/>
</mask>
</variation>
</tableViewCellContentView>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<outlet property="message" destination="NzD-up-w9b" id="bAF-zA-bFA"/>
<outlet property="messageBackground" destination="oAf-2r-lxu" id="ht5-uK-qR1"/>
<outlet property="profileImage" destination="DsQ-hu-rou" id="F4c-Ep-7GV"/>
</connections>
</tableViewCell>
</objects>
<resources>
<image name="Persona" width="600" height="600"/>
</resources>
</document>