Skip to content

Commit 53653d8

Browse files
committed
Update
1 parent 6cd0083 commit 53653d8

File tree

3 files changed

+3
-56
lines changed

3 files changed

+3
-56
lines changed

BannerAdvancedExamples/BannerAdvancedExamples/Base.lproj/Main.storyboard

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
33
<device id="retina6_1" orientation="portrait" appearance="light"/>
44
<dependencies>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
5+
<deployment identifier="iOS"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
67
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
78
<capability name="System colors in document resources" minToolsVersion="11.0"/>
89
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -61,42 +62,12 @@
6162
<connections>
6263
<outlet property="label1" destination="QDf-hH-JBl" id="MQp-po-Jm9"/>
6364
<outlet property="scrollView" destination="LEM-Xp-Xa5" id="Cgj-cA-bII"/>
64-
<segue destination="a1M-6H-Zke" kind="presentation" identifier="show_landing_page" id="hm7-db-lnR"/>
6565
</connections>
6666
</viewController>
6767
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
6868
</objects>
6969
<point key="canvasLocation" x="137.68115942028987" y="78.348214285714278"/>
7070
</scene>
71-
<!--View Controller-->
72-
<scene sceneID="Xfk-9Z-sUH">
73-
<objects>
74-
<viewController id="a1M-6H-Zke" sceneMemberID="viewController">
75-
<view key="view" contentMode="scaleToFill" id="XrP-Wg-gyZ">
76-
<rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
77-
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
78-
<subviews>
79-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DeepLink Landing Page" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GYH-ha-8kP">
80-
<rect key="frame" x="20" y="349.5" width="374" height="143.5"/>
81-
<fontDescription key="fontDescription" type="system" pointSize="60"/>
82-
<nil key="textColor"/>
83-
<nil key="highlightedColor"/>
84-
</label>
85-
</subviews>
86-
<viewLayoutGuide key="safeArea" id="BvC-hF-uHa"/>
87-
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
88-
<constraints>
89-
<constraint firstItem="GYH-ha-8kP" firstAttribute="leading" secondItem="XrP-Wg-gyZ" secondAttribute="leading" constant="20" id="FZ7-gL-kcq"/>
90-
<constraint firstItem="GYH-ha-8kP" firstAttribute="centerX" secondItem="XrP-Wg-gyZ" secondAttribute="centerX" id="cOd-ST-1L4"/>
91-
<constraint firstAttribute="trailing" secondItem="GYH-ha-8kP" secondAttribute="trailing" constant="20" id="nkh-NY-t3e"/>
92-
<constraint firstItem="GYH-ha-8kP" firstAttribute="centerY" secondItem="XrP-Wg-gyZ" secondAttribute="centerY" id="rU9-hV-OWe"/>
93-
</constraints>
94-
</view>
95-
</viewController>
96-
<placeholder placeholderIdentifier="IBFirstResponder" id="Y5b-RV-wq9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
97-
</objects>
98-
<point key="canvasLocation" x="1036" y="78"/>
99-
</scene>
10071
</scenes>
10172
<resources>
10273
<systemColor name="systemBackgroundColor">

BannerAdvancedExamples/BannerAdvancedExamples/Info.plist

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleURLTypes</key>
6-
<array>
7-
<dict>
8-
<key>CFBundleTypeRole</key>
9-
<string>Editor</string>
10-
<key>CFBundleURLName</key>
11-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
12-
<key>CFBundleURLSchemes</key>
13-
<array>
14-
<string>fluctdemoapp</string>
15-
</array>
16-
</dict>
17-
</array>
185
<key>UIApplicationSceneManifest</key>
196
<dict>
207
<key>UIApplicationSupportsMultipleScenes</key>

BannerAdvancedExamples/BannerAdvancedExamples/SceneDelegate.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,5 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
4444
// Use this method to save data, release shared resources, and store enough scene-specific state information
4545
// to restore the scene back to its current state.
4646
}
47-
48-
func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) {
49-
guard let url = URLContexts.first?.url,
50-
let components = URLComponents(string: url.absoluteString),
51-
let scheme = components.scheme else {
52-
return
53-
}
54-
if scheme == "fluctdemoapp" {
55-
window?.rootViewController?.performSegue(withIdentifier: "show_landing_page", sender: window?.rootViewController)
56-
}
57-
}
5847
}
5948

0 commit comments

Comments
 (0)