IHRoomHistoryCell.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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" id="KGk-i7-Jjw" customClass="IHRoomHistoryCell" customModule="Inhealth" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xo0-LL-W8i">
  20. <rect key="frame" x="15" y="13.5" width="31" height="17"/>
  21. <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="12"/>
  22. <color key="textColor" red="0.396078431372549" green="0.4392156862745098" blue="0.52156862745098043" alpha="1" colorSpace="calibratedRGB"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2T5-dT-ajT">
  26. <rect key="frame" x="274" y="13.5" width="31" height="17"/>
  27. <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="12"/>
  28. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. </subviews>
  32. <constraints>
  33. <constraint firstItem="xo0-LL-W8i" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="K0O-x2-wb5"/>
  34. <constraint firstItem="2T5-dT-ajT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="dQe-78-Hfg"/>
  35. <constraint firstAttribute="trailing" secondItem="2T5-dT-ajT" secondAttribute="trailing" constant="15" id="nML-Jk-fF0"/>
  36. <constraint firstItem="xo0-LL-W8i" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="t2a-sK-HCz"/>
  37. </constraints>
  38. </tableViewCellContentView>
  39. <color key="backgroundColor" red="0.96475058790000001" green="0.97259551290000001" blue="0.96862775089999997" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  40. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  41. <connections>
  42. <outlet property="aDetailLabel" destination="2T5-dT-ajT" id="O8q-aa-JW8"/>
  43. <outlet property="aTitleLabel" destination="xo0-LL-W8i" id="4Vy-y6-DDJ"/>
  44. </connections>
  45. <point key="canvasLocation" x="139" y="119"/>
  46. </tableViewCell>
  47. </objects>
  48. </document>