1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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="139" id="KGk-i7-Jjw" customClass="IHEquipmentCell" customModule="Inhealth" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="139"/>
- <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="139"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="所有设备" translatesAutoresizingMaskIntoConstraints="NO" id="ZxM-WH-Up7">
- <rect key="frame" x="18" y="54.5" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="9YP-x3-4js"/>
- <constraint firstAttribute="width" constant="30" id="nXc-6T-gGl"/>
- </constraints>
- </imageView>
- <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">
- <rect key="frame" x="68" y="60" width="33" height="19"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <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="2gx-bn-pEG">
- <rect key="frame" x="239" y="56" width="50" height="27"/>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="19"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.96470588235294119" green="0.97254901960784312" blue="0.96862745098039216" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="hPf-BC-8rR" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="KlE-XL-QXw"/>
- <constraint firstAttribute="trailingMargin" secondItem="2gx-bn-pEG" secondAttribute="trailing" constant="15" id="SVj-f1-jlF"/>
- <constraint firstItem="ZxM-WH-Up7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="18" id="jHz-yU-tu1"/>
- <constraint firstItem="hPf-BC-8rR" firstAttribute="leading" secondItem="ZxM-WH-Up7" secondAttribute="trailing" constant="20" id="r46-Ja-Pfq"/>
- <constraint firstItem="2gx-bn-pEG" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="yQR-H4-N00"/>
- <constraint firstItem="ZxM-WH-Up7" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="zkt-Ri-kMc"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <outlet property="iconImageV" destination="ZxM-WH-Up7" id="h42-PK-n1h"/>
- <outlet property="titleLabel" destination="hPf-BC-8rR" id="z3q-lL-sWZ"/>
- <outlet property="valueLabel" destination="2gx-bn-pEG" id="UBL-h2-RSi"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="151.67410714285714"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="所有设备" width="15.5" height="15.5"/>
- </resources>
- </document>
|