|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="dvH-Ce-6yG"> |
3 | | - <device id="retina4_7" orientation="portrait"> |
4 | | - <adaptation id="fullscreen"/> |
5 | | - </device> |
| 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"/> |
6 | 4 | <dependencies> |
7 | 5 | <deployment identifier="iOS"/> |
8 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18091"/> |
9 | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
10 | 8 | </dependencies> |
11 | 9 | <scenes> |
|
21 | 19 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
22 | 20 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
23 | 21 | <subviews> |
24 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="S9T-hp-Ka1"> |
| 22 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="S9T-hp-Ka1"> |
25 | 23 | <rect key="frame" x="107.5" y="311.5" width="160" height="44"/> |
26 | 24 | <constraints> |
27 | 25 | <constraint firstAttribute="height" constant="44" id="Grv-Ur-3qm"/> |
|
33 | 31 | <action selector="handleLogTokenTouch:" destination="BYZ-38-t0r" eventType="touchUpInside" id="3NM-R6-4A4"/> |
34 | 32 | </connections> |
35 | 33 | </button> |
36 | | - <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HgF-jF-1NC"> |
| 34 | + <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HgF-jF-1NC"> |
37 | 35 | <rect key="frame" x="204" y="233" width="192" height="44"/> |
38 | 36 | <color key="backgroundColor" red="1" green="0.56078431370000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
39 | 37 | <constraints> |
|
57 | 55 | <nil key="textColor"/> |
58 | 56 | <nil key="highlightedColor"/> |
59 | 57 | </label> |
60 | | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No InstanceID token" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="5" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1wF-0v-e01"> |
| 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"> |
61 | 59 | <rect key="frame" x="67.5" y="565" width="240" height="13.5"/> |
62 | 60 | <constraints> |
63 | 61 | <constraint firstAttribute="width" constant="240" id="FXq-Tm-sRh"/> |
|
83 | 81 | <navigationItem key="navigationItem" title="FCM Example" id="uI5-jL-nrY"/> |
84 | 82 | <connections> |
85 | 83 | <outlet property="fcmTokenMessage" destination="RBg-uJ-gCV" id="FUs-GZ-mfF"/> |
86 | | - <outlet property="instanceIDTokenMessage" destination="1wF-0v-e01" id="Dmb-Lh-hLD"/> |
| 84 | + <outlet property="remoteFCMTokenMessage" destination="1wF-0v-e01" id="nDz-D9-60k"/> |
87 | 85 | </connections> |
88 | 86 | </viewController> |
89 | 87 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
|
95 | 93 | <objects> |
96 | 94 | <navigationController id="dvH-Ce-6yG" sceneMemberID="viewController"> |
97 | 95 | <navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="black" id="FZU-Jb-Wzn"> |
98 | | - <rect key="frame" x="0.0" y="20" width="375" height="44"/> |
| 96 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
99 | 97 | <autoresizingMask key="autoresizingMask"/> |
100 | 98 | <color key="barTintColor" red="0.0" green="0.52156862745098043" blue="0.88627450980392153" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
101 | 99 | </navigationBar> |
|
0 commit comments