TDGroupLabelCell.xib 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
  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="TDGroupLabelCell">
  14. <rect key="frame" x="0.0" y="0.0" width="173" height="52"/>
  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="173" height="52"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Wk-am-QQT">
  21. <rect key="frame" x="0.0" y="6" width="167" height="52"/>
  22. <color key="backgroundColor" red="0.88235294117647056" green="0.94901960784313721" blue="0.99215686274509807" alpha="1" colorSpace="calibratedRGB"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="52" id="y5f-lA-24g"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  27. <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="top" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cHS-h2-9Hg">
  31. <rect key="frame" x="143" y="0.0" width="30" height="30"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="30" id="UsV-5B-7Z2"/>
  34. <constraint firstAttribute="width" constant="30" id="XPi-v3-rDQ"/>
  35. </constraints>
  36. <state key="normal" image="Group_delete"/>
  37. </button>
  38. </subviews>
  39. </view>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <constraints>
  42. <constraint firstItem="5Wk-am-QQT" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="6" id="Jdv-di-izV"/>
  43. <constraint firstAttribute="trailing" secondItem="5Wk-am-QQT" secondAttribute="trailing" constant="6" id="Qkd-8O-S68"/>
  44. <constraint firstAttribute="trailing" secondItem="cHS-h2-9Hg" secondAttribute="trailing" id="hty-wg-99V"/>
  45. <constraint firstItem="cHS-h2-9Hg" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="hzG-Y4-Wpu"/>
  46. <constraint firstItem="5Wk-am-QQT" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="tdA-10-YGc"/>
  47. </constraints>
  48. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  49. <size key="customSize" width="173" height="79"/>
  50. <connections>
  51. <outlet property="deleteBtn" destination="cHS-h2-9Hg" id="ze2-F1-Qei"/>
  52. <outlet property="titleL" destination="5Wk-am-QQT" id="Cjo-Y7-hjG"/>
  53. </connections>
  54. <point key="canvasLocation" x="226.81159420289856" y="149.33035714285714"/>
  55. </collectionViewCell>
  56. </objects>
  57. <resources>
  58. <image name="Group_delete" width="16.5" height="16.5"/>
  59. </resources>
  60. </document>