JLMyFacePackgeCell.xib 7.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment version="2304" identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="JLMyFacePackgeCell" id="gTV-IL-0wX" customClass="JLMyFacePackgeCell">
  16. <rect key="frame" x="0.0" y="0.0" width="344" height="58"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  19. <rect key="frame" x="0.0" y="0.0" width="344" height="58"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7lE-52-mXz">
  23. <rect key="frame" x="0.0" y="0.0" width="344" height="58"/>
  24. <subviews>
  25. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="dF7-XX-NPc">
  26. <rect key="frame" x="10" y="4" width="50" height="50"/>
  27. <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.95686274509803915" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="50" id="FMd-YP-R2y"/>
  30. <constraint firstAttribute="height" constant="50" id="nCa-wE-ah2"/>
  31. </constraints>
  32. </imageView>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SPR-gm-knG">
  34. <rect key="frame" x="70" y="20" width="202" height="18"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tAe-AE-kVb">
  40. <rect key="frame" x="282" y="14.5" width="52" height="29"/>
  41. <color key="backgroundColor" red="1" green="0.14913141730000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="29" id="jko-Vn-A5x"/>
  44. <constraint firstAttribute="width" constant="52" id="mWb-fC-2Js"/>
  45. </constraints>
  46. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  47. <state key="normal" title=" 移除 "/>
  48. <connections>
  49. <action selector="deleteEmoji:" destination="gTV-IL-0wX" eventType="touchUpInside" id="Xfn-3o-QMi"/>
  50. </connections>
  51. </button>
  52. </subviews>
  53. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  54. <constraints>
  55. <constraint firstItem="SPR-gm-knG" firstAttribute="centerY" secondItem="7lE-52-mXz" secondAttribute="centerY" id="0yB-wJ-cZf"/>
  56. <constraint firstItem="SPR-gm-knG" firstAttribute="leading" secondItem="dF7-XX-NPc" secondAttribute="trailing" constant="10" id="4Ey-hQ-1nv"/>
  57. <constraint firstItem="tAe-AE-kVb" firstAttribute="leading" secondItem="SPR-gm-knG" secondAttribute="trailing" constant="10" id="HLl-Ez-S6z"/>
  58. <constraint firstAttribute="trailing" secondItem="tAe-AE-kVb" secondAttribute="trailing" constant="10" id="TAR-n1-sy6"/>
  59. <constraint firstItem="tAe-AE-kVb" firstAttribute="centerY" secondItem="7lE-52-mXz" secondAttribute="centerY" id="iqQ-Mv-e8S"/>
  60. <constraint firstItem="dF7-XX-NPc" firstAttribute="leading" secondItem="7lE-52-mXz" secondAttribute="leading" constant="10" id="lF2-wZ-CEt"/>
  61. <constraint firstItem="dF7-XX-NPc" firstAttribute="centerY" secondItem="7lE-52-mXz" secondAttribute="centerY" id="vXe-gO-fsh"/>
  62. </constraints>
  63. </view>
  64. </subviews>
  65. </view>
  66. <constraints>
  67. <constraint firstAttribute="trailing" secondItem="7lE-52-mXz" secondAttribute="trailing" id="RgX-Gk-iVM"/>
  68. <constraint firstAttribute="bottom" secondItem="7lE-52-mXz" secondAttribute="bottom" id="Vyb-aj-K3d"/>
  69. <constraint firstItem="7lE-52-mXz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="YGB-7n-4ef"/>
  70. <constraint firstItem="7lE-52-mXz" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vtV-bF-QHR"/>
  71. </constraints>
  72. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  73. <size key="customSize" width="344" height="58"/>
  74. <connections>
  75. <outlet property="button" destination="tAe-AE-kVb" id="Tsa-8F-zhB"/>
  76. <outlet property="imageView" destination="dF7-XX-NPc" id="A12-xA-lnH"/>
  77. <outlet property="label" destination="SPR-gm-knG" id="Mq2-lL-hTN"/>
  78. </connections>
  79. <point key="canvasLocation" x="110.14492753623189" y="26.116071428571427"/>
  80. </collectionViewCell>
  81. </objects>
  82. </document>