HelpListTableViewCell.xib 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="HelpListTableViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <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">
  23. <rect key="frame" x="20" y="15" width="255" height="13.5"/>
  24. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  25. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ion_arrow_right_gray" translatesAutoresizingMaskIntoConstraints="NO" id="HsL-02-YPl">
  29. <rect key="frame" x="294" y="15" width="8" height="14"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="14" id="Rke-uZ-pvr"/>
  32. <constraint firstAttribute="width" constant="8" id="gjF-f1-1DC"/>
  33. </constraints>
  34. </imageView>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VTV-Ne-L5h">
  36. <rect key="frame" x="20" y="42.5" width="300" height="1"/>
  37. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <constraints>
  39. <constraint firstAttribute="height" constant="1" id="9RW-zG-qJb"/>
  40. </constraints>
  41. </view>
  42. </subviews>
  43. <constraints>
  44. <constraint firstAttribute="trailing" secondItem="VTV-Ne-L5h" secondAttribute="trailing" id="23p-qM-ZQj"/>
  45. <constraint firstAttribute="bottom" secondItem="HNX-0U-wXX" secondAttribute="bottom" constant="15" id="2nO-ve-9Xy"/>
  46. <constraint firstItem="HNX-0U-wXX" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="6qr-NR-g6d"/>
  47. <constraint firstItem="HNX-0U-wXX" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="Ft7-WC-SCw"/>
  48. <constraint firstItem="VTV-Ne-L5h" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="fnJ-GG-UK9"/>
  49. <constraint firstAttribute="trailing" secondItem="HsL-02-YPl" secondAttribute="trailing" constant="18" id="hBm-G9-Vah"/>
  50. <constraint firstAttribute="bottom" secondItem="VTV-Ne-L5h" secondAttribute="bottom" id="hCZ-D2-uIh"/>
  51. <constraint firstItem="HsL-02-YPl" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hqY-Tv-mtH"/>
  52. <constraint firstAttribute="trailing" secondItem="HNX-0U-wXX" secondAttribute="trailing" constant="45" id="k1j-DA-TBS"/>
  53. </constraints>
  54. </tableViewCellContentView>
  55. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  56. <connections>
  57. <outlet property="lblTitle" destination="HNX-0U-wXX" id="4tI-sg-frp"/>
  58. </connections>
  59. <point key="canvasLocation" x="-697" y="50"/>
  60. </tableViewCell>
  61. </objects>
  62. <resources>
  63. <image name="ion_arrow_right_gray" width="7.5" height="13"/>
  64. </resources>
  65. </document>