JLSubCell.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="16087"/>
  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="JLSubCell" id="gTV-IL-0wX" customClass="JLSubCell">
  14. <rect key="frame" x="0.0" y="0.0" width="170" height="93"/>
  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="170" height="93"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="1fxy" translatesAutoresizingMaskIntoConstraints="NO" id="e8j-4d-249">
  21. <rect key="frame" x="65" y="15" width="40" height="40"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="40" id="0kZ-mF-4el"/>
  24. <constraint firstAttribute="width" constant="40" id="Tq2-yh-iWo"/>
  25. </constraints>
  26. </imageView>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xk9-eV-va5">
  28. <rect key="frame" x="68.5" y="64" width="33" height="16"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. </view>
  35. <constraints>
  36. <constraint firstItem="e8j-4d-249" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="15" id="KHh-5b-tC8"/>
  37. <constraint firstItem="e8j-4d-249" firstAttribute="centerX" secondItem="SEy-5g-ep8" secondAttribute="centerX" id="S1z-Hc-dcA"/>
  38. <constraint firstItem="Xk9-eV-va5" firstAttribute="centerX" secondItem="e8j-4d-249" secondAttribute="centerX" id="TGI-Q3-4dZ"/>
  39. <constraint firstItem="Xk9-eV-va5" firstAttribute="top" secondItem="e8j-4d-249" secondAttribute="bottom" constant="9" id="UOk-js-61G"/>
  40. </constraints>
  41. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  42. <size key="customSize" width="170" height="93"/>
  43. <connections>
  44. <outlet property="headIMGx" destination="e8j-4d-249" id="XRa-O7-IrW"/>
  45. <outlet property="label" destination="Xk9-eV-va5" id="jon-Cc-Hyc"/>
  46. </connections>
  47. <point key="canvasLocation" x="224.63768115942031" y="146.98660714285714"/>
  48. </collectionViewCell>
  49. </objects>
  50. <resources>
  51. <image name="1fxy" width="25" height="25"/>
  52. </resources>
  53. </document>