123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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>
- <customFonts key="customFonts">
- <array key="Alibaba-PuHuiTi-Regular.otf">
- <string>AlibabaPuHuiTiR</string>
- </array>
- </customFonts>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="IHLampCloseView" customModule="智能照明" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="关灯背景图" translatesAutoresizingMaskIntoConstraints="NO" id="V3D-qI-YQa">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- </imageView>
- <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="已关灯 " textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Tf1-z7-Nch">
- <rect key="frame" x="316" y="665" width="78" height="33"/>
- <fontDescription key="fontDescription" name="AlibabaPuHuiTiR" family="Alibaba PuHuiTi" pointSize="24"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="V3D-qI-YQa" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="4Fp-kS-Y7K"/>
- <constraint firstAttribute="bottom" secondItem="V3D-qI-YQa" secondAttribute="bottom" id="8zP-LX-TKX"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Tf1-z7-Nch" secondAttribute="trailing" constant="20" id="OL4-D0-JaR"/>
- <constraint firstAttribute="trailing" secondItem="V3D-qI-YQa" secondAttribute="trailing" id="oif-Um-TQD"/>
- <constraint firstItem="V3D-qI-YQa" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="oys-6G-VRx"/>
- <constraint firstAttribute="bottom" secondItem="Tf1-z7-Nch" secondAttribute="bottom" constant="198" id="pyR-Kg-OmQ"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <connections>
- <outlet property="offlabel" destination="Tf1-z7-Nch" id="b4f-Hl-XWP"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="98.4375"/>
- </view>
- </objects>
- <resources>
- <image name="关灯背景图" width="375" height="812"/>
- </resources>
- </document>
|