|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> |
|
|
<dependencies> |
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/> |
|
|
<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="HomeEmptyView"> |
|
|
<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="icon_binding_equipment" translatesAutoresizingMaskIntoConstraints="NO" id="w0Q-nL-pST"> |
|
|
<rect key="frame" x="157.5" y="220" width="60" height="60"/> |
|
|
</imageView> |
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="您还没有绑定设备
赶快去绑定一个设备体验一下吧!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GhO-4P-H9U"> |
|
|
<rect key="frame" x="57.5" y="313" width="260" height="41"/> |
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/> |
|
|
<color key="textColor" red="0.53333333333333333" green="0.53333333333333333" blue="0.53333333333333333" alpha="1" colorSpace="calibratedRGB"/> |
|
|
<nil key="highlightedColor"/> |
|
|
</label> |
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A1a-8g-khd"> |
|
|
<rect key="frame" x="14" y="404" width="347" height="44"/> |
|
|
<color key="backgroundColor" red="1" green="0.67952473960000004" blue="0.0039215686269999999" alpha="1" colorSpace="custom" customColorSpace="displayP3"/> |
|
|
<constraints> |
|
|
<constraint firstAttribute="height" constant="44" id="V5v-DO-MG1"/> |
|
|
</constraints> |
|
|
<fontDescription key="fontDescription" type="system" pointSize="18"/> |
|
|
<state key="normal" title="添加设备"> |
|
|
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
</state> |
|
|
</button> |
|
|
</subviews> |
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
<constraints> |
|
|
<constraint firstItem="A1a-8g-khd" firstAttribute="top" secondItem="GhO-4P-H9U" secondAttribute="bottom" constant="50" id="7Mp-aK-kTY"/> |
|
|
<constraint firstItem="GhO-4P-H9U" firstAttribute="top" secondItem="w0Q-nL-pST" secondAttribute="bottom" constant="33" id="8Ks-xs-vbV"/> |
|
|
<constraint firstItem="w0Q-nL-pST" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="AW9-fz-P6B"/> |
|
|
<constraint firstAttribute="trailing" secondItem="A1a-8g-khd" secondAttribute="trailing" constant="14" id="QtL-fV-aIR"/> |
|
|
<constraint firstItem="A1a-8g-khd" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="14" id="WeD-aG-Fwg"/> |
|
|
<constraint firstItem="A1a-8g-khd" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="iLh-tE-HAC"/> |
|
|
<constraint firstItem="GhO-4P-H9U" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="oTm-Hu-acU"/> |
|
|
<constraint firstItem="GhO-4P-H9U" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="zvc-80-BV5"/> |
|
|
</constraints> |
|
|
<connections> |
|
|
<outlet property="addDevice" destination="A1a-8g-khd" id="76L-cI-Lty"/> |
|
|
</connections> |
|
|
</view> |
|
|
</objects> |
|
|
<resources> |
|
|
<image name="icon_binding_equipment" width="60" height="60"/> |
|
|
</resources> |
|
|
</document>
|
|
|
|