1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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="SBTEmptyView" customModule="SolarBT" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="renwujiankonghechaxun" translatesAutoresizingMaskIntoConstraints="NO" id="iyu-9M-13W">
- <rect key="frame" x="140.5" y="211" width="94" height="96"/>
- <constraints>
- <constraint firstAttribute="width" constant="94" id="FBY-Tb-inJ"/>
- <constraint firstAttribute="height" constant="96" id="aOl-Ej-qQy"/>
- </constraints>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4rM-nV-nKp">
- <rect key="frame" x="50" y="577" width="275" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="LA4-NM-Wb5"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <state key="normal" title="Button" backgroundImage="渐变按钮"/>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="当前没有添加任何设备" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BtM-tR-2XZ">
- <rect key="frame" x="116" y="323" width="143" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="weT-hX-DTq"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.5294155478477478" green="0.52940517663955688" blue="0.52941220998764038" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="4rM-nV-nKp" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="50" id="2dM-J3-wSK"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="4rM-nV-nKp" secondAttribute="bottom" constant="50" id="BmC-Zy-EoP"/>
- <constraint firstItem="BtM-tR-2XZ" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="N6K-hZ-wPs"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="4rM-nV-nKp" secondAttribute="trailing" constant="50" id="Tec-At-mn5"/>
- <constraint firstItem="BtM-tR-2XZ" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="rm6-3a-Jth"/>
- <constraint firstItem="iyu-9M-13W" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="sW9-ua-tkd"/>
- <constraint firstItem="BtM-tR-2XZ" firstAttribute="top" secondItem="iyu-9M-13W" secondAttribute="bottom" constant="16" id="tpe-lY-R91"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <connections>
- <outlet property="addButton" destination="4rM-nV-nKp" id="G7M-wS-3oh"/>
- <outlet property="messageLabel" destination="BtM-tR-2XZ" id="ae6-VF-jsf"/>
- </connections>
- </view>
- </objects>
- <resources>
- <image name="renwujiankonghechaxun" width="94" height="95.5"/>
- <image name="渐变按钮" width="275" height="40"/>
- </resources>
- </document>
|