Manos Chorianopoulos

LoyaltyViewController fixes

...@@ -28,6 +28,8 @@ import UIKit ...@@ -28,6 +28,8 @@ import UIKit
28 closeImage.image = UIImage(named: "close_btn_white", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) 28 closeImage.image = UIImage(named: "close_btn_white", in: MyEmptyClass.resourceBundle(), compatibleWith: nil)
29 logoImage.image = UIImage(named: "epistrofi_logo", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) 29 logoImage.image = UIImage(named: "epistrofi_logo", in: MyEmptyClass.resourceBundle(), compatibleWith: nil)
30 30
31 + closeImage.isHidden = true
32 +
31 // Add shadow 33 // Add shadow
32 filtersView.layer.shadowColor = UIColor(rgb: 0x000000).cgColor 34 filtersView.layer.shadowColor = UIColor(rgb: 0x000000).cgColor
33 filtersView.layer.shadowOffset = CGSize(width: 0.0, height: 10.0) 35 filtersView.layer.shadowOffset = CGSize(width: 0.0, height: 10.0)
......
1 +{
2 + "images" : [
3 + {
4 + "filename" : "header_gradient.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "header_gradient 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "header_gradient 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}