123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
- <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="79" id="KGk-i7-Jjw" customClass="IHTwoRowCell" customModule="教育照明" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="378" 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="378" height="79"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YjG-Wg-Tik">
- <rect key="frame" x="20" y="0.0" width="338" height="69"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="失败原因" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cHa-8x-7SI">
- <rect key="frame" x="20" y="10" width="48" 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="2 light bulb is damage" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ct9-sN-h75">
- <rect key="frame" x="20" y="44.5" width="127" 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="custom" customColorSpace="displayP3"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="1" green="0.94901960784313721" blue="0.95686274509803915" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="cHa-8x-7SI" firstAttribute="leading" secondItem="YjG-Wg-Tik" secondAttribute="leading" constant="20" id="2tT-TS-5fX"/>
- <constraint firstItem="Ct9-sN-h75" firstAttribute="leading" secondItem="YjG-Wg-Tik" secondAttribute="leading" constant="20" id="YHy-eI-Uqd"/>
- <constraint firstAttribute="bottom" secondItem="Ct9-sN-h75" secondAttribute="bottom" constant="7.5" id="afO-hf-9kD"/>
- <constraint firstItem="cHa-8x-7SI" firstAttribute="top" secondItem="YjG-Wg-Tik" secondAttribute="top" constant="10" id="nXp-H6-w6M"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="YjG-Wg-Tik" secondAttribute="trailing" constant="20" id="43h-pR-d68"/>
- <constraint firstItem="YjG-Wg-Tik" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="IIG-zw-wDd"/>
- <constraint firstItem="YjG-Wg-Tik" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="NuR-35-efp"/>
- <constraint firstAttribute="bottom" secondItem="YjG-Wg-Tik" secondAttribute="bottom" constant="10" id="Shc-Xx-O2Z"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="aTitleLabel" destination="cHa-8x-7SI" id="H8N-yN-zhw"/>
- <outlet property="aValueLabel" destination="Ct9-sN-h75" id="sht-IE-oTO"/>
- <outlet property="cellContentView" destination="YjG-Wg-Tik" id="nPR-M0-ruk"/>
- </connections>
- <point key="canvasLocation" x="179.71014492753625" y="95.424107142857139"/>
- </tableViewCell>
- </objects>
- </document>
|