-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHomeTableViewCell.xib
64 lines (64 loc) · 5.65 KB
/
HomeTableViewCell.xib
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" 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" rowHeight="177" id="KGk-i7-Jjw" customClass="HomeTableViewCell" customModule="XX运动" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="409" height="199"/>
<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="409" height="198.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="peI-ZV-TBu">
<rect key="frame" x="0.0" y="0.0" width="409" height="199"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Label" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5t9-qG-h8T">
<rect key="frame" x="0.0" y="166" width="330" height="32"/>
<constraints>
<constraint firstAttribute="width" constant="330" id="PG3-br-VsQ"/>
<constraint firstAttribute="height" constant="30" id="xbt-Qv-ITH"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" red="0.9203982949256897" green="0.82221657037734985" blue="0.62012523412704468" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="highlightedColor" red="0.91483134031295776" green="0.38158422708511353" blue="0.28113442659378052" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lp6-k6-lFg">
<rect key="frame" x="275" y="177" width="134" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="M7g-Dk-frA"/>
<constraint firstAttribute="width" constant="134" id="oJa-M4-RkL"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="7"/>
<color key="textColor" red="0.98855334520339966" green="0.97261875867843628" blue="0.96816211938858032" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="peI-ZV-TBu" secondAttribute="trailing" id="5Vw-pB-NVk"/>
<constraint firstAttribute="bottom" secondItem="5t9-qG-h8T" secondAttribute="bottom" id="Cki-hZ-iWt"/>
<constraint firstAttribute="bottom" secondItem="lp6-k6-lFg" secondAttribute="bottom" constant="0.5" id="DlJ-1T-Jah"/>
<constraint firstItem="peI-ZV-TBu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="G2a-EB-SSC"/>
<constraint firstAttribute="trailing" secondItem="lp6-k6-lFg" secondAttribute="trailing" id="MuQ-AM-RWu"/>
<constraint firstItem="peI-ZV-TBu" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="Y1h-x2-sel"/>
<constraint firstItem="5t9-qG-h8T" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="cvu-w2-JxU"/>
<constraint firstAttribute="bottom" secondItem="peI-ZV-TBu" secondAttribute="bottom" id="fg5-D4-N7W"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="dateLb" destination="lp6-k6-lFg" id="zhQ-tZ-KnX"/>
<outlet property="img" destination="peI-ZV-TBu" id="1Dy-iS-51c"/>
<outlet property="subtitle" destination="5t9-qG-h8T" id="USh-lF-tuj"/>
</connections>
<point key="canvasLocation" x="81.5" y="128.5"/>
</tableViewCell>
</objects>
</document>