| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" 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="11757"/>
- <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="78" id="KGk-i7-Jjw" customClass="STTableIMUserUpdateCell">
- <rect key="frame" x="0.0" y="0.0" width="401" height="78"/>
- <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="401" height="77"/>
- <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="g6d-hG-9od">
- <rect key="frame" x="8" y="27.5" width="160" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="160" id="Y3n-fJ-Zss"/>
- <constraint firstAttribute="height" constant="21" id="fVm-u4-x4l"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FLb-n5-jDy">
- <rect key="frame" x="8" y="76.5" width="393" height="1"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="qpk-ih-lVC"/>
- </constraints>
- </view>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="st_im_update" translatesAutoresizingMaskIntoConstraints="NO" id="c47-DM-9wc">
- <rect key="frame" x="342" y="32.5" width="51" height="11"/>
- <constraints>
- <constraint firstAttribute="height" constant="11" id="ZaK-5j-d5Y"/>
- <constraint firstAttribute="width" constant="51" id="pFR-3y-GgY"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="g6d-hG-9od" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="9pU-zu-WOs"/>
- <constraint firstAttribute="trailing" secondItem="c47-DM-9wc" secondAttribute="trailing" constant="8" id="HQc-I7-6GI"/>
- <constraint firstItem="c47-DM-9wc" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="SKl-fq-OuY"/>
- <constraint firstItem="FLb-n5-jDy" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="SzW-VL-YG3"/>
- <constraint firstItem="g6d-hG-9od" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="fXN-N0-kw4"/>
- <constraint firstAttribute="trailing" secondItem="FLb-n5-jDy" secondAttribute="trailing" id="ljr-eu-RRm"/>
- <constraint firstAttribute="bottom" secondItem="FLb-n5-jDy" secondAttribute="bottom" id="yfs-OK-eqn"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="leftLab" destination="g6d-hG-9od" id="vA0-sX-B3R"/>
- <outlet property="separatorView" destination="FLb-n5-jDy" id="gqE-w1-Nyy"/>
- <outlet property="updateImgView" destination="c47-DM-9wc" id="RCa-Xb-uLz"/>
- </connections>
- <point key="canvasLocation" x="65.5" y="69"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="st_im_update" width="51" height="11"/>
- </resources>
- </document>
|