| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <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" insetsLayoutMarginsFromSafeArea="NO" id="Qgt-za-mJu">
- <rect key="frame" x="0.0" y="0.0" width="50" height="28"/>
- <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="50" height="28"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" insetsLayoutMarginsFromSafeArea="NO" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="QEv-a9-OAU">
- <rect key="frame" x="0.0" y="0.0" width="50" height="28"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <color key="highlightedColor" red="1" green="0.34509803919999998" blue="0.33725490200000002" alpha="1" colorSpace="calibratedRGB"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="QEv-a9-OAU" firstAttribute="top" secondItem="Qgt-za-mJu" secondAttribute="top" id="5Fq-wx-x17"/>
- <constraint firstAttribute="trailing" secondItem="QEv-a9-OAU" secondAttribute="trailing" id="Lgy-EX-Pr3"/>
- <constraint firstAttribute="bottom" secondItem="QEv-a9-OAU" secondAttribute="bottom" id="N9M-Gn-z1M"/>
- <constraint firstItem="QEv-a9-OAU" firstAttribute="leading" secondItem="Qgt-za-mJu" secondAttribute="leading" id="vPC-rF-5Zc"/>
- </constraints>
- <size key="customSize" width="50" height="28"/>
- <point key="canvasLocation" x="37" y="-21"/>
- </collectionViewCell>
- </objects>
- </document>
|