You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
5.4 KiB
66 lines
5.4 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> |
|
<device id="retina4_7" orientation="portrait" appearance="light"/> |
|
<dependencies> |
|
<deployment identifier="iOS"/> |
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/> |
|
<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" id="KGk-i7-Jjw" customClass="DeleteTrackTableViewCell"> |
|
<rect key="frame" x="0.0" y="0.0" width="320" height="49"/> |
|
<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="49"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<subviews> |
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="CellGraySelected.png" translatesAutoresizingMaskIntoConstraints="NO" id="QSX-6Q-hBz"> |
|
<rect key="frame" x="8" y="12" width="25" height="25"/> |
|
<constraints> |
|
<constraint firstAttribute="height" constant="25" id="YOy-4b-icz"/> |
|
<constraint firstAttribute="width" constant="25" id="iaw-5h-0f7"/> |
|
</constraints> |
|
</imageView> |
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-12-05" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QVQ-qi-m2A"> |
|
<rect key="frame" x="40" y="14" width="95" height="21"/> |
|
<constraints> |
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="95" id="cAW-xc-P3v"/> |
|
</constraints> |
|
<fontDescription key="fontDescription" type="system" pointSize="17"/> |
|
<nil key="textColor"/> |
|
<nil key="highlightedColor"/> |
|
</label> |
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2条" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lGK-TI-7Tj"> |
|
<rect key="frame" x="267" y="14" width="28" height="21"/> |
|
<constraints> |
|
<constraint firstAttribute="height" constant="21" id="ekO-Xx-Lwf"/> |
|
</constraints> |
|
<fontDescription key="fontDescription" type="system" pointSize="17"/> |
|
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> |
|
<nil key="highlightedColor"/> |
|
</label> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="QSX-6Q-hBz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="KcZ-m1-jmx"/> |
|
<constraint firstItem="lGK-TI-7Tj" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Rrp-F1-gsV"/> |
|
<constraint firstItem="QVQ-qi-m2A" firstAttribute="leading" secondItem="QSX-6Q-hBz" secondAttribute="trailing" constant="7" id="TdH-Bs-5mK"/> |
|
<constraint firstItem="QSX-6Q-hBz" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Vc3-rW-Z8g"/> |
|
<constraint firstItem="QVQ-qi-m2A" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bZ3-Of-J5G"/> |
|
<constraint firstAttribute="trailing" secondItem="lGK-TI-7Tj" secondAttribute="trailing" constant="25" id="xG3-5R-ahD"/> |
|
</constraints> |
|
</tableViewCellContentView> |
|
<connections> |
|
<outlet property="countLabel" destination="lGK-TI-7Tj" id="EYi-sf-SqC"/> |
|
<outlet property="selectImageView" destination="QSX-6Q-hBz" id="GKs-AJ-xRF"/> |
|
<outlet property="selectImageWidth" destination="iaw-5h-0f7" id="Gbd-a4-0Mk"/> |
|
<outlet property="timeLabel" destination="QVQ-qi-m2A" id="Lay-NN-RW6"/> |
|
</connections> |
|
<point key="canvasLocation" x="-29" y="33"/> |
|
</tableViewCell> |
|
</objects> |
|
<resources> |
|
<image name="CellGraySelected.png" width="30" height="30"/> |
|
</resources> |
|
</document>
|
|
|