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
2024-02-09 11:06:47 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19e6cadbaca61e40aaee77f86d3a21d0dba61e3b
19e6cadb
1 parent
dfd3fd19
add header to campaigns
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/OffersViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/OffersViewController.swift
View file @
19e6cad
...
...
@@ -97,6 +97,7 @@ extension OffersViewController: UITableViewDelegate, UITableViewDataSource{
print
(
"CampaignUrl url onclick: "
+
url
)
vc
.
campaignUrl
=
url
vc
.
params
=
params
vc
.
showHeader
=
true
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
}
...
...
Please
register
or
login
to post a comment