123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" 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" id="gTV-IL-0wX" customClass="KBMorePicCollectionViewCell">
- <rect key="frame" x="0.0" y="0.0" width="98" height="102"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="98" height="102"/>
- <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="cku-9b-j7K">
- <rect key="frame" x="34" y="69" width="31" height="14.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Gij-Xv-fwz">
- <rect key="frame" x="27" y="15" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="4YF-9t-enh"/>
- <constraint firstAttribute="width" constant="44" id="RrY-af-xcS"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="cku-9b-j7K" firstAttribute="top" secondItem="Gij-Xv-fwz" secondAttribute="top" constant="54" id="9kt-ie-5er"/>
- <constraint firstItem="Gij-Xv-fwz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="T8v-T9-X4A"/>
- <constraint firstItem="Gij-Xv-fwz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="15" id="eE0-pq-fRt"/>
- <constraint firstItem="cku-9b-j7K" firstAttribute="centerX" secondItem="Gij-Xv-fwz" secondAttribute="centerX" id="hvh-Yw-Jn7"/>
- </constraints>
- <size key="customSize" width="98" height="102"/>
- <connections>
- <outlet property="picImageView" destination="Gij-Xv-fwz" id="qod-xN-DOw"/>
- <outlet property="titleLabel" destination="cku-9b-j7K" id="Bsz-JS-foI"/>
- </connections>
- <point key="canvasLocation" x="47" y="75"/>
- </collectionViewCell>
- </objects>
- </document>
|