12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
- <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="gTV-IL-0wX" customClass="HomeScrCell">
- <rect key="frame" x="0.0" y="0.0" width="158" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="158" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2yc-MI-AZp">
- <rect key="frame" x="0.0" y="0.0" width="158" height="50"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="2yc-MI-AZp" secondAttribute="trailing" id="3mZ-nR-m3F"/>
- <constraint firstAttribute="bottom" secondItem="2yc-MI-AZp" secondAttribute="bottom" id="PzQ-Yp-70J"/>
- <constraint firstItem="2yc-MI-AZp" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="lGg-Mv-lQg"/>
- <constraint firstItem="2yc-MI-AZp" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="yjb-hL-S6a"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="158" height="50"/>
- <connections>
- <outlet property="titleL" destination="2yc-MI-AZp" id="o95-bT-wnz"/>
- </connections>
- <point key="canvasLocation" x="-168.11594202898553" y="143.30357142857142"/>
- </collectionViewCell>
- </objects>
- </document>
|