75 lines
6.6 KiB
Plaintext
75 lines
6.6 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||
|
|
<dependencies>
|
||
|
|
<deployment identifier="iOS"/>
|
||
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
|
||
|
|
<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" id="KGk-i7-Jjw" customClass="ZXYRankCell">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="70"/>
|
||
|
|
<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="375" height="70"/>
|
||
|
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
|
<subviews>
|
||
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ih3-S3-hls">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="70"/>
|
||
|
|
<subviews>
|
||
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qXE-MQ-WjE">
|
||
|
|
<rect key="frame" x="0.0" y="15" width="40" height="40"/>
|
||
|
|
<constraints>
|
||
|
|
<constraint firstAttribute="width" constant="40" id="RDH-Pq-Gct"/>
|
||
|
|
<constraint firstAttribute="height" constant="40" id="bQX-K6-bak"/>
|
||
|
|
</constraints>
|
||
|
|
<userDefinedRuntimeAttributes>
|
||
|
|
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
||
|
|
<real key="value" value="20"/>
|
||
|
|
</userDefinedRuntimeAttribute>
|
||
|
|
</userDefinedRuntimeAttributes>
|
||
|
|
</imageView>
|
||
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Onp-dz-BPz">
|
||
|
|
<rect key="frame" x="367" y="28" width="8" height="14.5"/>
|
||
|
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
||
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
|
<nil key="highlightedColor"/>
|
||
|
|
</label>
|
||
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="昵称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eWg-YO-LTB">
|
||
|
|
<rect key="frame" x="48" y="28" width="25" height="14.5"/>
|
||
|
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
||
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
|
<nil key="highlightedColor"/>
|
||
|
|
</label>
|
||
|
|
</subviews>
|
||
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
|
<constraints>
|
||
|
|
<constraint firstItem="qXE-MQ-WjE" firstAttribute="leading" secondItem="ih3-S3-hls" secondAttribute="leading" id="EaI-Bh-Nab"/>
|
||
|
|
<constraint firstAttribute="trailing" secondItem="Onp-dz-BPz" secondAttribute="trailing" id="Svo-N0-IHg"/>
|
||
|
|
<constraint firstItem="eWg-YO-LTB" firstAttribute="leading" secondItem="qXE-MQ-WjE" secondAttribute="trailing" constant="8" id="TQW-IH-FwR"/>
|
||
|
|
<constraint firstItem="qXE-MQ-WjE" firstAttribute="centerY" secondItem="ih3-S3-hls" secondAttribute="centerY" id="TqN-H9-c7K"/>
|
||
|
|
<constraint firstItem="eWg-YO-LTB" firstAttribute="centerY" secondItem="qXE-MQ-WjE" secondAttribute="centerY" id="YpR-Yz-uPy"/>
|
||
|
|
<constraint firstItem="Onp-dz-BPz" firstAttribute="centerY" secondItem="ih3-S3-hls" secondAttribute="centerY" id="eON-Dz-ssF"/>
|
||
|
|
</constraints>
|
||
|
|
</view>
|
||
|
|
</subviews>
|
||
|
|
<constraints>
|
||
|
|
<constraint firstItem="ih3-S3-hls" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="Hws-do-dYS"/>
|
||
|
|
<constraint firstAttribute="trailing" secondItem="ih3-S3-hls" secondAttribute="trailing" id="O1p-M1-ggn"/>
|
||
|
|
<constraint firstItem="ih3-S3-hls" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Of6-xc-rlA"/>
|
||
|
|
<constraint firstAttribute="bottom" secondItem="ih3-S3-hls" secondAttribute="bottom" id="dMd-0V-7As"/>
|
||
|
|
</constraints>
|
||
|
|
</tableViewCellContentView>
|
||
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
|
<connections>
|
||
|
|
<outlet property="avatarImgV" destination="qXE-MQ-WjE" id="jcH-WA-WDM"/>
|
||
|
|
<outlet property="nicknameLab" destination="eWg-YO-LTB" id="wn2-6R-MR6"/>
|
||
|
|
<outlet property="valueLab" destination="Onp-dz-BPz" id="Sru-n4-p0t"/>
|
||
|
|
</connections>
|
||
|
|
<point key="canvasLocation" x="131.8840579710145" y="95.424107142857139"/>
|
||
|
|
</tableViewCell>
|
||
|
|
</objects>
|
||
|
|
</document>
|