1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16A323" 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="11524"/>
<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" reuseIdentifier="KWMDetailCell" id="KGk-i7-Jjw" userLabel="vContent" customClass="KWMDetailCell">
<rect key="frame" x="0.0" y="0.0" width="325" height="60"/>
<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="325" height="59"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="子分类" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tUH-nX-uEe">
<rect key="frame" x="0.0" y="10" width="325" height="39.5"/>
<fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
<color key="textColor" red="0.23445512820512826" green="0.23445512820512826" blue="0.23445512820512826" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="tUH-nX-uEe" secondAttribute="trailing" id="Mkx-gX-WZ9"/>
<constraint firstItem="tUH-nX-uEe" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="XJf-hX-zGq"/>
<constraint firstItem="tUH-nX-uEe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="giF-GS-JB2"/>
<constraint firstAttribute="bottom" secondItem="tUH-nX-uEe" secondAttribute="bottom" constant="10" id="wAI-y3-kXZ"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="lbText" destination="tUH-nX-uEe" id="NK3-v5-fiX"/>
</connections>
<point key="canvasLocation" x="300.5" y="196.5"/>
</tableViewCell>
</objects>
</document>