TiXianDetailTableViewCell.xib 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="TiXianDetailTableViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="55"/>
  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="54.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="快递公司" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ptd-fp-9XX">
  23. <rect key="frame" x="20" y="0.0" width="126" height="55"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" heightSizable="YES"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  26. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JLV-VA-UDW">
  30. <rect key="frame" x="103" y="-1" width="201" height="55"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  33. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dLo-Qg-bGF">
  37. <rect key="frame" x="20" y="54" width="300" height="1"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  39. <color key="backgroundColor" red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  40. </view>
  41. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Lws-V8-J35">
  42. <rect key="frame" x="210" y="11" width="93" height="66"/>
  43. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  44. </imageView>
  45. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ejB-O5-s2v">
  46. <rect key="frame" x="210" y="11" width="93" height="66"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  48. </button>
  49. </subviews>
  50. </tableViewCellContentView>
  51. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  52. <connections>
  53. <outlet property="btnImage" destination="ejB-O5-s2v" id="yOC-Co-di8"/>
  54. <outlet property="imgRight" destination="Lws-V8-J35" id="1MJ-vz-gUG"/>
  55. <outlet property="lblContent" destination="JLV-VA-UDW" id="u22-bI-ccV"/>
  56. <outlet property="lblTitle" destination="Ptd-fp-9XX" id="65d-yl-Ywp"/>
  57. <outlet property="viewLine" destination="dLo-Qg-bGF" id="6D0-0h-F34"/>
  58. </connections>
  59. <point key="canvasLocation" x="-30.434782608695656" y="-4.3526785714285712"/>
  60. </tableViewCell>
  61. </objects>
  62. </document>