NoticeSelectCell.xib 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" 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="15704"/>
  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="NoticeSelectCell" id="gTV-IL-0wX" customClass="NoticeSelectCell">
  14. <rect key="frame" x="0.0" y="0.0" width="60" 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="60" height="50"/>
  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" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0h0-UX-Ec6">
  21. <rect key="frame" x="0.0" y="12" width="54" height="26"/>
  22. <color key="backgroundColor" red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="1" colorSpace="calibratedRGB"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="26" id="zRz-hD-uyk"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  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 opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lYA-ew-zIb" customClass="TDButton">
  31. <rect key="frame" x="44" y="6" width="16" height="16"/>
  32. <constraints>
  33. <constraint firstAttribute="width" secondItem="lYA-ew-zIb" secondAttribute="height" id="KGK-md-jMR"/>
  34. <constraint firstAttribute="width" constant="16" id="lzr-gM-mTU"/>
  35. </constraints>
  36. <state key="normal" backgroundImage="del1"/>
  37. </button>
  38. </subviews>
  39. </view>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <constraints>
  42. <constraint firstItem="lYA-ew-zIb" firstAttribute="leading" secondItem="0h0-UX-Ec6" secondAttribute="trailing" constant="-10" id="L05-ax-IhL"/>
  43. <constraint firstItem="0h0-UX-Ec6" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="PEg-lr-zVC"/>
  44. <constraint firstItem="0h0-UX-Ec6" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Vxj-No-jIj"/>
  45. <constraint firstItem="lYA-ew-zIb" firstAttribute="centerY" secondItem="0h0-UX-Ec6" secondAttribute="top" constant="2" id="lb9-53-TZE"/>
  46. <constraint firstAttribute="trailing" secondItem="lYA-ew-zIb" secondAttribute="trailing" id="wuf-La-Zz1"/>
  47. </constraints>
  48. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  49. <size key="customSize" width="60" height="50"/>
  50. <connections>
  51. <outlet property="delButton" destination="lYA-ew-zIb" id="ggN-5U-vbQ"/>
  52. <outlet property="nameLabel" destination="0h0-UX-Ec6" id="elx-gs-ZkI"/>
  53. </connections>
  54. <point key="canvasLocation" x="144.92753623188406" y="152.67857142857142"/>
  55. </collectionViewCell>
  56. </objects>
  57. <resources>
  58. <image name="del1" width="13.5" height="13.5"/>
  59. </resources>
  60. </document>