Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -126,6 +126,12 @@ import UIKit | ... | @@ -126,6 +126,12 @@ import UIKit | 
| 126 | 126 | ||
| 127 | // couponBgImage.image = UIImage(named: "coupon_bg", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 127 | // couponBgImage.image = UIImage(named: "coupon_bg", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 
| 128 | 128 | ||
| 129 | + couponImage.layer.opacity = 1 | ||
| 130 | + borderView.layer.opacity = 1 | ||
| 131 | + nameLabel.layer.opacity = 1 | ||
| 132 | + dicountLabel.layer.opacity = 1 | ||
| 133 | + discriptionLabel.layer.opacity = 1 | ||
| 134 | + | ||
| 129 | expirationLabel.isHidden = false | 135 | expirationLabel.isHidden = false | 
| 130 | expirationRedView.isHidden = true | 136 | expirationRedView.isHidden = true | 
| 131 | expirationLabel.text = "Ισχύει έως "+(coupon.expiration ?? "") | 137 | expirationLabel.text = "Ισχύει έως "+(coupon.expiration ?? "") | ... | ... | 
- 
Please register or login to post a comment