| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="9HG-hg-zZf">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--Firebase Auth-->
- <scene sceneID="EHf-IW-A2E">
- <objects>
- <viewController id="01J-lp-oVM" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
- </view>
- <navigationItem key="navigationItem" title="Firebase Auth" largeTitleDisplayMode="always" id="6Fc-9p-NcN"/>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="962.31884057971024" y="375"/>
- </scene>
- <!--Firebase Auth-->
- <scene sceneID="4s2-9T-sr6">
- <objects>
- <navigationController title="Firebase Auth" automaticallyAdjustsScrollViewInsets="NO" id="9HG-hg-zZf" sceneMemberID="viewController">
- <toolbarItems/>
- <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="7WM-IN-qHh">
- <rect key="frame" x="0.0" y="44" width="414" height="96"/>
- <autoresizingMask key="autoresizingMask"/>
- <textAttributes key="titleTextAttributes">
- <fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
- <color key="textColor" systemColor="systemOrangeColor" red="1" green="0.58431372550000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </textAttributes>
- <textAttributes key="largeTitleTextAttributes">
- <fontDescription key="fontDescription" type="boldSystem" pointSize="33"/>
- <color key="textColor" systemColor="systemOrangeColor" red="1" green="0.58431372550000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </textAttributes>
- </navigationBar>
- <nil name="viewControllers"/>
- <connections>
- <segue destination="01J-lp-oVM" kind="relationship" relationship="rootViewController" id="Koh-EA-0Mv"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="rjt-gJ-DB8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="52.173913043478265" y="375"/>
- </scene>
- </scenes>
- <color key="tintColor" systemColor="systemOrangeColor" red="1" green="0.58431372550000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </document>
|