JXSelectFriendBottomViewCell.xib 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" 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 version="2304" identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
  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" id="gTV-IL-0wX" customClass="JXSelectFriendBottomViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="50" 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="50" height="50"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="j6W-30-QI2">
  21. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cDL-oU-Nlq">
  24. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  25. </imageView>
  26. </subviews>
  27. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  28. <constraints>
  29. <constraint firstAttribute="bottom" secondItem="cDL-oU-Nlq" secondAttribute="bottom" id="QeY-qi-aUb"/>
  30. <constraint firstItem="cDL-oU-Nlq" firstAttribute="leading" secondItem="j6W-30-QI2" secondAttribute="leading" id="Sav-sg-OVl"/>
  31. <constraint firstItem="cDL-oU-Nlq" firstAttribute="top" secondItem="j6W-30-QI2" secondAttribute="top" id="iFN-ml-D9w"/>
  32. <constraint firstAttribute="trailing" secondItem="cDL-oU-Nlq" secondAttribute="trailing" id="rCa-or-pBa"/>
  33. </constraints>
  34. <userDefinedRuntimeAttributes>
  35. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  36. <integer key="value" value="20"/>
  37. </userDefinedRuntimeAttribute>
  38. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  39. </userDefinedRuntimeAttributes>
  40. </view>
  41. </subviews>
  42. </view>
  43. <constraints>
  44. <constraint firstItem="j6W-30-QI2" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="IOv-c7-6Zc"/>
  45. <constraint firstAttribute="bottom" secondItem="j6W-30-QI2" secondAttribute="bottom" id="Uxk-es-fru"/>
  46. <constraint firstAttribute="trailing" secondItem="j6W-30-QI2" secondAttribute="trailing" id="dz8-ju-DNi"/>
  47. <constraint firstItem="j6W-30-QI2" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="nle-5c-hkG"/>
  48. </constraints>
  49. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  50. <connections>
  51. <outlet property="iocnImageView" destination="cDL-oU-Nlq" id="WP8-x7-02C"/>
  52. </connections>
  53. <point key="canvasLocation" x="137.68115942028987" y="113.83928571428571"/>
  54. </collectionViewCell>
  55. </objects>
  56. </document>