Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1495,7 +1495,7 @@ public class swiftApi { | ... | @@ -1495,7 +1495,7 @@ public class swiftApi { |
1495 | for item in GlobalVariables.campaigns { | 1495 | for item in GlobalVariables.campaigns { |
1496 | if (item.offer_category == "questionnaire") { | 1496 | if (item.offer_category == "questionnaire") { |
1497 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) | 1497 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) |
1498 | - let vc = storyboard.instantiateViewController(withIdentifier: "CampaignViewController") as! CampaignViewController | 1498 | + let vc = storyboard.instantiateViewController(withIdentifier: "CampaignViewController") as! SwiftWarplyFramework.CampaignViewController |
1499 | let url = swiftApi().constructCampaignUrl(item) | 1499 | let url = swiftApi().constructCampaignUrl(item) |
1500 | vc.campaignUrl = url | 1500 | vc.campaignUrl = url |
1501 | controller.navigationController?.pushViewController(vc, animated: true) | 1501 | controller.navigationController?.pushViewController(vc, animated: true) | ... | ... |
-
Please register or login to post a comment