IHServiceNormalCell.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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="53" id="KGk-i7-Jjw" customClass="IHServiceNormalCell" customModule="Inhealth" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="319" height="53"/>
  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="319" height="53"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JB5-KV-UHt">
  20. <rect key="frame" x="20" y="0.0" width="279" height="43"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="39Q-jm-3q9">
  23. <rect key="frame" x="20" y="13" width="31" height="17"/>
  24. <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="12"/>
  25. <color key="textColor" red="0.396078431372549" green="0.4392156862745098" blue="0.52156862745098043" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gtb-tb-2gl">
  29. <rect key="frame" x="230" y="12" width="34" height="19"/>
  30. <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="13"/>
  31. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <color key="backgroundColor" red="0.96470588235294119" green="0.97259551290000001" blue="0.96862775089999997" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  36. <constraints>
  37. <constraint firstItem="Gtb-tb-2gl" firstAttribute="centerY" secondItem="JB5-KV-UHt" secondAttribute="centerY" id="dW5-UU-pYg"/>
  38. <constraint firstItem="39Q-jm-3q9" firstAttribute="centerY" secondItem="JB5-KV-UHt" secondAttribute="centerY" id="hGY-3v-DTE"/>
  39. <constraint firstItem="39Q-jm-3q9" firstAttribute="leading" secondItem="JB5-KV-UHt" secondAttribute="leading" constant="20" id="l0L-0F-qzm"/>
  40. <constraint firstAttribute="trailing" secondItem="Gtb-tb-2gl" secondAttribute="trailing" constant="15" id="z3E-Uf-UzA"/>
  41. </constraints>
  42. <userDefinedRuntimeAttributes>
  43. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  44. <real key="value" value="5"/>
  45. </userDefinedRuntimeAttribute>
  46. </userDefinedRuntimeAttributes>
  47. </view>
  48. </subviews>
  49. <constraints>
  50. <constraint firstAttribute="trailing" secondItem="JB5-KV-UHt" secondAttribute="trailing" constant="20" id="Ojd-5G-Mnx"/>
  51. <constraint firstAttribute="bottom" secondItem="JB5-KV-UHt" secondAttribute="bottom" constant="10" id="R9L-5J-XT0"/>
  52. <constraint firstItem="JB5-KV-UHt" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="cHI-ez-pOP"/>
  53. <constraint firstItem="JB5-KV-UHt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="lxO-pB-WLU"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  57. <connections>
  58. <outlet property="aTitleLabel" destination="39Q-jm-3q9" id="jVi-7J-xxM"/>
  59. <outlet property="aValueLabel" destination="Gtb-tb-2gl" id="DCu-iP-mOq"/>
  60. </connections>
  61. <point key="canvasLocation" x="136.95652173913044" y="86.71875"/>
  62. </tableViewCell>
  63. </objects>
  64. </document>