Manos Chorianopoulos

fix ContextualViewController title, decription

...@@ -68,8 +68,8 @@ import SwiftEventBus ...@@ -68,8 +68,8 @@ import SwiftEventBus
68 couponImage.contentMode = .scaleAspectFill 68 couponImage.contentMode = .scaleAspectFill
69 couponImageHeight.constant = 230 // 253 // self.uiscreen.height * 0.25 69 couponImageHeight.constant = 230 // 253 // self.uiscreen.height * 0.25
70 70
71 - nameLabel.text = ccms?._title ?? "" 71 + nameLabel.text = ccms?._titleOffer ?? ""
72 - descriptionLabel.text = ccms?._subtitle ?? "" 72 + descriptionLabel.text = ccms?._description ?? ""
73 73
74 redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 18) 74 redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 18)
75 redeemButton.setTitle("Ενεργοποίηση", for: .normal) 75 redeemButton.setTitle("Ενεργοποίηση", for: .normal)
......