LaunchScreen.storyboard 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="X5k-f2-b5h">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--View Controller-->
  11. <scene sceneID="gAE-YM-kbH">
  12. <objects>
  13. <viewController id="X5k-f2-b5h" sceneMemberID="viewController">
  14. <layoutGuides>
  15. <viewControllerLayoutGuide type="top" id="Y8P-hJ-Z43"/>
  16. <viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/>
  17. </layoutGuides>
  18. <view key="view" contentMode="scaleToFill" id="yd7-JS-zBw">
  19. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="23">
  23. <rect key="frame" x="270" y="270" width="60" height="60"/>
  24. <rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/>
  25. </imageView>
  26. </subviews>
  27. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <constraints>
  30. <constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/>
  31. <constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/>
  32. </constraints>
  33. </view>
  34. </viewController>
  35. <placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/>
  36. </objects>
  37. <point key="canvasLocation" x="349" y="339"/>
  38. </scene>
  39. </scenes>
  40. <resources>
  41. <image name="logo" width="2156" height="2156"/>
  42. </resources>
  43. </document>