LaunchScreen.storyboard 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--View Controller-->
  11. <scene sceneID="EHf-IW-A2E">
  12. <objects>
  13. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  14. <layoutGuides>
  15. <viewControllerLayoutGuide type="top" id="pqy-YQ-gkn"/>
  16. <viewControllerLayoutGuide type="bottom" id="aZv-Y4-YYW"/>
  17. </layoutGuides>
  18. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  19. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="oSB-gV-dGR">
  23. <rect key="frame" x="151.33333333333334" y="202" width="125.33333333333334" height="121"/>
  24. <constraints>
  25. <constraint firstAttribute="width" secondItem="oSB-gV-dGR" secondAttribute="height" multiplier="114/110" id="eag-0V-HSB"/>
  26. </constraints>
  27. </imageView>
  28. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchBottomImage" translatesAutoresizingMaskIntoConstraints="NO" id="Ai3-hZ-GKk">
  29. <rect key="frame" x="0.0" y="654" width="428" height="272"/>
  30. <constraints>
  31. <constraint firstAttribute="width" secondItem="Ai3-hZ-GKk" secondAttribute="height" multiplier="373/237" id="rtO-pm-85R"/>
  32. </constraints>
  33. </imageView>
  34. </subviews>
  35. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <constraints>
  37. <constraint firstItem="Ai3-hZ-GKk" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="11R-ec-oja"/>
  38. <constraint firstItem="oSB-gV-dGR" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="110/375" id="GOX-A5-oMw"/>
  39. <constraint firstItem="Ai3-hZ-GKk" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" id="OfJ-xm-LbD"/>
  40. <constraint firstAttribute="bottom" secondItem="Ai3-hZ-GKk" secondAttribute="bottom" id="Zjh-G6-hKG"/>
  41. <constraint firstItem="oSB-gV-dGR" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="ewq-eh-FBP"/>
  42. <constraint firstItem="oSB-gV-dGR" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" constant="202" id="zac-ll-kPY"/>
  43. </constraints>
  44. </view>
  45. </viewController>
  46. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  47. </objects>
  48. <point key="canvasLocation" x="53" y="375"/>
  49. </scene>
  50. </scenes>
  51. <resources>
  52. <image name="LaunchBottomImage" width="374" height="238"/>
  53. <image name="logo" width="110.66666412353516" height="114.66666412353516"/>
  54. </resources>
  55. </document>