1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.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="91" id="KGk-i7-Jjw" customClass="YXDeviceInfoCell">
- <rect key="frame" x="0.0" y="0.0" width="344" height="91"/>
- <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="344" height="91"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="p7W-KX-PGW">
- <rect key="frame" x="0.0" y="0.0" width="344" height="91"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="home_right_arrow" translatesAutoresizingMaskIntoConstraints="NO" id="KbA-gP-Uju">
- <rect key="frame" x="316" y="36.666666666666664" width="18" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="CIy-Ee-ACQ"/>
- <constraint firstAttribute="width" constant="18" id="leT-4A-n5f"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="客厅" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9XX-f1-cl4">
- <rect key="frame" x="20" y="5" width="150" height="81"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="Xlj-Tu-y9H"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2个设备" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pCb-Bj-bqZ">
- <rect key="frame" x="111" y="5" width="200" height="81"/>
- <constraints>
- <constraint firstAttribute="width" constant="200" id="btM-Pu-5a3"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="9XX-f1-cl4" firstAttribute="top" secondItem="p7W-KX-PGW" secondAttribute="top" constant="5" id="1Bi-wf-bUu"/>
- <constraint firstItem="KbA-gP-Uju" firstAttribute="leading" secondItem="pCb-Bj-bqZ" secondAttribute="trailing" constant="5" id="746-0o-KMh"/>
- <constraint firstItem="pCb-Bj-bqZ" firstAttribute="centerY" secondItem="9XX-f1-cl4" secondAttribute="centerY" id="7c7-qP-chZ"/>
- <constraint firstItem="pCb-Bj-bqZ" firstAttribute="height" secondItem="9XX-f1-cl4" secondAttribute="height" id="Eko-NM-kUa"/>
- <constraint firstAttribute="trailing" secondItem="KbA-gP-Uju" secondAttribute="trailing" constant="10" id="SIf-mf-3GV"/>
- <constraint firstAttribute="bottom" secondItem="9XX-f1-cl4" secondAttribute="bottom" constant="5" id="j74-8G-6Sx"/>
- <constraint firstItem="KbA-gP-Uju" firstAttribute="centerY" secondItem="p7W-KX-PGW" secondAttribute="centerY" id="ljJ-r9-6YD"/>
- <constraint firstItem="9XX-f1-cl4" firstAttribute="leading" secondItem="p7W-KX-PGW" secondAttribute="leading" constant="20" id="zz2-81-WAA"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="p7W-KX-PGW" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="1Bw-Dg-Zfr"/>
- <constraint firstAttribute="trailing" secondItem="p7W-KX-PGW" secondAttribute="trailing" id="AYb-vU-cHY"/>
- <constraint firstItem="p7W-KX-PGW" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Wbb-oX-Nrq"/>
- <constraint firstAttribute="bottom" secondItem="p7W-KX-PGW" secondAttribute="bottom" id="ohZ-Lp-XMg"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="detailLabel" destination="pCb-Bj-bqZ" id="skt-Nf-VFW"/>
- <outlet property="titleLabel" destination="9XX-f1-cl4" id="ZfL-C8-5sW"/>
- </connections>
- <point key="canvasLocation" x="157.25190839694656" y="36.267605633802816"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="home_right_arrow" width="8.6666669845581055" height="14"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|