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.
57 lines
4.6 KiB
57 lines
4.6 KiB
1 year ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
||
|
<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"/>
|
||
|
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="277" id="KGk-i7-Jjw" customClass="NewCollectionTableViewCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="292"/>
|
||
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="292"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="选择头像" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nxb-0u-9gb">
|
||
|
<rect key="frame" x="16" y="7" width="150" height="21"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="21" id="7sX-Ns-Dw4"/>
|
||
|
<constraint firstAttribute="width" constant="150" id="U2e-Nz-hR3"/>
|
||
|
</constraints>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
||
|
<nil key="textColor"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Nz1-0p-oLc">
|
||
|
<rect key="frame" x="0.0" y="36" width="320" height="256"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||
|
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="iT4-ax-fg4">
|
||
|
<size key="itemSize" width="50" height="50"/>
|
||
|
<size key="headerReferenceSize" width="0.0" height="0.0"/>
|
||
|
<size key="footerReferenceSize" width="0.0" height="0.0"/>
|
||
|
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
||
|
</collectionViewFlowLayout>
|
||
|
</collectionView>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="trailing" secondItem="Nz1-0p-oLc" secondAttribute="trailing" id="Ohb-c6-HzQ"/>
|
||
|
<constraint firstItem="Nz1-0p-oLc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Tcc-hJ-Sw9"/>
|
||
|
<constraint firstItem="Nz1-0p-oLc" firstAttribute="top" secondItem="Nxb-0u-9gb" secondAttribute="bottom" constant="8" id="Wvp-5A-JXq"/>
|
||
|
<constraint firstItem="Nxb-0u-9gb" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="7" id="fLn-7I-yMj"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="Nz1-0p-oLc" secondAttribute="bottom" id="hXJ-59-3kU"/>
|
||
|
<constraint firstItem="Nxb-0u-9gb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="yU1-Nb-Z5B"/>
|
||
|
</constraints>
|
||
|
</tableViewCellContentView>
|
||
|
<connections>
|
||
|
<outlet property="aTitleLabel" destination="Nxb-0u-9gb" id="XTG-AT-UMW"/>
|
||
|
<outlet property="collectionView" destination="Nz1-0p-oLc" id="e6V-VO-JL0"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="2" y="6"/>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
</document>
|