12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22685"/>
- <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="72" id="KGk-i7-Jjw" customClass="YXRoomItemTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="340" height="72"/>
- <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="340" height="72"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YXv-nd-ARW">
- <rect key="frame" x="20" y="5" width="300" height="62"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="home_device_unselected" translatesAutoresizingMaskIntoConstraints="NO" id="Xne-5j-NCN">
- <rect key="frame" x="272" y="22" width="18" height="18"/>
- <constraints>
- <constraint firstAttribute="width" constant="18" id="Ahj-uA-CRp"/>
- <constraint firstAttribute="height" constant="18" id="JwA-n7-w0q"/>
- </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="9eR-DR-I6V">
- <rect key="frame" x="20" y="5" width="242" height="52"/>
- <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>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="9eR-DR-I6V" firstAttribute="leading" secondItem="YXv-nd-ARW" secondAttribute="leading" constant="20" id="9Ob-uQ-Ai6"/>
- <constraint firstItem="Xne-5j-NCN" firstAttribute="centerY" secondItem="YXv-nd-ARW" secondAttribute="centerY" id="9uu-5d-r6t"/>
- <constraint firstItem="Xne-5j-NCN" firstAttribute="leading" secondItem="9eR-DR-I6V" secondAttribute="trailing" constant="10" id="BeS-0P-5he"/>
- <constraint firstItem="9eR-DR-I6V" firstAttribute="top" secondItem="YXv-nd-ARW" secondAttribute="top" constant="5" id="WJu-Nc-ZGz"/>
- <constraint firstAttribute="trailing" secondItem="Xne-5j-NCN" secondAttribute="trailing" constant="10" id="XuT-7u-n67"/>
- <constraint firstAttribute="bottom" secondItem="9eR-DR-I6V" secondAttribute="bottom" constant="5" id="vqY-WD-S3Y"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.97647058823529409" green="0.97647058823529409" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="YXv-nd-ARW" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="25r-pc-Pdz"/>
- <constraint firstAttribute="trailing" secondItem="YXv-nd-ARW" secondAttribute="trailing" constant="20" id="pw9-92-HDF"/>
- <constraint firstItem="YXv-nd-ARW" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="rQH-rr-NVp"/>
- <constraint firstAttribute="bottom" secondItem="YXv-nd-ARW" secondAttribute="bottom" constant="5" id="zp0-Mv-uHr"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="nameLabel" destination="9eR-DR-I6V" id="He5-nN-sUn"/>
- <outlet property="selectedImgView" destination="Xne-5j-NCN" id="bTr-Bh-yMD"/>
- </connections>
- <point key="canvasLocation" x="145.03816793893128" y="-2.8169014084507045"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="home_device_unselected" width="18" height="18"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|