Manos Chorianopoulos

discount fix

...@@ -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
......