12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="53" id="KGk-i7-Jjw" customClass="IHServiceNormalCell" customModule="Inhealth" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="319" height="53"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="319" height="53"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JB5-KV-UHt">
- <rect key="frame" x="20" y="0.0" width="279" height="43"/>
- <subviews>
- <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">
- <rect key="frame" x="20" y="13" width="31" height="17"/>
- <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="12"/>
- <color key="textColor" red="0.396078431372549" green="0.4392156862745098" blue="0.52156862745098043" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="230" y="12" width="34" height="19"/>
- <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="13"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.96470588235294119" green="0.97259551290000001" blue="0.96862775089999997" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="Gtb-tb-2gl" firstAttribute="centerY" secondItem="JB5-KV-UHt" secondAttribute="centerY" id="dW5-UU-pYg"/>
- <constraint firstItem="39Q-jm-3q9" firstAttribute="centerY" secondItem="JB5-KV-UHt" secondAttribute="centerY" id="hGY-3v-DTE"/>
- <constraint firstItem="39Q-jm-3q9" firstAttribute="leading" secondItem="JB5-KV-UHt" secondAttribute="leading" constant="20" id="l0L-0F-qzm"/>
- <constraint firstAttribute="trailing" secondItem="Gtb-tb-2gl" secondAttribute="trailing" constant="15" id="z3E-Uf-UzA"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="JB5-KV-UHt" secondAttribute="trailing" constant="20" id="Ojd-5G-Mnx"/>
- <constraint firstAttribute="bottom" secondItem="JB5-KV-UHt" secondAttribute="bottom" constant="10" id="R9L-5J-XT0"/>
- <constraint firstItem="JB5-KV-UHt" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="cHI-ez-pOP"/>
- <constraint firstItem="JB5-KV-UHt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="lxO-pB-WLU"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="aTitleLabel" destination="39Q-jm-3q9" id="jVi-7J-xxM"/>
- <outlet property="aValueLabel" destination="Gtb-tb-2gl" id="DCu-iP-mOq"/>
- </connections>
- <point key="canvasLocation" x="136.95652173913044" y="86.71875"/>
- </tableViewCell>
- </objects>
- </document>
|