<?xml version="1.0" encoding="UTF-8"?>
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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="14460.20"/>
|
<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"/>
|
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="104" id="KGk-i7-Jjw" customClass="LCDeviceSettingArrowCell">
|
<rect key="frame" x="0.0" y="0.0" width="532" height="104"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
|
<rect key="frame" x="0.0" y="0.0" width="532" height="103.5"/>
|
<autoresizingMask key="autoresizingMask"/>
|
<subviews>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="设备名称" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a8E-Z0-Zl8">
|
<rect key="frame" x="20" y="42" width="65.5" height="19.5"/>
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
<color key="textColor" red="0.17254901960784313" green="0.17254901960784313" blue="0.17254901960784313" alpha="1" colorSpace="calibratedRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fuH-N2-dGP">
|
<rect key="frame" x="507" y="41" width="13" height="22"/>
|
<viewLayoutGuide key="safeArea" id="11E-BU-iZn"/>
|
<state key="normal" image="common_btn_next"/>
|
<connections>
|
<action selector="rightBtnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="GgV-wr-lAv"/>
|
</connections>
|
</button>
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cMw-nf-xaa">
|
<rect key="frame" x="417" y="5" width="80" height="45"/>
|
<constraints>
|
<constraint firstAttribute="width" constant="80" id="Cnv-oU-5kr"/>
|
<constraint firstAttribute="height" constant="45" id="V0m-Yu-Ttm"/>
|
</constraints>
|
</imageView>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q5z-zB-mNF">
|
<rect key="frame" x="497" y="42" width="0.0" height="21"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<color key="textColor" red="0.5607843137254902" green="0.5607843137254902" blue="0.5607843137254902" alpha="1" colorSpace="calibratedRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
</subviews>
|
<constraints>
|
<constraint firstAttribute="trailing" secondItem="fuH-N2-dGP" secondAttribute="trailing" constant="12" id="0cM-wK-gUY"/>
|
<constraint firstItem="cMw-nf-xaa" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="90s-NN-gAT"/>
|
<constraint firstItem="a8E-Z0-Zl8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="AzQ-do-eY5"/>
|
<constraint firstItem="q5z-zB-mNF" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="D6a-dL-Z5m"/>
|
<constraint firstItem="a8E-Z0-Zl8" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Q1O-fQ-Hst"/>
|
<constraint firstItem="fuH-N2-dGP" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="S5i-TY-Pwi"/>
|
<constraint firstAttribute="bottom" secondItem="cMw-nf-xaa" secondAttribute="bottom" constant="5" id="iju-1R-z16"/>
|
<constraint firstItem="fuH-N2-dGP" firstAttribute="leading" secondItem="cMw-nf-xaa" secondAttribute="trailing" constant="10" id="tGu-EG-08W"/>
|
<constraint firstItem="fuH-N2-dGP" firstAttribute="leading" secondItem="q5z-zB-mNF" secondAttribute="trailing" constant="10" id="x5t-xA-ig7"/>
|
</constraints>
|
</tableViewCellContentView>
|
<gestureRecognizers/>
|
<viewLayoutGuide key="safeArea" id="ehY-rA-NAq"/>
|
<connections>
|
<outlet property="deviceSnap" destination="cMw-nf-xaa" id="pSp-Ko-Qdh"/>
|
<outlet property="rightBtn" destination="fuH-N2-dGP" id="c1M-fW-ZG8"/>
|
<outlet property="subtitleLab" destination="q5z-zB-mNF" id="OGM-lw-3Ms"/>
|
<outlet property="titleLab" destination="a8E-Z0-Zl8" id="QNp-c3-6Wa"/>
|
</connections>
|
<point key="canvasLocation" x="302.39999999999998" y="179.91004497751126"/>
|
</tableViewCell>
|
</objects>
|
<resources>
|
<image name="common_btn_next" width="13" height="13"/>
|
</resources>
|
</document>
|