123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
- <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
- <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" id="1vq-hR-U7i" customClass="MyCollectionViewCell" customModule="SheeeeeeeeetExample" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="208" height="93"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
- <rect key="frame" x="0.0" y="0.0" width="208" height="93"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ics-LT-uvT">
- <rect key="frame" x="63.5" y="6.5" width="80" height="80"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="80" id="5pJ-fE-3Cd"/>
- <constraint firstAttribute="width" secondItem="Ics-LT-uvT" secondAttribute="height" multiplier="1:1" id="dLl-RF-hPn"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tTq-6k-J0K">
- <rect key="frame" x="87" y="36" width="34" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="Ics-LT-uvT" firstAttribute="centerX" secondItem="Hw0-CK-ibq" secondAttribute="centerX" id="77t-TA-m4J"/>
- <constraint firstItem="tTq-6k-J0K" firstAttribute="centerX" secondItem="1vq-hR-U7i" secondAttribute="centerX" id="IvE-6e-3MI"/>
- <constraint firstItem="tTq-6k-J0K" firstAttribute="centerY" secondItem="1vq-hR-U7i" secondAttribute="centerY" id="SAm-xg-W9n"/>
- <constraint firstItem="Ics-LT-uvT" firstAttribute="centerY" secondItem="Hw0-CK-ibq" secondAttribute="centerY" id="g3f-1Q-3sT"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Hw0-CK-ibq"/>
- <size key="customSize" width="208" height="93"/>
- <connections>
- <outlet property="badge" destination="Ics-LT-uvT" id="cfO-lc-UVR"/>
- <outlet property="titleLabel" destination="tTq-6k-J0K" id="ydZ-Ag-9hF"/>
- </connections>
- <point key="canvasLocation" x="-13" y="-88.5"/>
- </collectionViewCell>
- </objects>
- </document>
|