<?xml version="1.0" encoding="UTF-8"?>
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="SX2-Zf-foU">
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
<dependencies>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
<capability name="System colors in document resources" minToolsVersion="11.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
</dependencies>
|
<scenes>
|
<!--View Controller-->
|
<scene sceneID="tne-QT-ifu">
|
<objects>
|
<viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<subviews>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8VI-lw-LNY">
|
<rect key="frame" x="20" y="208" width="374" height="40"/>
|
<color key="backgroundColor" systemColor="systemGray6Color"/>
|
<constraints>
|
<constraint firstAttribute="height" constant="40" id="6bM-cQ-oQc"/>
|
</constraints>
|
<color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
<state key="normal" title="监控"/>
|
<connections>
|
<action selector="monitoringAction:" destination="BYZ-38-t0r" eventType="touchUpInside" id="U5a-jt-bRf"/>
|
</connections>
|
</button>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5Kt-mO-sHt">
|
<rect key="frame" x="20" y="268" width="374" height="40"/>
|
<color key="backgroundColor" systemColor="systemGray6Color"/>
|
<constraints>
|
<constraint firstAttribute="height" constant="40" id="On0-IA-SvE"/>
|
</constraints>
|
<color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
<state key="normal" title="来电接听"/>
|
<connections>
|
<action selector="callAction:" destination="BYZ-38-t0r" eventType="touchUpInside" id="hXs-Ig-Hki"/>
|
</connections>
|
</button>
|
</subviews>
|
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
<constraints>
|
<constraint firstItem="8VI-lw-LNY" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="120" id="Euq-N7-gZh"/>
|
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="8VI-lw-LNY" secondAttribute="trailing" constant="20" id="RXL-nO-aJL"/>
|
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="5Kt-mO-sHt" secondAttribute="trailing" constant="20" id="VbG-6M-zFH"/>
|
<constraint firstItem="8VI-lw-LNY" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="aAb-vF-2SJ"/>
|
<constraint firstItem="5Kt-mO-sHt" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="iaH-bQ-qXm"/>
|
<constraint firstItem="5Kt-mO-sHt" firstAttribute="top" secondItem="8VI-lw-LNY" secondAttribute="bottom" constant="20" id="p6G-hd-t2E"/>
|
</constraints>
|
</view>
|
<navigationItem key="navigationItem" id="Chs-AB-cQc"/>
|
</viewController>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
</objects>
|
<point key="canvasLocation" x="624.63768115942037" y="-579.24107142857144"/>
|
</scene>
|
<!--Navigation Controller-->
|
<scene sceneID="GDi-Qv-mGU">
|
<objects>
|
<navigationController id="SX2-Zf-foU" sceneMemberID="viewController">
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="fbS-Cs-968">
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
<autoresizingMask key="autoresizingMask"/>
|
</navigationBar>
|
<connections>
|
<segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="3Ah-wC-3nM"/>
|
</connections>
|
</navigationController>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="hzp-9g-czL" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
</objects>
|
<point key="canvasLocation" x="-223" y="-579"/>
|
</scene>
|
</scenes>
|
<resources>
|
<systemColor name="systemBackgroundColor">
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</systemColor>
|
<systemColor name="systemGray6Color">
|
<color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</systemColor>
|
</resources>
|
</document>
|