NoticeNewGroupMenuCell.xib 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" 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="15510"/>
  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="NoticeNewGroupMenuCell" id="gTV-IL-0wX" customClass="NoticeNewGroupMenuCell">
  14. <rect key="frame" x="0.0" y="0.0" width="60" height="112"/>
  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="112"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BFK-6W-oFw">
  21. <rect key="frame" x="0.0" y="0.0" width="60" height="112"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Gte-L2-olV">
  24. <rect key="frame" x="0.5" y="15" width="59" height="59"/>
  25. <constraints>
  26. <constraint firstAttribute="width" secondItem="Gte-L2-olV" secondAttribute="height" multiplier="1:1" id="S14-5d-AdX"/>
  27. </constraints>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8xM-Kt-pkJ">
  30. <rect key="frame" x="14.5" y="82" width="31" height="14.5"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  32. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <constraints>
  38. <constraint firstItem="8xM-Kt-pkJ" firstAttribute="top" secondItem="Gte-L2-olV" secondAttribute="bottom" constant="8" id="0GG-aB-Z2O"/>
  39. <constraint firstItem="Gte-L2-olV" firstAttribute="top" secondItem="BFK-6W-oFw" secondAttribute="top" constant="15" id="A6p-yX-23m"/>
  40. <constraint firstItem="Gte-L2-olV" firstAttribute="leading" secondItem="BFK-6W-oFw" secondAttribute="leading" constant="0.5" id="BdC-6I-Nk1"/>
  41. <constraint firstItem="8xM-Kt-pkJ" firstAttribute="centerX" secondItem="BFK-6W-oFw" secondAttribute="centerX" id="mCn-eg-Twd"/>
  42. <constraint firstAttribute="trailing" secondItem="Gte-L2-olV" secondAttribute="trailing" constant="0.5" id="yyt-Tb-LoT"/>
  43. </constraints>
  44. </view>
  45. </subviews>
  46. </view>
  47. <constraints>
  48. <constraint firstAttribute="bottom" secondItem="BFK-6W-oFw" secondAttribute="bottom" id="MKd-QK-w6z"/>
  49. <constraint firstItem="BFK-6W-oFw" firstAttribute="trailing" secondItem="SEy-5g-ep8" secondAttribute="trailing" id="WfC-Yr-Fb8"/>
  50. <constraint firstItem="SEy-5g-ep8" firstAttribute="leading" secondItem="BFK-6W-oFw" secondAttribute="leading" id="XWj-wd-A7p"/>
  51. <constraint firstItem="BFK-6W-oFw" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="yUx-rc-la4"/>
  52. </constraints>
  53. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  54. <size key="customSize" width="158" height="170"/>
  55. <connections>
  56. <outlet property="cell0ImgView" destination="Gte-L2-olV" id="O4R-lx-RPU"/>
  57. <outlet property="cell0TitleLabel" destination="8xM-Kt-pkJ" id="CbP-f8-cE5"/>
  58. </connections>
  59. <point key="canvasLocation" x="33.333333333333336" y="125.89285714285714"/>
  60. </collectionViewCell>
  61. </objects>
  62. </document>