LaunchScreen.storyboard 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="W8p-26-xd6">
  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="14088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="EHf-IW-A2E">
  14. <objects>
  15. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  18. <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. </view>
  25. <navigationItem key="navigationItem" id="U2x-jr-jGf"/>
  26. </viewController>
  27. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  28. </objects>
  29. <point key="canvasLocation" x="1804" y="374.66266866566718"/>
  30. </scene>
  31. <!--Navigation Controller-->
  32. <scene sceneID="fTU-B0-xVc">
  33. <objects>
  34. <navigationController automaticallyAdjustsScrollViewInsets="NO" toolbarHidden="NO" id="W8p-26-xd6" sceneMemberID="viewController">
  35. <toolbarItems/>
  36. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" barStyle="black" id="WVd-ve-g2H">
  37. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  38. <autoresizingMask key="autoresizingMask"/>
  39. </navigationBar>
  40. <nil name="viewControllers"/>
  41. <toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" barStyle="black" id="mpe-5D-NoF">
  42. <rect key="frame" x="0.0" y="623" width="375" height="44"/>
  43. <autoresizingMask key="autoresizingMask"/>
  44. </toolbar>
  45. <connections>
  46. <segue destination="01J-lp-oVM" kind="relationship" relationship="rootViewController" id="J12-gQ-zLm"/>
  47. </connections>
  48. </navigationController>
  49. <placeholder placeholderIdentifier="IBFirstResponder" id="vEG-Zr-bBA" userLabel="First Responder" sceneMemberID="firstResponder"/>
  50. </objects>
  51. <point key="canvasLocation" x="864.79999999999995" y="374.66266866566718"/>
  52. </scene>
  53. </scenes>
  54. </document>