| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="System colors in document resources" minToolsVersion="11.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="BogoNoNetworkView">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bogo_noNetwork" translatesAutoresizingMaskIntoConstraints="NO" id="A5b-uC-ajZ">
- <rect key="frame" x="73" y="166" width="268" height="234"/>
- <constraints>
- <constraint firstAttribute="height" constant="234" id="Jf0-8x-9LV"/>
- <constraint firstAttribute="width" constant="268" id="jBg-RQ-mwx"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="无网络连接" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wc6-nX-euB">
- <rect key="frame" x="161" y="427" width="92" height="22"/>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <color key="textColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yzK-wz-6Ax">
- <rect key="frame" x="145" y="489" width="124" height="36"/>
- <color key="backgroundColor" red="0.62352941176470589" green="0.39215686274509803" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="36" id="AGd-JZ-V0E"/>
- <constraint firstAttribute="width" constant="124" id="Ru0-Jf-XXF"/>
- </constraints>
- <state key="normal" title="重新加载页面">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="clickRestBtn:" destination="iN0-l3-epB" eventType="touchUpInside" id="I9o-Kl-uZr"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="Wc6-nX-euB" firstAttribute="top" secondItem="A5b-uC-ajZ" secondAttribute="bottom" constant="27" id="0xJ-r6-E0Q"/>
- <constraint firstItem="A5b-uC-ajZ" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="1Cy-IR-M1N"/>
- <constraint firstItem="yzK-wz-6Ax" firstAttribute="centerX" secondItem="Wc6-nX-euB" secondAttribute="centerX" id="30A-iS-YET"/>
- <constraint firstItem="yzK-wz-6Ax" firstAttribute="top" secondItem="Wc6-nX-euB" secondAttribute="bottom" constant="40" id="8Va-fA-x3A"/>
- <constraint firstItem="Wc6-nX-euB" firstAttribute="centerX" secondItem="A5b-uC-ajZ" secondAttribute="centerX" id="LvR-TI-f4a"/>
- <constraint firstItem="A5b-uC-ajZ" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="166" id="fPT-Gv-VXg"/>
- </constraints>
- <connections>
- <outlet property="resetBtn" destination="yzK-wz-6Ax" id="xWh-8c-M9Y"/>
- </connections>
- <point key="canvasLocation" x="139" y="55"/>
- </view>
- </objects>
- <resources>
- <image name="bogo_noNetwork" width="268" height="234"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|