Showing
25 changed files
with
122 additions
and
7 deletions
No preview for this file type
| ... | @@ -54,7 +54,7 @@ import UIKit | ... | @@ -54,7 +54,7 @@ import UIKit |
| 54 | activeCodeView.layer.shadowOpacity = 1.0 | 54 | activeCodeView.layer.shadowOpacity = 1.0 |
| 55 | activeCodeView.layer.shadowRadius = 6.0 | 55 | activeCodeView.layer.shadowRadius = 6.0 |
| 56 | 56 | ||
| 57 | - activeCodeImage.image = UIImage(named: "active_code_logo", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 57 | + activeCodeImage.image = UIImage(named: "active_code_logo_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 58 | 58 | ||
| 59 | if (dfyCoupons.count > 0) { | 59 | if (dfyCoupons.count > 0) { |
| 60 | if (dfyCoupons.count == 1) { | 60 | if (dfyCoupons.count == 1) { | ... | ... |
| ... | @@ -87,7 +87,7 @@ extension AnalysisHeaderMessageViewCell { | ... | @@ -87,7 +87,7 @@ extension AnalysisHeaderMessageViewCell { |
| 87 | messageLabel.attributedText = coupAttributedString | 87 | messageLabel.attributedText = coupAttributedString |
| 88 | 88 | ||
| 89 | } else { | 89 | } else { |
| 90 | - itemImage.image = UIImage(named: "ic_gift_circle_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 90 | + itemImage.image = UIImage(named: "ic_gift_history", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 91 | 91 | ||
| 92 | let totalCouponDiscount = Float(round(100 * loyaltyBadge._value) / 100) | 92 | let totalCouponDiscount = Float(round(100 * loyaltyBadge._value) / 100) |
| 93 | var totalCouponDiscountString = "0" | 93 | var totalCouponDiscountString = "0" | ... | ... |
| ... | @@ -39,7 +39,7 @@ extension AnalysisHeaderViewCell { | ... | @@ -39,7 +39,7 @@ extension AnalysisHeaderViewCell { |
| 39 | if (isMarket == true) { | 39 | if (isMarket == true) { |
| 40 | itemImage.image = UIImage(named: "ic_history_market", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 40 | itemImage.image = UIImage(named: "ic_history_market", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 41 | } else { | 41 | } else { |
| 42 | - itemImage.image = UIImage(named: "ic_gift_circle_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 42 | + itemImage.image = UIImage(named: "ic_gift_history", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | } | 45 | } | ... | ... |
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/active_code_logo_2.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "active_code_logo_2.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "active_code_logo_2 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "active_code_logo_2 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
5.38 KB
5.38 KB
5.38 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/ic_empty_wallet_2.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "ic_empty_wallet_2.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "ic_empty_wallet_2 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "ic_empty_wallet_2 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
2.97 KB
2.97 KB
2.97 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/ic_gift_history.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "ic_gift_history.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "ic_gift_history 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "ic_gift_history 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
5.11 KB
5.11 KB
5.11 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_coupons_4.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "wallet_coupons_4.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "wallet_coupons_4 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "wallet_coupons_4 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
3.12 KB
3.12 KB
3.12 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_dfy_3.imageset/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "filename" : "wallet_dfy_3.png", | ||
| 5 | + "idiom" : "universal", | ||
| 6 | + "scale" : "1x" | ||
| 7 | + }, | ||
| 8 | + { | ||
| 9 | + "filename" : "wallet_dfy_3 1.png", | ||
| 10 | + "idiom" : "universal", | ||
| 11 | + "scale" : "2x" | ||
| 12 | + }, | ||
| 13 | + { | ||
| 14 | + "filename" : "wallet_dfy_3 2.png", | ||
| 15 | + "idiom" : "universal", | ||
| 16 | + "scale" : "3x" | ||
| 17 | + } | ||
| 18 | + ], | ||
| 19 | + "info" : { | ||
| 20 | + "author" : "xcode", | ||
| 21 | + "version" : 1 | ||
| 22 | + } | ||
| 23 | +} |
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_dfy_3.imageset/wallet_dfy_3 1.png
0 → 100644
5.05 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_dfy_3.imageset/wallet_dfy_3 2.png
0 → 100644
5.05 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_dfy_3.imageset/wallet_dfy_3.png
0 → 100644
5.05 KB
| ... | @@ -119,10 +119,10 @@ import SwiftEventBus | ... | @@ -119,10 +119,10 @@ import SwiftEventBus |
| 119 | } | 119 | } |
| 120 | 120 | ||
| 121 | headerImage.image = UIImage(named: "ic_background_straight", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 121 | headerImage.image = UIImage(named: "ic_background_straight", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 122 | - dfyEarnImage.image = UIImage(named: "wallet_dfy_earn", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 122 | + dfyEarnImage.image = UIImage(named: "wallet_dfy_3", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 123 | - couponEarnImage.image = UIImage(named: "wallet_coupons_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 123 | + couponEarnImage.image = UIImage(named: "wallet_coupons_4", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 124 | dfyLogoImage.image = UIImage(named: "dfy_logo_colored", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 124 | dfyLogoImage.image = UIImage(named: "dfy_logo_colored", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 125 | - activeCodeImage.image = UIImage(named: "active_code_logo", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 125 | + activeCodeImage.image = UIImage(named: "active_code_logo_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 126 | 126 | ||
| 127 | if (profile != nil && !(profile?._image_url is NSNull) && profile?._image_url != nil && profile?._image_url != "") { | 127 | if (profile != nil && !(profile?._image_url is NSNull) && profile?._image_url != nil && profile?._image_url != "") { |
| 128 | 128 | ||
| ... | @@ -401,7 +401,7 @@ import SwiftEventBus | ... | @@ -401,7 +401,7 @@ import SwiftEventBus |
| 401 | myPresentsLabel.isHidden = true | 401 | myPresentsLabel.isHidden = true |
| 402 | } | 402 | } |
| 403 | 403 | ||
| 404 | - emptyImage.image = UIImage(named: "ic_empty_wallet", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 404 | + emptyImage.image = UIImage(named: "ic_empty_wallet_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 405 | emptyLabel.text = "Δεν έχεις κάποιον ενεργό κωδικό ή κουπόνι! Μπες τώρα στην ενότητα COSMOTE For You και βρες αποκλειστικές προσφορές!" | 405 | emptyLabel.text = "Δεν έχεις κάποιον ενεργό κωδικό ή κουπόνι! Μπες τώρα στην ενότητα COSMOTE For You και βρες αποκλειστικές προσφορές!" |
| 406 | 406 | ||
| 407 | updateMarketBadge() | 407 | updateMarketBadge() | ... | ... |
-
Please register or login to post a comment