LaunchScreen.storyboard 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="9HG-hg-zZf">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Firebase Auth-->
  13. <scene sceneID="EHf-IW-A2E">
  14. <objects>
  15. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  20. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  21. </view>
  22. <navigationItem key="navigationItem" title="Firebase Auth" largeTitleDisplayMode="always" id="6Fc-9p-NcN"/>
  23. </viewController>
  24. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  25. </objects>
  26. <point key="canvasLocation" x="962.31884057971024" y="375"/>
  27. </scene>
  28. <!--Firebase Auth-->
  29. <scene sceneID="4s2-9T-sr6">
  30. <objects>
  31. <navigationController title="Firebase Auth" automaticallyAdjustsScrollViewInsets="NO" id="9HG-hg-zZf" sceneMemberID="viewController">
  32. <toolbarItems/>
  33. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="7WM-IN-qHh">
  34. <rect key="frame" x="0.0" y="48" width="414" height="96"/>
  35. <autoresizingMask key="autoresizingMask"/>
  36. <textAttributes key="titleTextAttributes">
  37. <fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
  38. <color key="textColor" systemColor="systemOrangeColor"/>
  39. </textAttributes>
  40. <textAttributes key="largeTitleTextAttributes">
  41. <fontDescription key="fontDescription" type="boldSystem" pointSize="33"/>
  42. <color key="textColor" systemColor="systemOrangeColor"/>
  43. </textAttributes>
  44. </navigationBar>
  45. <nil name="viewControllers"/>
  46. <connections>
  47. <segue destination="01J-lp-oVM" kind="relationship" relationship="rootViewController" id="Koh-EA-0Mv"/>
  48. </connections>
  49. </navigationController>
  50. <placeholder placeholderIdentifier="IBFirstResponder" id="rjt-gJ-DB8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  51. </objects>
  52. <point key="canvasLocation" x="52.173913043478265" y="375"/>
  53. </scene>
  54. </scenes>
  55. <color key="tintColor" systemColor="systemOrangeColor"/>
  56. <resources>
  57. <systemColor name="systemBackgroundColor">
  58. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  59. </systemColor>
  60. <systemColor name="systemOrangeColor">
  61. <color red="1" green="0.58431372550000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  62. </systemColor>
  63. </resources>
  64. </document>