1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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="89" id="KGk-i7-Jjw" customClass="YXSetRoomTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="347" height="89"/>
- <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="347" height="89"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cQh-oD-YaF">
- <rect key="frame" x="20" y="5" width="307" height="79"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="客厅" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NsZ-a7-Rf5">
- <rect key="frame" x="60" y="5" width="150" height="69"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="8kV-c2-w4t"/>
- </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>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="home_device_1" translatesAutoresizingMaskIntoConstraints="NO" id="SxV-RF-kSV">
- <rect key="frame" x="10" y="19.666666666666671" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="HAB-yt-Shq"/>
- <constraint firstAttribute="height" constant="40" id="aCh-US-Bro"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="NsZ-a7-Rf5" firstAttribute="top" secondItem="cQh-oD-YaF" secondAttribute="top" constant="5" id="HSZ-wF-tZ9"/>
- <constraint firstAttribute="bottom" secondItem="NsZ-a7-Rf5" secondAttribute="bottom" constant="5" id="UbG-V4-Z60"/>
- <constraint firstItem="NsZ-a7-Rf5" firstAttribute="leading" secondItem="SxV-RF-kSV" secondAttribute="trailing" constant="10" id="mtb-0G-jQC"/>
- <constraint firstItem="SxV-RF-kSV" firstAttribute="leading" secondItem="cQh-oD-YaF" secondAttribute="leading" constant="10" id="rPV-br-7li"/>
- <constraint firstItem="SxV-RF-kSV" firstAttribute="centerY" secondItem="cQh-oD-YaF" secondAttribute="centerY" id="xN3-4z-8lp"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="cQh-oD-YaF" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="6Fg-yg-c5K"/>
- <constraint firstAttribute="bottom" secondItem="cQh-oD-YaF" secondAttribute="bottom" constant="5" id="Rov-oZ-KAP"/>
- <constraint firstItem="cQh-oD-YaF" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="ogW-8M-Hon"/>
- <constraint firstAttribute="trailing" secondItem="cQh-oD-YaF" secondAttribute="trailing" constant="20" id="pPc-Hq-xHq"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="picImageView" destination="SxV-RF-kSV" id="jY5-au-IPf"/>
- <outlet property="titleLabel" destination="NsZ-a7-Rf5" id="Z6X-ic-eNn"/>
- </connections>
- <point key="canvasLocation" x="159.54198473282443" y="35.563380281690144"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="home_device_1" width="33.333332061767578" height="33.333332061767578"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|