123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
- <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="none" indentationWidth="10" reuseIdentifier="SendGroupBCell" rowHeight="65" id="KGk-i7-Jjw" customClass="SendGroupBCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="65"/>
- <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="320" height="65"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j7j-cZ-KpO">
- <rect key="frame" x="46" y="20.5" width="43" height="24"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="17"/>
- <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YTV-BX-rPK">
- <rect key="frame" x="0.0" y="64" width="320" height="1"/>
- <color key="backgroundColor" red="0.91764705879999997" green="0.91764705879999997" blue="0.91764705879999997" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="kx6-9q-fhM"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hV3-LD-vT4" customClass="TDButton">
- <rect key="frame" x="4" y="13.5" width="38" height="38"/>
- <state key="normal" image="sendinfo_no"/>
- <state key="selected" image="sendinfo_yes"/>
- </button>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="right_img" translatesAutoresizingMaskIntoConstraints="NO" id="Pck-Pb-7vG">
- <rect key="frame" x="296.5" y="26" width="7.5" height="13.5"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailingMargin" secondItem="Pck-Pb-7vG" secondAttribute="trailing" id="DI4-Bx-3IZ"/>
- <constraint firstItem="Pck-Pb-7vG" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ECf-Yx-XpF"/>
- <constraint firstItem="YTV-BX-rPK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="-16" id="PAg-Nr-cBH"/>
- <constraint firstAttribute="trailing" secondItem="YTV-BX-rPK" secondAttribute="trailing" id="baC-q3-YXM"/>
- <constraint firstItem="j7j-cZ-KpO" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="jmR-2T-9Bo"/>
- <constraint firstItem="j7j-cZ-KpO" firstAttribute="leading" secondItem="hV3-LD-vT4" secondAttribute="trailing" constant="4" id="l0T-G3-hrO"/>
- <constraint firstItem="hV3-LD-vT4" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ozm-UE-Be0"/>
- <constraint firstAttribute="bottom" secondItem="YTV-BX-rPK" secondAttribute="bottom" id="pwL-k7-3jk"/>
- <constraint firstItem="hV3-LD-vT4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="4" id="yAA-rL-bgM"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="nameLab" destination="j7j-cZ-KpO" id="Af1-bK-ft1"/>
- <outlet property="rightImgeView" destination="Pck-Pb-7vG" id="ACB-oQ-kcw"/>
- <outlet property="selectbuton" destination="hV3-LD-vT4" id="4pe-Rj-O6n"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="153.01339285714286"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="right_img" width="7.5" height="13.5"/>
- <image name="sendinfo_no" width="38" height="38"/>
- <image name="sendinfo_yes" width="38" height="38"/>
- </resources>
- </document>
|