ChatSearchFindbyPhotoCell.xib 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="ChatSearchFindbyPhotoCell" id="gTV-IL-0wX" customClass="ChatSearchFindbyPhotoCell">
  14. <rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xN8-Ce-VT5">
  21. <rect key="frame" x="1" y="1" width="98" height="98"/>
  22. </imageView>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_video_play_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Uwm-bA-eLp">
  24. <rect key="frame" x="32" y="32" width="36.5" height="36.5"/>
  25. <constraints>
  26. <constraint firstAttribute="width" constant="36.5" id="1Hp-z0-PA6"/>
  27. <constraint firstAttribute="height" constant="36.5" id="btB-s7-Hgy"/>
  28. </constraints>
  29. </imageView>
  30. </subviews>
  31. </view>
  32. <constraints>
  33. <constraint firstItem="Uwm-bA-eLp" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="UbV-UL-7xW"/>
  34. <constraint firstAttribute="trailing" secondItem="xN8-Ce-VT5" secondAttribute="trailing" constant="1" id="aJY-7q-76H"/>
  35. <constraint firstItem="xN8-Ce-VT5" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="1" id="aTk-BW-fat"/>
  36. <constraint firstItem="xN8-Ce-VT5" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="1" id="eC9-VM-lYY"/>
  37. <constraint firstItem="Uwm-bA-eLp" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="p1t-14-Slv"/>
  38. <constraint firstAttribute="bottom" secondItem="xN8-Ce-VT5" secondAttribute="bottom" constant="1" id="zc9-2Q-bGT"/>
  39. </constraints>
  40. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  41. <connections>
  42. <outlet property="cell0ShowImgView" destination="xN8-Ce-VT5" id="f40-ih-RVo"/>
  43. <outlet property="cell0ShowPlayImgView" destination="Uwm-bA-eLp" id="6Ve-la-fAY"/>
  44. </connections>
  45. <point key="canvasLocation" x="132" y="98"/>
  46. </collectionViewCell>
  47. </objects>
  48. <resources>
  49. <image name="chat_video_play_icon" width="36.5" height="36.5"/>
  50. </resources>
  51. </document>