File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Sample-Swift-UISceneDelegate/Sample-Swift-UISceneDelegate Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <document type =" com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version =" 3.0" toolsVersion =" 18122 " targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" colorMatched =" YES" initialViewController =" vXZ-lx-hvc" >
2
+ <document type =" com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version =" 3.0" toolsVersion =" 21225 " targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" colorMatched =" YES" initialViewController =" vXZ-lx-hvc" >
3
3
<device id =" retina6_1" orientation =" portrait" appearance =" light" />
4
4
<dependencies >
5
5
<deployment identifier =" iOS" />
6
- <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 18093 " />
6
+ <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 21207 " />
7
7
<capability name =" documents saved in the Xcode 8 format" minToolsVersion =" 8.0" />
8
8
</dependencies >
9
9
<scenes >
72
72
</mask >
73
73
</variation >
74
74
<connections >
75
- <action selector =" openMessengerTapped :" destination =" vXZ-lx-hvc" eventType =" touchUpInside" id =" IQb-CZ-THN " />
75
+ <action selector =" openMessenger :" destination =" vXZ-lx-hvc" eventType =" touchUpInside" id =" xjm-9e-eTP " />
76
76
</connections >
77
77
</button >
78
78
<button opaque =" NO" contentMode =" scaleToFill" contentHorizontalAlignment =" center" contentVerticalAlignment =" center" buttonType =" system" lineBreakMode =" middleTruncation" translatesAutoresizingMaskIntoConstraints =" NO" id =" ogC-ME-cPV" >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class ViewController: UIViewController {
59
59
}
60
60
61
61
@IBAction func openArticle( _ sender: Any ) {
62
- Intercom . presentArticle ( < #ARTICLE_ID#> )
62
+ Intercom . presentArticle ( " <#ARTICLE_ID#> " )
63
63
}
64
64
65
65
@IBAction func logout( _ sender: Any ) {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ struct LoggedInView: View {
38
38
}
39
39
40
40
func openArticle( ) {
41
- Intercom . presentArticle ( < #ARTICLE_ID#> )
41
+ Intercom . presentArticle ( " <#ARTICLE_ID#> " )
42
42
}
43
43
44
44
func logoutOfIntercom( ) {
You can’t perform that action at this time.
0 commit comments