1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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" id="KGk-i7-Jjw" customClass="HelpListTableViewCell" 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="43.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HNX-0U-wXX">
- <rect key="frame" x="20" y="15" width="255" height="13.5"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
- <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ion_arrow_right_gray" translatesAutoresizingMaskIntoConstraints="NO" id="HsL-02-YPl">
- <rect key="frame" x="294" y="15" width="8" height="14"/>
- <constraints>
- <constraint firstAttribute="height" constant="14" id="Rke-uZ-pvr"/>
- <constraint firstAttribute="width" constant="8" id="gjF-f1-1DC"/>
- </constraints>
- </imageView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VTV-Ne-L5h">
- <rect key="frame" x="20" y="42.5" width="300" height="1"/>
- <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="9RW-zG-qJb"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="VTV-Ne-L5h" secondAttribute="trailing" id="23p-qM-ZQj"/>
- <constraint firstAttribute="bottom" secondItem="HNX-0U-wXX" secondAttribute="bottom" constant="15" id="2nO-ve-9Xy"/>
- <constraint firstItem="HNX-0U-wXX" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="6qr-NR-g6d"/>
- <constraint firstItem="HNX-0U-wXX" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="Ft7-WC-SCw"/>
- <constraint firstItem="VTV-Ne-L5h" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="fnJ-GG-UK9"/>
- <constraint firstAttribute="trailing" secondItem="HsL-02-YPl" secondAttribute="trailing" constant="18" id="hBm-G9-Vah"/>
- <constraint firstAttribute="bottom" secondItem="VTV-Ne-L5h" secondAttribute="bottom" id="hCZ-D2-uIh"/>
- <constraint firstItem="HsL-02-YPl" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hqY-Tv-mtH"/>
- <constraint firstAttribute="trailing" secondItem="HNX-0U-wXX" secondAttribute="trailing" constant="45" id="k1j-DA-TBS"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="lblTitle" destination="HNX-0U-wXX" id="4tI-sg-frp"/>
- </connections>
- <point key="canvasLocation" x="-697" y="50"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="ion_arrow_right_gray" width="7.5" height="13"/>
- </resources>
- </document>
|