123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="NoticeNewGroupMenuCell" id="gTV-IL-0wX" customClass="NoticeNewGroupMenuCell">
- <rect key="frame" x="0.0" y="0.0" width="60" height="112"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="60" height="112"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BFK-6W-oFw">
- <rect key="frame" x="0.0" y="0.0" width="60" height="112"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Gte-L2-olV">
- <rect key="frame" x="0.5" y="15" width="59" height="59"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="Gte-L2-olV" secondAttribute="height" multiplier="1:1" id="S14-5d-AdX"/>
- </constraints>
- </imageView>
- <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">
- <rect key="frame" x="14.5" y="82" width="31" height="14.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="8xM-Kt-pkJ" firstAttribute="top" secondItem="Gte-L2-olV" secondAttribute="bottom" constant="8" id="0GG-aB-Z2O"/>
- <constraint firstItem="Gte-L2-olV" firstAttribute="top" secondItem="BFK-6W-oFw" secondAttribute="top" constant="15" id="A6p-yX-23m"/>
- <constraint firstItem="Gte-L2-olV" firstAttribute="leading" secondItem="BFK-6W-oFw" secondAttribute="leading" constant="0.5" id="BdC-6I-Nk1"/>
- <constraint firstItem="8xM-Kt-pkJ" firstAttribute="centerX" secondItem="BFK-6W-oFw" secondAttribute="centerX" id="mCn-eg-Twd"/>
- <constraint firstAttribute="trailing" secondItem="Gte-L2-olV" secondAttribute="trailing" constant="0.5" id="yyt-Tb-LoT"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="BFK-6W-oFw" secondAttribute="bottom" id="MKd-QK-w6z"/>
- <constraint firstItem="BFK-6W-oFw" firstAttribute="trailing" secondItem="SEy-5g-ep8" secondAttribute="trailing" id="WfC-Yr-Fb8"/>
- <constraint firstItem="SEy-5g-ep8" firstAttribute="leading" secondItem="BFK-6W-oFw" secondAttribute="leading" id="XWj-wd-A7p"/>
- <constraint firstItem="BFK-6W-oFw" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="yUx-rc-la4"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="158" height="170"/>
- <connections>
- <outlet property="cell0ImgView" destination="Gte-L2-olV" id="O4R-lx-RPU"/>
- <outlet property="cell0TitleLabel" destination="8xM-Kt-pkJ" id="CbP-f8-cE5"/>
- </connections>
- <point key="canvasLocation" x="33.333333333333336" y="125.89285714285714"/>
- </collectionViewCell>
- </objects>
- </document>
|