1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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>
- <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="IHEmptyView" 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="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="编组 5" translatesAutoresizingMaskIntoConstraints="NO" id="Vbh-C7-3GA">
- <rect key="frame" x="152" y="60" width="110" height="110"/>
- <constraints>
- <constraint firstAttribute="height" constant="110" id="TCh-Cf-pMY"/>
- <constraint firstAttribute="width" constant="110" id="jBW-sh-E5m"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="未发现附近任何设备" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mnS-Yx-3tA">
- <rect key="frame" x="145" y="186" width="124" height="20"/>
- <fontDescription key="fontDescription" name="AlibabaPuHuiTiR" family="Alibaba PuHuiTi" pointSize="14"/>
- <color key="textColor" red="0.396078431372549" green="0.4392156862745098" blue="0.52156862745098043" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Cjk-Jo-W63">
- <rect key="frame" x="157" y="230" width="100" height="34"/>
- <color key="backgroundColor" red="0.3411764706" green="0.2470588235" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="2WE-8a-iFP"/>
- <constraint firstAttribute="width" constant="100" id="9Nv-kl-YYv"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="14"/>
- <state key="normal" title="查找"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="searchAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="dyF-HR-QaO"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="mnS-Yx-3tA" firstAttribute="top" secondItem="Vbh-C7-3GA" secondAttribute="bottom" constant="16" id="5C2-iW-Rms"/>
- <constraint firstItem="Cjk-Jo-W63" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Jve-zp-gjy"/>
- <constraint firstItem="Vbh-C7-3GA" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="60" id="Qec-Sr-paS"/>
- <constraint firstItem="mnS-Yx-3tA" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Ur3-ki-6hx"/>
- <constraint firstItem="Vbh-C7-3GA" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="dQD-XQ-N0C"/>
- <constraint firstItem="Cjk-Jo-W63" firstAttribute="top" secondItem="mnS-Yx-3tA" secondAttribute="bottom" constant="24" id="j1N-HA-DI5"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <point key="canvasLocation" x="139" y="83"/>
- </view>
- </objects>
- <resources>
- <image name="编组 5" width="115" height="115"/>
- </resources>
- </document>
|