Launch.storyboard 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="fHE-3G-an2">
  14. <objects>
  15. <viewController id="PIC-Ne-Kfc" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="rlj-Ez-wiX"/>
  18. <viewControllerLayoutGuide type="bottom" id="aUB-9R-Qvp"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="dza-qG-hjg">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="驾校版2" translatesAutoresizingMaskIntoConstraints="NO" id="P40-bh-Mvw">
  25. <rect key="frame" x="156.5" y="584" width="62.5" height="62.5"/>
  26. <constraints>
  27. <constraint firstAttribute="width" secondItem="P40-bh-Mvw" secondAttribute="height" multiplier="1:1" id="3YT-HM-bug"/>
  28. </constraints>
  29. <userDefinedRuntimeAttributes>
  30. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  31. <integer key="value" value="10"/>
  32. </userDefinedRuntimeAttribute>
  33. </userDefinedRuntimeAttributes>
  34. </imageView>
  35. </subviews>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <constraints>
  38. <constraint firstItem="P40-bh-Mvw" firstAttribute="centerX" secondItem="dza-qG-hjg" secondAttribute="centerX" id="BkK-Cf-fMB"/>
  39. <constraint firstItem="aUB-9R-Qvp" firstAttribute="top" secondItem="P40-bh-Mvw" secondAttribute="bottom" constant="20.5" id="dz6-IX-mDd"/>
  40. <constraint firstItem="P40-bh-Mvw" firstAttribute="width" secondItem="dza-qG-hjg" secondAttribute="width" multiplier="1:6" id="rr3-A7-ATi"/>
  41. </constraints>
  42. </view>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="eDi-bR-APJ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="94" y="170"/>
  47. </scene>
  48. </scenes>
  49. <resources>
  50. <image name="驾校版2" width="1024" height="1024"/>
  51. </resources>
  52. </document>