AchiveDataCell.xib 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="AchiveDataCell" customModule="xingchuangke" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <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">
  21. <rect key="frame" x="15" y="13" width="37.5" height="18"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  23. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <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">
  27. <rect key="frame" x="252" y="13.5" width="35.5" height="17"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ion_arrow_right_gray" translatesAutoresizingMaskIntoConstraints="NO" id="04o-06-Jjh">
  33. <rect key="frame" x="297.5" y="15.5" width="7.5" height="13"/>
  34. </imageView>
  35. </subviews>
  36. <constraints>
  37. <constraint firstItem="7eE-jf-41F" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="30R-VV-nHW"/>
  38. <constraint firstItem="7eE-jf-41F" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Qg4-xk-QGW"/>
  39. <constraint firstItem="04o-06-Jjh" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="VaZ-PA-fph"/>
  40. <constraint firstItem="04o-06-Jjh" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-15" id="d8f-aB-RRt"/>
  41. <constraint firstItem="Okx-un-07h" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hYb-ZE-9rs"/>
  42. <constraint firstItem="Okx-un-07h" firstAttribute="trailing" secondItem="04o-06-Jjh" secondAttribute="leading" constant="-10" id="xkL-41-aLM"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  46. <connections>
  47. <outlet property="numLbl" destination="Okx-un-07h" id="kOt-Ia-qPU"/>
  48. <outlet property="titleLbl" destination="7eE-jf-41F" id="CLd-0u-AEQ"/>
  49. </connections>
  50. <point key="canvasLocation" x="139" y="90"/>
  51. </tableViewCell>
  52. </objects>
  53. <resources>
  54. <image name="ion_arrow_right_gray" width="7.5" height="13"/>
  55. </resources>
  56. </document>