Showing
6 changed files
with
25 additions
and
0 deletions
No preview for this file type
| ... | @@ -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) | ... | ... | 
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/header_gradient.imageset/Contents.json
0 → 100644
| 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 | +} | 
 
142 KB
 
142 KB
- 
Please register or login to post a comment
 
