1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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>
- <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="IHLightCommandView" customModule="智能照明" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hp5-3z-R3e">
- <rect key="frame" x="0.0" y="786" width="414" height="75"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8Y4-CG-ZwL">
- <rect key="frame" x="177" y="0.0" width="60" height="75"/>
- <constraints>
- <constraint firstAttribute="height" constant="75" id="Sew-8u-d4S"/>
- <constraint firstAttribute="width" constant="60" id="eZs-qh-1rD"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="12"/>
- <state key="normal" title="开关" image="close"/>
- <state key="selected" image="White_pre"/>
- <connections>
- <action selector="closeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="sJg-3p-HMi"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="75" id="Bqq-dO-bbe"/>
- <constraint firstItem="8Y4-CG-ZwL" firstAttribute="centerY" secondItem="hp5-3z-R3e" secondAttribute="centerY" id="Cg7-mH-4Nt"/>
- <constraint firstItem="8Y4-CG-ZwL" firstAttribute="centerX" secondItem="hp5-3z-R3e" secondAttribute="centerX" id="q38-OU-pnm"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="hp5-3z-R3e" secondAttribute="trailing" id="J0Z-FV-ZoA"/>
- <constraint firstAttribute="bottom" secondItem="hp5-3z-R3e" secondAttribute="bottom" constant="35" id="QH1-2o-ell"/>
- <constraint firstItem="hp5-3z-R3e" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Skc-0p-gwz"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <connections>
- <outlet property="closeBtn" destination="8Y4-CG-ZwL" id="kBH-c2-t0T"/>
- </connections>
- <point key="canvasLocation" x="139" y="91"/>
- </view>
- </objects>
- <resources>
- <image name="White_pre" width="49" height="49"/>
- <image name="close" width="49" height="49"/>
- </resources>
- </document>
|