IHEquipmentCell.xib 6.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" 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. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="139" id="KGk-i7-Jjw" customClass="IHEquipmentCell" customModule="Inhealth" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="139"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="139"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="所有设备" translatesAutoresizingMaskIntoConstraints="NO" id="ZxM-WH-Up7">
  20. <rect key="frame" x="18" y="54.5" width="30" height="30"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="30" id="9YP-x3-4js"/>
  23. <constraint firstAttribute="width" constant="30" id="nXc-6T-gGl"/>
  24. </constraints>
  25. </imageView>
  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="hPf-BC-8rR">
  27. <rect key="frame" x="68" y="60" width="33" height="19"/>
  28. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
  29. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2gx-bn-pEG">
  33. <rect key="frame" x="239" y="56" width="50" height="27"/>
  34. <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="19"/>
  35. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" red="0.96470588235294119" green="0.97254901960784312" blue="0.96862745098039216" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
  40. <constraints>
  41. <constraint firstItem="hPf-BC-8rR" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="KlE-XL-QXw"/>
  42. <constraint firstAttribute="trailingMargin" secondItem="2gx-bn-pEG" secondAttribute="trailing" constant="15" id="SVj-f1-jlF"/>
  43. <constraint firstItem="ZxM-WH-Up7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="18" id="jHz-yU-tu1"/>
  44. <constraint firstItem="hPf-BC-8rR" firstAttribute="leading" secondItem="ZxM-WH-Up7" secondAttribute="trailing" constant="20" id="r46-Ja-Pfq"/>
  45. <constraint firstItem="2gx-bn-pEG" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="yQR-H4-N00"/>
  46. <constraint firstItem="ZxM-WH-Up7" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="zkt-Ri-kMc"/>
  47. </constraints>
  48. <userDefinedRuntimeAttributes>
  49. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  50. <real key="value" value="5"/>
  51. </userDefinedRuntimeAttribute>
  52. </userDefinedRuntimeAttributes>
  53. </tableViewCellContentView>
  54. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  55. <userDefinedRuntimeAttributes>
  56. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  57. <real key="value" value="5"/>
  58. </userDefinedRuntimeAttribute>
  59. </userDefinedRuntimeAttributes>
  60. <connections>
  61. <outlet property="iconImageV" destination="ZxM-WH-Up7" id="h42-PK-n1h"/>
  62. <outlet property="titleLabel" destination="hPf-BC-8rR" id="z3q-lL-sWZ"/>
  63. <outlet property="valueLabel" destination="2gx-bn-pEG" id="UBL-h2-RSi"/>
  64. </connections>
  65. <point key="canvasLocation" x="137.68115942028987" y="151.67410714285714"/>
  66. </tableViewCell>
  67. </objects>
  68. <resources>
  69. <image name="所有设备" width="15.5" height="15.5"/>
  70. </resources>
  71. </document>