LaunchScreen.storyboard 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--View Controller-->
  12. <scene sceneID="EHf-IW-A2E">
  13. <objects>
  14. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="backgound.png" translatesAutoresizingMaskIntoConstraints="NO" id="CZi-AR-nMa">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. </imageView>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="57z-YM-3Cv">
  23. <rect key="frame" x="107" y="261" width="200" height="200"/>
  24. <constraints>
  25. <constraint firstAttribute="width" constant="200" id="Axu-ac-qLy"/>
  26. <constraint firstAttribute="height" constant="200" id="fxb-DZ-kmf"/>
  27. </constraints>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="V.1.0" textAlignment="natural" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vlt-bW-n6c">
  30. <rect key="frame" x="189.5" y="851" width="35" height="21"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  32. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  37. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  38. <constraints>
  39. <constraint firstItem="57z-YM-3Cv" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="217" id="3go-Lt-khC"/>
  40. <constraint firstItem="Vlt-bW-n6c" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="I3l-Ux-pzx"/>
  41. <constraint firstAttribute="bottom" secondItem="CZi-AR-nMa" secondAttribute="bottom" id="Olg-DU-dG8"/>
  42. <constraint firstItem="57z-YM-3Cv" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="aY4-DS-SSU"/>
  43. <constraint firstItem="Vlt-bW-n6c" firstAttribute="bottom" secondItem="6Tk-OE-BBY" secondAttribute="bottom" constant="10" id="cfG-Mk-y2g"/>
  44. <constraint firstItem="CZi-AR-nMa" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="dEC-c5-H26"/>
  45. <constraint firstAttribute="trailing" secondItem="CZi-AR-nMa" secondAttribute="trailing" id="djV-wH-li8"/>
  46. <constraint firstItem="CZi-AR-nMa" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="t0n-0m-cfx"/>
  47. </constraints>
  48. </view>
  49. </viewController>
  50. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  51. </objects>
  52. <point key="canvasLocation" x="52.173913043478265" y="375"/>
  53. </scene>
  54. </scenes>
  55. <resources>
  56. <image name="backgound.png" width="606" height="1253"/>
  57. <image name="logo.png" width="500" height="500"/>
  58. <systemColor name="systemBackgroundColor">
  59. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  60. </systemColor>
  61. </resources>
  62. </document>