12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" 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="14824"/>
- <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="ChatSearchFindbyPhotoCell" id="gTV-IL-0wX" customClass="ChatSearchFindbyPhotoCell">
- <rect key="frame" x="0.0" y="0.0" width="100" 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="100" height="100"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xN8-Ce-VT5">
- <rect key="frame" x="1" y="1" width="98" height="98"/>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_video_play_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Uwm-bA-eLp">
- <rect key="frame" x="32" y="32" width="36.5" height="36.5"/>
- <constraints>
- <constraint firstAttribute="width" constant="36.5" id="1Hp-z0-PA6"/>
- <constraint firstAttribute="height" constant="36.5" id="btB-s7-Hgy"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="Uwm-bA-eLp" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="UbV-UL-7xW"/>
- <constraint firstAttribute="trailing" secondItem="xN8-Ce-VT5" secondAttribute="trailing" constant="1" id="aJY-7q-76H"/>
- <constraint firstItem="xN8-Ce-VT5" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="1" id="aTk-BW-fat"/>
- <constraint firstItem="xN8-Ce-VT5" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="1" id="eC9-VM-lYY"/>
- <constraint firstItem="Uwm-bA-eLp" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="p1t-14-Slv"/>
- <constraint firstAttribute="bottom" secondItem="xN8-Ce-VT5" secondAttribute="bottom" constant="1" id="zc9-2Q-bGT"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <connections>
- <outlet property="cell0ShowImgView" destination="xN8-Ce-VT5" id="f40-ih-RVo"/>
- <outlet property="cell0ShowPlayImgView" destination="Uwm-bA-eLp" id="6Ve-la-fAY"/>
- </connections>
- <point key="canvasLocation" x="132" y="98"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="chat_video_play_icon" width="36.5" height="36.5"/>
- </resources>
- </document>
|