|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | + </dependencies> |
| 10 | + <objects> |
| 11 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |
| 12 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 13 | + <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="SelectChatTableViewCell" rowHeight="80" id="KGk-i7-Jjw" customClass="SelectChatTableViewCell" customModule="chat_iOS" customModuleProvider="target"> |
| 14 | + <rect key="frame" x="0.0" y="0.0" width="414" height="80"/> |
| 15 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 16 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="414" height="80"/> |
| 18 | + <autoresizingMask key="autoresizingMask"/> |
| 19 | + <subviews> |
| 20 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="2gC-Cj-Q7U"> |
| 21 | + <rect key="frame" x="10" y="10" width="60" height="60"/> |
| 22 | + <constraints> |
| 23 | + <constraint firstAttribute="width" secondItem="2gC-Cj-Q7U" secondAttribute="height" multiplier="1:1" id="EkN-nk-5ft"/> |
| 24 | + </constraints> |
| 25 | + </imageView> |
| 26 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RUf-a9-7FA"> |
| 27 | + <rect key="frame" x="80" y="10" width="254" height="20"/> |
| 28 | + <constraints> |
| 29 | + <constraint firstAttribute="height" constant="20" id="VfV-5S-hH0"/> |
| 30 | + </constraints> |
| 31 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 32 | + <nil key="textColor"/> |
| 33 | + <nil key="highlightedColor"/> |
| 34 | + </label> |
| 35 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Message" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s36-dq-cAX"> |
| 36 | + <rect key="frame" x="80" y="35" width="254" height="35"/> |
| 37 | + <constraints> |
| 38 | + <constraint firstAttribute="height" constant="35" id="TKY-oo-UjD"/> |
| 39 | + </constraints> |
| 40 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 41 | + <nil key="textColor"/> |
| 42 | + <nil key="highlightedColor"/> |
| 43 | + </label> |
| 44 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fSn-KO-GXm"> |
| 45 | + <rect key="frame" x="361" y="29.5" width="43" height="21.5"/> |
| 46 | + <constraints> |
| 47 | + <constraint firstAttribute="width" secondItem="fSn-KO-GXm" secondAttribute="height" multiplier="2:1" id="UvM-kF-J7e"/> |
| 48 | + </constraints> |
| 49 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 50 | + <nil key="textColor"/> |
| 51 | + <nil key="highlightedColor"/> |
| 52 | + </label> |
| 53 | + </subviews> |
| 54 | + <constraints> |
| 55 | + <constraint firstItem="2gC-Cj-Q7U" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="0Mg-FZ-GXl"/> |
| 56 | + <constraint firstItem="2gC-Cj-Q7U" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="Tcd-3b-Och"/> |
| 57 | + <constraint firstAttribute="trailing" secondItem="RUf-a9-7FA" secondAttribute="trailing" constant="80" id="aBP-vW-5se"/> |
| 58 | + <constraint firstItem="RUf-a9-7FA" firstAttribute="leading" secondItem="2gC-Cj-Q7U" secondAttribute="trailing" constant="10" id="cK4-ly-L8d"/> |
| 59 | + <constraint firstItem="fSn-KO-GXm" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="frq-JC-iPM"/> |
| 60 | + <constraint firstItem="RUf-a9-7FA" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="glk-o7-RvN"/> |
| 61 | + <constraint firstAttribute="trailing" secondItem="s36-dq-cAX" secondAttribute="trailing" constant="80" id="lMx-4U-eO2"/> |
| 62 | + <constraint firstItem="2gC-Cj-Q7U" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="sDh-wI-Gju"/> |
| 63 | + <constraint firstItem="s36-dq-cAX" firstAttribute="leading" secondItem="2gC-Cj-Q7U" secondAttribute="trailing" constant="10" id="sb8-iH-huW"/> |
| 64 | + <constraint firstItem="s36-dq-cAX" firstAttribute="top" secondItem="RUf-a9-7FA" secondAttribute="bottom" constant="5" id="ugB-A4-Qaj"/> |
| 65 | + <constraint firstAttribute="trailing" secondItem="fSn-KO-GXm" secondAttribute="trailing" constant="10" id="zDm-rR-7x7"/> |
| 66 | + </constraints> |
| 67 | + </tableViewCellContentView> |
| 68 | + <viewLayoutGuide key="safeArea" id="njF-e1-oar"/> |
| 69 | + <connections> |
| 70 | + <outlet property="lastMessageLabel" destination="s36-dq-cAX" id="Dse-v4-Rar"/> |
| 71 | + <outlet property="lastMessageTimeLabel" destination="fSn-KO-GXm" id="7Ln-rM-fr1"/> |
| 72 | + <outlet property="userNameLabel" destination="RUf-a9-7FA" id="NKh-84-hOF"/> |
| 73 | + <outlet property="userProfileImageView" destination="2gC-Cj-Q7U" id="htG-bi-fL3"/> |
| 74 | + </connections> |
| 75 | + <point key="canvasLocation" x="137.68115942028987" y="154.01785714285714"/> |
| 76 | + </tableViewCell> |
| 77 | + </objects> |
| 78 | +</document> |
0 commit comments