12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="PIC-Ne-Kfc">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="fHE-3G-an2">
- <objects>
- <viewController id="PIC-Ne-Kfc" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="rlj-Ez-wiX"/>
- <viewControllerLayoutGuide type="bottom" id="aUB-9R-Qvp"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="dza-qG-hjg">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="驾校版2" translatesAutoresizingMaskIntoConstraints="NO" id="P40-bh-Mvw">
- <rect key="frame" x="156.5" y="584" width="62.5" height="62.5"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="P40-bh-Mvw" secondAttribute="height" multiplier="1:1" id="3YT-HM-bug"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="10"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="P40-bh-Mvw" firstAttribute="centerX" secondItem="dza-qG-hjg" secondAttribute="centerX" id="BkK-Cf-fMB"/>
- <constraint firstItem="aUB-9R-Qvp" firstAttribute="top" secondItem="P40-bh-Mvw" secondAttribute="bottom" constant="20.5" id="dz6-IX-mDd"/>
- <constraint firstItem="P40-bh-Mvw" firstAttribute="width" secondItem="dza-qG-hjg" secondAttribute="width" multiplier="1:6" id="rr3-A7-ATi"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="eDi-bR-APJ" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="94" y="170"/>
- </scene>
- </scenes>
- <resources>
- <image name="驾校版2" width="1024" height="1024"/>
- </resources>
- </document>
|