1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
- <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" id="KGk-i7-Jjw" customClass="AchiveDataCell" customModule="xingchuangke" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <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="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7eE-jf-41F" userLabel="title Label">
- <rect key="frame" x="15" y="13" width="37.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
- <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="Okx-un-07h" userLabel="num Label">
- <rect key="frame" x="252" y="13.5" width="35.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ion_arrow_right_gray" translatesAutoresizingMaskIntoConstraints="NO" id="04o-06-Jjh">
- <rect key="frame" x="297.5" y="15.5" width="7.5" height="13"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="7eE-jf-41F" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="30R-VV-nHW"/>
- <constraint firstItem="7eE-jf-41F" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Qg4-xk-QGW"/>
- <constraint firstItem="04o-06-Jjh" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="VaZ-PA-fph"/>
- <constraint firstItem="04o-06-Jjh" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-15" id="d8f-aB-RRt"/>
- <constraint firstItem="Okx-un-07h" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hYb-ZE-9rs"/>
- <constraint firstItem="Okx-un-07h" firstAttribute="trailing" secondItem="04o-06-Jjh" secondAttribute="leading" constant="-10" id="xkL-41-aLM"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="numLbl" destination="Okx-un-07h" id="kOt-Ia-qPU"/>
- <outlet property="titleLbl" destination="7eE-jf-41F" id="CLd-0u-AEQ"/>
- </connections>
- <point key="canvasLocation" x="139" y="90"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="ion_arrow_right_gray" width="7.5" height="13"/>
- </resources>
- </document>
|