Manos Chorianopoulos

minor fix

...@@ -60,7 +60,7 @@ import UIKit ...@@ -60,7 +60,7 @@ import UIKit
60 // termsButton.imageView?.layer.transform = CATransform3DMakeScale(1.5, 1.5, 1.5) 60 // termsButton.imageView?.layer.transform = CATransform3DMakeScale(1.5, 1.5, 1.5)
61 termsButton.setTitle("Όροι χρήσης", for: .normal) 61 termsButton.setTitle("Όροι χρήσης", for: .normal)
62 termsButton.setTitleColor(UIColor(red: 0.25, green: 0.33, blue: 0.39, alpha: 1.00), for: .normal) 62 termsButton.setTitleColor(UIColor(red: 0.25, green: 0.33, blue: 0.39, alpha: 1.00), for: .normal)
63 - termsButton.setImage(UIImage(named: "ic_down_dark.png"), for: .normal) 63 + termsButton.setImage(UIImage(named: "ic_down_dark.png", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil), for: .normal)
64 termsButton.semanticContentAttribute = .forceRightToLeft 64 termsButton.semanticContentAttribute = .forceRightToLeft
65 termsButton.tintColor = UIColor(red: 0.21, green: 0.32, blue: 0.41, alpha: 1.00) 65 termsButton.tintColor = UIColor(red: 0.21, green: 0.32, blue: 0.41, alpha: 1.00)
66 termsButton.imageEdgeInsets = UIEdgeInsets(top: 0, left: 5, bottom: 0, right: 0); 66 termsButton.imageEdgeInsets = UIEdgeInsets(top: 0, left: 5, bottom: 0, right: 0);
......