Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
... | @@ -408,7 +408,7 @@ import UIKit | ... | @@ -408,7 +408,7 @@ import UIKit |
408 | if let vc = storyboard.instantiateViewController(withIdentifier: "CampaignViewController") as? SwiftWarplyFramework.CampaignViewController { | 408 | if let vc = storyboard.instantiateViewController(withIdentifier: "CampaignViewController") as? SwiftWarplyFramework.CampaignViewController { |
409 | // vc.campaignUrl = "https://warply.s3.amazonaws.com/dei/campaigns/DehEasterContest_stage/index.html" | 409 | // vc.campaignUrl = "https://warply.s3.amazonaws.com/dei/campaigns/DehEasterContest_stage/index.html" |
410 | vc.campaignUrl = contestUrls[index] | 410 | vc.campaignUrl = contestUrls[index] |
411 | - vc.showHeader = true | 411 | + vc.showHeader = false |
412 | self.navigationController?.pushViewController(vc, animated: true) | 412 | self.navigationController?.pushViewController(vc, animated: true) |
413 | // self.present(vc, animated: true) | 413 | // self.present(vc, animated: true) |
414 | } | 414 | } | ... | ... |
-
Please register or login to post a comment