12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="ChatInfoUserCollectionCell" id="gTV-IL-0wX" customClass="ChatInfoUserCollectionCell">
- <rect key="frame" x="0.0" y="0.0" width="70" height="90"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="70" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fCU-H8-X7F">
- <rect key="frame" x="10" y="20" width="50" height="50"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="YWz-6u-kM8"/>
- <constraint firstAttribute="height" constant="50" id="peU-oc-ATB"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lz8-4S-6Me">
- <rect key="frame" x="5" y="73" width="60" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="Clj-ny-5dK"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Lz8-4S-6Me" secondAttribute="trailing" constant="5" id="Bb5-gp-OMh"/>
- <constraint firstAttribute="bottom" secondItem="Lz8-4S-6Me" secondAttribute="bottom" constant="5" id="EYy-D4-7Ly"/>
- <constraint firstItem="fCU-H8-X7F" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="20" id="QMY-sX-OKZ"/>
- <constraint firstItem="Lz8-4S-6Me" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="XS7-q8-Iyv"/>
- <constraint firstItem="Lz8-4S-6Me" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="e6r-0M-Cx4"/>
- <constraint firstItem="fCU-H8-X7F" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="org-16-Bbw"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <connections>
- <outlet property="cell0UserImgView" destination="fCU-H8-X7F" id="TMT-Ht-fnz"/>
- <outlet property="cell0UserNameLabel" destination="Lz8-4S-6Me" id="870-pO-nhF"/>
- </connections>
- <point key="canvasLocation" x="132" y="115"/>
- </collectionViewCell>
- </objects>
- </document>
|