ChatInfoUserSearchCell.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="ChatInfoUserSearchCell" id="gTV-IL-0wX" customClass="ChatInfoUserSearchCell">
  14. <rect key="frame" x="0.0" y="0.0" width="150" height="50"/>
  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="150" height="50"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hQA-NO-yen">
  21. <rect key="frame" x="0.0" y="0.0" width="150" height="50"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  23. </view>
  24. </subviews>
  25. </view>
  26. <constraints>
  27. <constraint firstItem="hQA-NO-yen" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="0gj-hm-4I4"/>
  28. <constraint firstAttribute="trailing" secondItem="hQA-NO-yen" secondAttribute="trailing" id="5hU-a2-BXD"/>
  29. <constraint firstItem="hQA-NO-yen" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="JeE-bS-dOn"/>
  30. <constraint firstAttribute="bottom" secondItem="hQA-NO-yen" secondAttribute="bottom" id="Whu-DP-qkD"/>
  31. </constraints>
  32. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  33. <connections>
  34. <outlet property="cell0SearchBgView" destination="hQA-NO-yen" id="YxT-aH-a85"/>
  35. </connections>
  36. <point key="canvasLocation" x="131.8840579710145" y="97.767857142857139"/>
  37. </collectionViewCell>
  38. </objects>
  39. </document>