| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <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="63" id="KGk-i7-Jjw" customClass="BGReadPackTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="333" height="63"/>
- <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="333" height="63"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="raI-CG-vXY">
- <rect key="frame" x="16" y="9.5" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="IJH-Lj-pKD"/>
- <constraint firstAttribute="width" constant="44" id="YdR-42-82h"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MkM-4k-T3O">
- <rect key="frame" x="72.5" y="9.5" width="42" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fva-dJ-VsQ">
- <rect key="frame" x="72.5" y="39.5" width="31" height="15"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="hongbao1" translatesAutoresizingMaskIntoConstraints="NO" id="t8H-SX-VDq">
- <rect key="frame" x="281" y="12" width="34" height="39"/>
- <constraints>
- <constraint firstAttribute="width" constant="34" id="kAV-mc-Xkg"/>
- <constraint firstAttribute="height" constant="39" id="lx3-pw-x8U"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="fva-dJ-VsQ" firstAttribute="leading" secondItem="MkM-4k-T3O" secondAttribute="leading" id="0qM-bD-gop"/>
- <constraint firstItem="raI-CG-vXY" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="HiO-Zd-mzr"/>
- <constraint firstItem="MkM-4k-T3O" firstAttribute="top" secondItem="raI-CG-vXY" secondAttribute="top" id="L4I-2I-Q9j"/>
- <constraint firstItem="t8H-SX-VDq" firstAttribute="centerY" secondItem="raI-CG-vXY" secondAttribute="centerY" id="PO3-kl-lyM"/>
- <constraint firstAttribute="trailing" secondItem="t8H-SX-VDq" secondAttribute="trailing" constant="18" id="UUp-fw-Tva"/>
- <constraint firstItem="raI-CG-vXY" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hGt-xP-m8C"/>
- <constraint firstItem="MkM-4k-T3O" firstAttribute="leading" secondItem="raI-CG-vXY" secondAttribute="trailing" constant="12.5" id="j3u-n1-9tv"/>
- <constraint firstItem="fva-dJ-VsQ" firstAttribute="top" secondItem="MkM-4k-T3O" secondAttribute="bottom" constant="9" id="qXR-72-HTD"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="avatar" destination="raI-CG-vXY" id="FRI-2G-yjT"/>
- <outlet property="labNickname" destination="MkM-4k-T3O" id="7Tc-cO-0El"/>
- <outlet property="labTime" destination="fva-dJ-VsQ" id="QrR-LR-vb5"/>
- </connections>
- <point key="canvasLocation" x="141.30434782608697" y="71.986607142857139"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="hongbao1" width="28.5" height="37"/>
- </resources>
- </document>
|