123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?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="MoreAppCell" id="gTV-IL-0wX" customClass="MoreAppCell">
- <rect key="frame" x="0.0" y="0.0" width="70" height="100"/>
- <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="100"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vfW-SN-ErQ">
- <rect key="frame" x="0.0" y="0.0" width="70" height="100"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_tz_hui_icon" translatesAutoresizingMaskIntoConstraints="NO" id="dbs-Pp-3v5">
- <rect key="frame" x="23" y="14" width="24" height="31.5"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5XY-am-fRg">
- <rect key="frame" x="16.5" y="50" width="37.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_edit_del_icon" translatesAutoresizingMaskIntoConstraints="NO" id="MlH-Uq-EJu">
- <rect key="frame" x="45" y="8" width="17" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="4tJ-WU-CwG"/>
- <constraint firstAttribute="width" constant="17" id="G8P-ZW-ukO"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="MlH-Uq-EJu" firstAttribute="top" secondItem="vfW-SN-ErQ" secondAttribute="top" constant="8" id="DGU-ch-T7t"/>
- <constraint firstItem="dbs-Pp-3v5" firstAttribute="top" secondItem="vfW-SN-ErQ" secondAttribute="top" constant="14" id="K0p-mw-8e4"/>
- <constraint firstItem="5XY-am-fRg" firstAttribute="centerX" secondItem="vfW-SN-ErQ" secondAttribute="centerX" id="WSo-XS-hKb"/>
- <constraint firstItem="5XY-am-fRg" firstAttribute="top" secondItem="vfW-SN-ErQ" secondAttribute="top" constant="50" id="Zm8-k4-feK"/>
- <constraint firstItem="dbs-Pp-3v5" firstAttribute="centerX" secondItem="vfW-SN-ErQ" secondAttribute="centerX" id="bfU-4V-3Ta"/>
- <constraint firstAttribute="trailing" secondItem="MlH-Uq-EJu" secondAttribute="trailing" constant="8" id="kyc-C3-oX5"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="vfW-SN-ErQ" secondAttribute="trailing" id="Hr3-fl-S3M"/>
- <constraint firstItem="vfW-SN-ErQ" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="bBj-Ol-3X4"/>
- <constraint firstItem="vfW-SN-ErQ" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="tx6-dO-Wl8"/>
- <constraint firstAttribute="bottom" secondItem="vfW-SN-ErQ" secondAttribute="bottom" id="uwL-Ma-nV8"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <connections>
- <outlet property="showIcon" destination="MlH-Uq-EJu" id="9YZ-rz-ZH7"/>
- <outlet property="showImgView" destination="dbs-Pp-3v5" id="v1U-1k-pKr"/>
- <outlet property="showTitleLabel" destination="5XY-am-fRg" id="Fm2-ax-gn1"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="115.84821428571428"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="chatmsg_edit_del_icon" width="16.5" height="16.5"/>
- <image name="chatmsg_tz_hui_icon" width="24" height="31.5"/>
- </resources>
- </document>
|