123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>
- <deployment identifier="iOS"/>
- <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>
- <customFonts key="customFonts">
- <array key="Alibaba-PuHuiTi-Regular.otf">
- <string>AlibabaPuHuiTiR</string>
- </array>
- </customFonts>
- <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="79" id="KGk-i7-Jjw" customClass="IHLeafCell" customModule="Inhealth" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="79"/>
- <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="320" height="79"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qyf-fv-JOz">
- <rect key="frame" x="20" y="0.0" width="280" height="79"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="84" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yte-iF-4to">
- <rect key="frame" x="246" y="30.5" width="15" height="18"/>
- <fontDescription key="fontDescription" name="AlibabaPuHuiTiR" family="Alibaba PuHuiTi" pointSize="13"/>
- <color key="textColor" red="0.39607843139999999" green="0.43921568630000002" blue="0.52156862749999999" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1/F" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hlA-9F-jS4">
- <rect key="frame" x="25" y="31" width="18" height="17"/>
- <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="12"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.93729931119999998" green="0.9451448321" blue="0.94117683169999999" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="yte-iF-4to" firstAttribute="centerY" secondItem="Qyf-fv-JOz" secondAttribute="centerY" id="FfO-NW-iUV"/>
- <constraint firstItem="hlA-9F-jS4" firstAttribute="leading" secondItem="Qyf-fv-JOz" secondAttribute="leading" constant="25" id="HNd-FO-G5X"/>
- <constraint firstAttribute="trailing" secondItem="yte-iF-4to" secondAttribute="trailing" constant="19" id="oBx-dK-XxV"/>
- <constraint firstItem="hlA-9F-jS4" firstAttribute="centerY" secondItem="Qyf-fv-JOz" secondAttribute="centerY" id="r3e-Cf-uTV"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Qyf-fv-JOz" secondAttribute="trailing" constant="20" id="311-A4-zB3"/>
- <constraint firstItem="Qyf-fv-JOz" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="PRZ-KU-8cy"/>
- <constraint firstAttribute="bottom" secondItem="Qyf-fv-JOz" secondAttribute="bottom" id="osa-Ub-guZ"/>
- <constraint firstItem="Qyf-fv-JOz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="rEQ-1H-iR6"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <point key="canvasLocation" x="137.68115942028987" y="98.102678571428569"/>
- </tableViewCell>
- </objects>
- </document>
|