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
2025-05-30 10:38:56 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e40b85023b74bc12ba25289dc19856964b03ad01
e40b8502
1 parent
1b8904d5
hide CampaignViewController header
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
e40b850
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
View file @
e40b850
...
...
@@ -408,7 +408,7 @@ import UIKit
if
let
vc
=
storyboard
.
instantiateViewController
(
withIdentifier
:
"CampaignViewController"
)
as?
SwiftWarplyFramework
.
CampaignViewController
{
// vc.campaignUrl = "https://warply.s3.amazonaws.com/dei/campaigns/DehEasterContest_stage/index.html"
vc
.
campaignUrl
=
contestUrls
[
index
]
vc
.
showHeader
=
tru
e
vc
.
showHeader
=
fals
e
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
// self.present(vc, animated: true)
}
...
...
Please
register
or
login
to post a comment