Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-07-12 12:49:13 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
692a412414c0e29f240d969b0c7ce0a25dcbf9ab
692a4124
1 parent
4b2b6093
add openPacing log
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
692a412
...
...
@@ -2074,6 +2074,7 @@ public class swiftApi {
let
storyboard
=
UIStoryboard
(
name
:
"Main"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
let
vc
=
storyboard
.
instantiateViewController
(
withIdentifier
:
"CampaignViewController"
)
as!
SwiftWarplyFramework
.
CampaignViewController
let
url
=
swiftApi
()
.
constructCampaignUrl
(
item
)
print
(
"openPacing url: "
+
url
)
vc
.
campaignUrl
=
url
controller
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
break
;
...
...
Please
register
or
login
to post a comment