1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <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="JLSubCell" id="gTV-IL-0wX" customClass="JLSubCell">
- <rect key="frame" x="0.0" y="0.0" width="170" height="93"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="170" height="93"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="1fxy" translatesAutoresizingMaskIntoConstraints="NO" id="e8j-4d-249">
- <rect key="frame" x="65" y="15" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="0kZ-mF-4el"/>
- <constraint firstAttribute="width" constant="40" id="Tq2-yh-iWo"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xk9-eV-va5">
- <rect key="frame" x="68.5" y="64" width="33" height="16"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="e8j-4d-249" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="15" id="KHh-5b-tC8"/>
- <constraint firstItem="e8j-4d-249" firstAttribute="centerX" secondItem="SEy-5g-ep8" secondAttribute="centerX" id="S1z-Hc-dcA"/>
- <constraint firstItem="Xk9-eV-va5" firstAttribute="centerX" secondItem="e8j-4d-249" secondAttribute="centerX" id="TGI-Q3-4dZ"/>
- <constraint firstItem="Xk9-eV-va5" firstAttribute="top" secondItem="e8j-4d-249" secondAttribute="bottom" constant="9" id="UOk-js-61G"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="170" height="93"/>
- <connections>
- <outlet property="headIMGx" destination="e8j-4d-249" id="XRa-O7-IrW"/>
- <outlet property="label" destination="Xk9-eV-va5" id="jon-Cc-Hyc"/>
- </connections>
- <point key="canvasLocation" x="224.63768115942031" y="146.98660714285714"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="1fxy" width="25" height="25"/>
- </resources>
- </document>
|