IHLampCloseView.xib 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <customFonts key="customFonts">
  11. <array key="Alibaba-PuHuiTi-Regular.otf">
  12. <string>AlibabaPuHuiTiR</string>
  13. </array>
  14. </customFonts>
  15. <objects>
  16. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="IHLampCloseView" customModule="智能照明" customModuleProvider="target">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="关灯背景图" translatesAutoresizingMaskIntoConstraints="NO" id="V3D-qI-YQa">
  23. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  24. </imageView>
  25. <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">
  26. <rect key="frame" x="316" y="665" width="78" height="33"/>
  27. <fontDescription key="fontDescription" name="AlibabaPuHuiTiR" family="Alibaba PuHuiTi" pointSize="24"/>
  28. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. </subviews>
  32. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <constraints>
  34. <constraint firstItem="V3D-qI-YQa" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="4Fp-kS-Y7K"/>
  35. <constraint firstAttribute="bottom" secondItem="V3D-qI-YQa" secondAttribute="bottom" id="8zP-LX-TKX"/>
  36. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Tf1-z7-Nch" secondAttribute="trailing" constant="20" id="OL4-D0-JaR"/>
  37. <constraint firstAttribute="trailing" secondItem="V3D-qI-YQa" secondAttribute="trailing" id="oif-Um-TQD"/>
  38. <constraint firstItem="V3D-qI-YQa" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="oys-6G-VRx"/>
  39. <constraint firstAttribute="bottom" secondItem="Tf1-z7-Nch" secondAttribute="bottom" constant="198" id="pyR-Kg-OmQ"/>
  40. </constraints>
  41. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  42. <connections>
  43. <outlet property="offlabel" destination="Tf1-z7-Nch" id="b4f-Hl-XWP"/>
  44. </connections>
  45. <point key="canvasLocation" x="137.68115942028987" y="98.4375"/>
  46. </view>
  47. </objects>
  48. <resources>
  49. <image name="关灯背景图" width="375" height="812"/>
  50. </resources>
  51. </document>