Main.storyboard 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="taE-sK-BOl">
  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="12088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Firebase Cloud Messaging-->
  13. <scene sceneID="tne-QT-ifu">
  14. <objects>
  15. <viewController id="BYZ-38-t0r" customClass="MessagingViewController" customModule="Messaging_Example" customModuleProvider="target" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  18. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  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="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. </view>
  25. <navigationItem key="navigationItem" title="Firebase Cloud Messaging" id="z1u-kE-qKb"/>
  26. </viewController>
  27. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  28. </objects>
  29. <point key="canvasLocation" x="698" y="164"/>
  30. </scene>
  31. <!--Navigation Controller-->
  32. <scene sceneID="rmF-xz-rwn">
  33. <objects>
  34. <placeholder placeholderIdentifier="IBFirstResponder" id="Ju1-Bj-8eG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  35. <navigationController id="taE-sK-BOl" sceneMemberID="viewController">
  36. <navigationBar key="navigationBar" contentMode="scaleToFill" id="iTL-Kg-11w">
  37. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  38. <autoresizingMask key="autoresizingMask"/>
  39. </navigationBar>
  40. <connections>
  41. <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="04R-HZ-bi6"/>
  42. </connections>
  43. </navigationController>
  44. </objects>
  45. <point key="canvasLocation" x="-92" y="165"/>
  46. </scene>
  47. </scenes>
  48. </document>