Showing
6 changed files
with
24 additions
and
1 deletions
No preview for this file type
| ... | @@ -41,7 +41,7 @@ import UIKit | ... | @@ -41,7 +41,7 @@ import UIKit |
| 41 | inboxView.clipsToBounds = true | 41 | inboxView.clipsToBounds = true |
| 42 | 42 | ||
| 43 | newBadgeImage.image = UIImage(named: "new_icon_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 43 | newBadgeImage.image = UIImage(named: "new_icon_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 44 | - curvedBgImage.image = UIImage(named: "curved_bg_white", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 44 | + curvedBgImage.image = UIImage(named: "curved_bg_white_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 45 | 45 | ||
| 46 | newBadgeImage.isHidden = true | 46 | newBadgeImage.isHidden = true |
| 47 | } | 47 | } | ... | ... |
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/curved_bg_white_2.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "curved_bg_white_2.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "curved_bg_white_2 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "curved_bg_white_2 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
2.81 KB
2.81 KB
-
Please register or login to post a comment