1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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="RQCountdownView">
- <rect key="frame" x="0.0" y="0.0" width="137" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <stackView opaque="NO" contentMode="scaleToFill" distribution="fillProportionally" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="qLh-OB-P2f">
- <rect key="frame" x="0.0" y="14.5" width="137" height="15"/>
- <subviews>
- <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aoW-vB-Ton">
- <rect key="frame" x="0.0" y="0.0" width="15" height="15"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="aoW-vB-Ton" secondAttribute="height" id="JfL-5P-QMZ"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" backgroundImage="开始"/>
- <state key="selected" image="暂停"/>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="倒计时:" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EYe-pi-GOn">
- <rect key="frame" x="19" y="0.0" width="61" height="15"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalCompressionResistancePriority="749" verticalCompressionResistancePriority="749" text="45:00" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IoH-It-RKz">
- <rect key="frame" x="84" y="0.0" width="53" height="15"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </stackView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="aoW-vB-Ton" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="height" multiplier="15/44" id="1Lj-9l-Xk0"/>
- <constraint firstItem="qLh-OB-P2f" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="Jcu-HI-2ra"/>
- <constraint firstItem="qLh-OB-P2f" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Rz1-Ks-1zm"/>
- <constraint firstItem="qLh-OB-P2f" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="ass-fG-7hm"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="countDownBtn" destination="aoW-vB-Ton" id="tiz-Fr-d8x"/>
- <outlet property="timeLabel" destination="IoH-It-RKz" id="hHy-Gv-enU"/>
- </connections>
- <point key="canvasLocation" x="166.66666666666669" y="7.7008928571428568"/>
- </view>
- </objects>
- <resources>
- <image name="开始" width="15" height="15"/>
- <image name="暂停" width="15" height="15"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|