|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18121" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="dvH-Ce-6yG"> |
| 3 | + <device id="retina4_7" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18091"/> |
| 7 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 8 | + </dependencies> |
| 9 | + <scenes> |
| 10 | + <!--FCM Example--> |
| 11 | + <scene sceneID="tne-QT-ifu"> |
| 12 | + <objects> |
| 13 | + <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController"> |
| 14 | + <layoutGuides> |
| 15 | + <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
| 16 | + <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
| 17 | + </layoutGuides> |
| 18 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 19 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 20 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 21 | + <subviews> |
| 22 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="S9T-hp-Ka1"> |
| 23 | + <rect key="frame" x="107.5" y="311.5" width="160" height="44"/> |
| 24 | + <constraints> |
| 25 | + <constraint firstAttribute="height" constant="44" id="Grv-Ur-3qm"/> |
| 26 | + <constraint firstAttribute="width" constant="160" id="ggk-PO-zor"/> |
| 27 | + </constraints> |
| 28 | + <fontDescription key="fontDescription" type="system" pointSize="16"/> |
| 29 | + <state key="normal" title="Log Token"/> |
| 30 | + <connections> |
| 31 | + <action selector="handleLogTokenTouch:" destination="BYZ-38-t0r" eventType="touchUpInside" id="3NM-R6-4A4"/> |
| 32 | + </connections> |
| 33 | + </button> |
| 34 | + <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HgF-jF-1NC"> |
| 35 | + <rect key="frame" x="204" y="233" width="192" height="44"/> |
| 36 | + <color key="backgroundColor" red="1" green="0.56078431370000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 37 | + <constraints> |
| 38 | + <constraint firstAttribute="width" constant="192" id="4Yd-c9-aCb"/> |
| 39 | + <constraint firstAttribute="height" constant="44" id="gyc-AL-1xz"/> |
| 40 | + </constraints> |
| 41 | + <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/> |
| 42 | + <state key="normal" title="Subscribe To Weather"> |
| 43 | + <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 44 | + </state> |
| 45 | + <connections> |
| 46 | + <action selector="handleSubscribeTouch:" destination="BYZ-38-t0r" eventType="touchUpInside" id="meX-vb-HDO"/> |
| 47 | + </connections> |
| 48 | + </button> |
| 49 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No FCM token" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="5" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RBg-uJ-gCV"> |
| 50 | + <rect key="frame" x="67.5" y="459" width="240" height="14"/> |
| 51 | + <constraints> |
| 52 | + <constraint firstAttribute="width" constant="240" id="R9g-We-nKc"/> |
| 53 | + </constraints> |
| 54 | + <fontDescription key="fontDescription" type="system" pointSize="11"/> |
| 55 | + <nil key="textColor"/> |
| 56 | + <nil key="highlightedColor"/> |
| 57 | + </label> |
| 58 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No FCM Registration token" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="5" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1wF-0v-e01"> |
| 59 | + <rect key="frame" x="67.5" y="565" width="240" height="13.5"/> |
| 60 | + <constraints> |
| 61 | + <constraint firstAttribute="width" constant="240" id="FXq-Tm-sRh"/> |
| 62 | + </constraints> |
| 63 | + <fontDescription key="fontDescription" type="system" pointSize="11"/> |
| 64 | + <nil key="textColor"/> |
| 65 | + <nil key="highlightedColor"/> |
| 66 | + </label> |
| 67 | + </subviews> |
| 68 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 69 | + <constraints> |
| 70 | + <constraint firstItem="1wF-0v-e01" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="0wR-rN-VBn"/> |
| 71 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="RBg-uJ-gCV" secondAttribute="bottom" constant="194" id="4Cj-3x-9JW"/> |
| 72 | + <constraint firstItem="RBg-uJ-gCV" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="7XG-os-4BL"/> |
| 73 | + <constraint firstItem="RBg-uJ-gCV" firstAttribute="top" secondItem="S9T-hp-Ka1" secondAttribute="bottom" constant="103.5" id="dJ0-an-jgk"/> |
| 74 | + <constraint firstItem="S9T-hp-Ka1" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="eqV-Gc-7aa"/> |
| 75 | + <constraint firstItem="S9T-hp-Ka1" firstAttribute="top" secondItem="HgF-jF-1NC" secondAttribute="bottom" constant="8" id="izK-fQ-Uu7"/> |
| 76 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="1wF-0v-e01" secondAttribute="bottom" constant="88.5" id="p2q-F9-Mpu"/> |
| 77 | + <constraint firstItem="HgF-jF-1NC" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="st1-B5-WH3"/> |
| 78 | + <constraint firstItem="S9T-hp-Ka1" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="wHX-8g-0MB"/> |
| 79 | + </constraints> |
| 80 | + </view> |
| 81 | + <navigationItem key="navigationItem" title="FCM Example" id="uI5-jL-nrY"/> |
| 82 | + <connections> |
| 83 | + <outlet property="fcmTokenMessage" destination="RBg-uJ-gCV" id="FUs-GZ-mfF"/> |
| 84 | + <outlet property="remoteFCMTokenMessage" destination="1wF-0v-e01" id="nDz-D9-60k"/> |
| 85 | + </connections> |
| 86 | + </viewController> |
| 87 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 88 | + </objects> |
| 89 | + <point key="canvasLocation" x="311.19999999999999" y="445.72713643178412"/> |
| 90 | + </scene> |
| 91 | + <!--Navigation Controller--> |
| 92 | + <scene sceneID="BBa-0w-b0R"> |
| 93 | + <objects> |
| 94 | + <navigationController id="dvH-Ce-6yG" sceneMemberID="viewController"> |
| 95 | + <navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="black" id="FZU-Jb-Wzn"> |
| 96 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
| 97 | + <autoresizingMask key="autoresizingMask"/> |
| 98 | + <color key="barTintColor" red="0.0" green="0.52156862745098043" blue="0.88627450980392153" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 99 | + </navigationBar> |
| 100 | + <connections> |
| 101 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="Sil-bt-Y94"/> |
| 102 | + </connections> |
| 103 | + </navigationController> |
| 104 | + <placeholder placeholderIdentifier="IBFirstResponder" id="cPh-2w-0HS" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 105 | + </objects> |
| 106 | + <point key="canvasLocation" x="-381" y="451"/> |
| 107 | + </scene> |
| 108 | + </scenes> |
| 109 | +</document> |
0 commit comments