MachineManagerTableViewCell.xib 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="retina4_7" 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" rowHeight="55" id="KGk-i7-Jjw" customClass="MachineManagerTableViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="75"/>
  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="74.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oGo-uR-tJ6">
  23. <rect key="frame" x="18" y="17" width="248" height="21"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  25. <fontDescription key="fontDescription" type="system" weight="medium" 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="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FFj-Nd-IGZ">
  30. <rect key="frame" x="18" y="46" width="213" height="11"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  33. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ion_arrow_right_gray" translatesAutoresizingMaskIntoConstraints="NO" id="Rg7-Gs-QWZ">
  37. <rect key="frame" x="288" y="31" width="8" height="13"/>
  38. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  39. </imageView>
  40. <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="FzJ-oc-fo4">
  41. <rect key="frame" x="139" y="26" width="141" height="21"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  43. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  44. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7xe-Bc-zdD">
  48. <rect key="frame" x="0.0" y="74" width="320" height="1"/>
  49. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  50. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. </view>
  52. </subviews>
  53. </tableViewCellContentView>
  54. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  55. <connections>
  56. <outlet property="lblDate" destination="FFj-Nd-IGZ" id="Lxp-vn-gGJ"/>
  57. <outlet property="lblName" destination="oGo-uR-tJ6" id="nc8-ky-YN4"/>
  58. <outlet property="lblRemark" destination="FzJ-oc-fo4" id="dao-ns-egV"/>
  59. </connections>
  60. <point key="canvasLocation" x="-1165" y="-334"/>
  61. </tableViewCell>
  62. </objects>
  63. <resources>
  64. <image name="ion_arrow_right_gray" width="7.5" height="13"/>
  65. </resources>
  66. </document>