You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
4.1 KiB
56 lines
4.1 KiB
1 year ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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="14460.20"/>
|
||
|
<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="NewCollectionViewCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="75" height="100"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="75" height="100"/>
|
||
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||
|
<subviews>
|
||
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_click_father_head_portrait" translatesAutoresizingMaskIntoConstraints="NO" id="egX-1q-9P3">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="width" secondItem="egX-1q-9P3" secondAttribute="height" multiplier="1:1" id="Bl0-T3-8DD"/>
|
||
|
</constraints>
|
||
|
</imageView>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="爸爸" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jAf-vY-Dlr">
|
||
|
<rect key="frame" x="0.0" y="75" width="75" height="25"/>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
||
|
<nil key="textColor"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
</subviews>
|
||
|
</view>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="trailing" secondItem="egX-1q-9P3" secondAttribute="trailing" id="8O5-Id-kWY"/>
|
||
|
<constraint firstItem="jAf-vY-Dlr" firstAttribute="top" secondItem="egX-1q-9P3" secondAttribute="bottom" id="P3n-po-bFJ"/>
|
||
|
<constraint firstItem="jAf-vY-Dlr" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Ss1-Po-Zn8"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="jAf-vY-Dlr" secondAttribute="bottom" id="TXn-BA-u2j"/>
|
||
|
<constraint firstItem="egX-1q-9P3" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="bTl-ee-teD"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="jAf-vY-Dlr" secondAttribute="trailing" id="fEc-tP-IX9"/>
|
||
|
<constraint firstItem="egX-1q-9P3" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="iYC-PO-baK"/>
|
||
|
</constraints>
|
||
|
<size key="customSize" width="149" height="106"/>
|
||
|
<connections>
|
||
|
<outlet property="imageVIew" destination="egX-1q-9P3" id="EVN-Po-Avc"/>
|
||
|
<outlet property="nameLabel" destination="jAf-vY-Dlr" id="3j7-dU-qRv"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="83.5" y="82"/>
|
||
|
</collectionViewCell>
|
||
|
</objects>
|
||
|
<resources>
|
||
|
<image name="icon_click_father_head_portrait" width="75" height="75"/>
|
||
|
</resources>
|
||
|
</document>
|