1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TimingBaseVC">
- <connections>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <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="TimingBgImg" translatesAutoresizingMaskIntoConstraints="NO" id="IJK-si-TNy">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="IJK-si-TNy" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="RGg-Ge-MAZ"/>
- <constraint firstAttribute="trailing" secondItem="IJK-si-TNy" secondAttribute="trailing" id="kIZ-UE-tIf"/>
- <constraint firstAttribute="bottom" secondItem="IJK-si-TNy" secondAttribute="bottom" id="lnb-oB-Z9B"/>
- <constraint firstItem="IJK-si-TNy" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="rEe-1C-drK"/>
- </constraints>
- </view>
- </objects>
- <resources>
- <image name="TimingBgImg" width="320" height="568"/>
- </resources>
- </document>
|