Showing
3 changed files
with
2 additions
and
1 deletions
No preview for this file type
| ... | @@ -88,7 +88,7 @@ import UIKit | ... | @@ -88,7 +88,7 @@ import UIKit |
| 88 | 88 | ||
| 89 | // okButton | 89 | // okButton |
| 90 | okButton.titleLabel?.font = UIFont(name: "PeridotPE-Bold", size: 15) | 90 | okButton.titleLabel?.font = UIFont(name: "PeridotPE-Bold", size: 15) |
| 91 | - okButton.setTitle("Επιστροφή στο Supermarket Deals", for: .normal) | 91 | + okButton.setTitle("Επιστροφή", for: .normal) |
| 92 | okButton.setTitleColor(.white, for: .normal) | 92 | okButton.setTitleColor(.white, for: .normal) |
| 93 | okButton.backgroundColor = UIColor(rgb: 0x0EA600) | 93 | okButton.backgroundColor = UIColor(rgb: 0x0EA600) |
| 94 | okButton.layer.cornerRadius = 10.0 | 94 | okButton.layer.cornerRadius = 10.0 | ... | ... |
| ... | @@ -208,6 +208,7 @@ import SwiftEventBus | ... | @@ -208,6 +208,7 @@ import SwiftEventBus |
| 208 | 208 | ||
| 209 | couponsValueAttributedString.append(couponsValueBoldString) | 209 | couponsValueAttributedString.append(couponsValueBoldString) |
| 210 | couponsValueLabel.attributedText = couponsValueAttributedString | 210 | couponsValueLabel.attributedText = couponsValueAttributedString |
| 211 | + couponsValueLabel.textAlignment = .left | ||
| 211 | 212 | ||
| 212 | let supermarkets: Array<swiftApi.SupermarketModel> = marketPassDetails?._supermarkets ?? [] | 213 | let supermarkets: Array<swiftApi.SupermarketModel> = marketPassDetails?._supermarkets ?? [] |
| 213 | 214 | ... | ... |
-
Please register or login to post a comment