Showing
2 changed files
with
2 additions
and
1 deletions
No preview for this file type
... | @@ -42,7 +42,8 @@ import UIKit | ... | @@ -42,7 +42,8 @@ import UIKit |
42 | : data.discountType == "free" ? "Δωρεάν" | 42 | : data.discountType == "free" ? "Δωρεάν" |
43 | : "" | 43 | : "" |
44 | 44 | ||
45 | - discountLabel.text = "\(data.discount)\(discountSymbol)" | 45 | +// discountLabel.text = "\(data.discount)\(discountSymbol)" |
46 | + discountLabel.text = data.discount | ||
46 | discountLabel.font = UIFont(name: "PingLCG-Bold", size: 17) | 47 | discountLabel.font = UIFont(name: "PingLCG-Bold", size: 17) |
47 | discountLabel.textColor = UIColor(rgb: 0xF2F2F2) | 48 | discountLabel.textColor = UIColor(rgb: 0xF2F2F2) |
48 | 49 | ... | ... |
-
Please register or login to post a comment