Manos Chorianopoulos

Add new wallet cells and assets

Showing 20 changed files with 152 additions and 2 deletions
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> 7 <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key>
8 <dict> 8 <dict>
9 <key>orderHint</key> 9 <key>orderHint</key>
10 - <integer>0</integer> 10 + <integer>1</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
23 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; }; 23 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; };
24 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */; }; 24 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */; };
25 1E51678E2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */; }; 25 1E51678E2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */; };
26 + 1E64E8FD2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E64E8FC2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift */; };
27 + 1E64E8FF2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E64E8FE2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift */; };
28 + 1E64E9012B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E64E9002B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift */; };
26 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; 29 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; };
27 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; }; 30 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; };
28 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; }; 31 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; };
...@@ -211,6 +214,9 @@ ...@@ -211,6 +214,9 @@
211 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; }; 214 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; };
212 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; }; 215 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; };
213 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletVouchersBannerTableViewCell.swift; sourceTree = "<group>"; }; 216 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletVouchersBannerTableViewCell.swift; sourceTree = "<group>"; };
217 + 1E64E8FC2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletQuestionnaireBannerTableViewCell.swift; sourceTree = "<group>"; };
218 + 1E64E8FE2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletHistoryBannerTableViewCell.swift; sourceTree = "<group>"; };
219 + 1E64E9002B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletEmptyViewTableViewCell.swift; sourceTree = "<group>"; };
214 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; 220 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; };
215 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; }; 221 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; };
216 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; 222 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; };
...@@ -537,6 +543,9 @@ ...@@ -537,6 +543,9 @@
537 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */, 543 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */,
538 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */, 544 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */,
539 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */, 545 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */,
546 + 1E64E8FC2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift */,
547 + 1E64E8FE2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift */,
548 + 1E64E9002B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift */,
540 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */, 549 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */,
541 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */, 550 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */,
542 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */, 551 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */,
...@@ -981,6 +990,7 @@ ...@@ -981,6 +990,7 @@
981 E6A7791C282933E60045BBA8 /* WLSMSActionHandlerDeprecated.m in Sources */, 990 E6A7791C282933E60045BBA8 /* WLSMSActionHandlerDeprecated.m in Sources */,
982 E6A77934282933E70045BBA8 /* UIActivityIndicatorView+AFNetworking.m in Sources */, 991 E6A77934282933E70045BBA8 /* UIActivityIndicatorView+AFNetworking.m in Sources */,
983 E6A77A34282BB3BB0045BBA8 /* ActiveGiftsViewController.swift in Sources */, 992 E6A77A34282BB3BB0045BBA8 /* ActiveGiftsViewController.swift in Sources */,
993 + 1E64E8FF2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift in Sources */,
984 E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */, 994 E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */,
985 E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */, 995 E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */,
986 E6A778E2282933E60045BBA8 /* CouponsViewController.swift in Sources */, 996 E6A778E2282933E60045BBA8 /* CouponsViewController.swift in Sources */,
...@@ -1044,6 +1054,7 @@ ...@@ -1044,6 +1054,7 @@
1044 1EB5F4CA285370C90016F36E /* LoyaltyAnalysisViewController.swift in Sources */, 1054 1EB5F4CA285370C90016F36E /* LoyaltyAnalysisViewController.swift in Sources */,
1045 E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */, 1055 E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */,
1046 E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */, 1056 E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */,
1057 + 1E64E9012B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift in Sources */,
1047 1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */, 1058 1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */,
1048 1ECA079128D9E3BA00D2BDE0 /* CSMButton.swift in Sources */, 1059 1ECA079128D9E3BA00D2BDE0 /* CSMButton.swift in Sources */,
1049 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */, 1060 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */,
...@@ -1054,6 +1065,7 @@ ...@@ -1054,6 +1065,7 @@
1054 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */, 1065 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */,
1055 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, 1066 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */,
1056 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */, 1067 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */,
1068 + 1E64E8FD2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift in Sources */,
1057 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */, 1069 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */,
1058 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, 1070 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */,
1059 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */, 1071 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */,
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> 7 <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key>
8 <dict> 8 <dict>
9 <key>orderHint</key> 9 <key>orderHint</key>
10 - <integer>1</integer> 10 + <integer>0</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
1 +{
2 + "images" : [
3 + {
4 + "filename" : "ic_empty_wallet_3.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "ic_empty_wallet_3 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "ic_empty_wallet_3 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +{
2 + "images" : [
3 + {
4 + "filename" : "wallet_history_blue.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "wallet_history_blue 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "wallet_history_blue 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +{
2 + "images" : [
3 + {
4 + "filename" : "wallet_plus_blue.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "wallet_plus_blue 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "wallet_plus_blue 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +//
2 +// WalletEmptyViewTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 27/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletEmptyViewTableViewCell: UITableViewCell {
11 +
12 + public override func awakeFromNib() {
13 + super.awakeFromNib()
14 + // Initialization code
15 + }
16 +
17 + public override func setSelected(_ selected: Bool, animated: Bool) {
18 + super.setSelected(selected, animated: animated)
19 +
20 + // Configure the view for the selected state
21 + }
22 +
23 +}
1 +//
2 +// WalletHistoryBannerTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 27/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletHistoryBannerTableViewCell: UITableViewCell {
11 +
12 + public override func awakeFromNib() {
13 + super.awakeFromNib()
14 + // Initialization code
15 + }
16 +
17 + public override func setSelected(_ selected: Bool, animated: Bool) {
18 + super.setSelected(selected, animated: animated)
19 +
20 + // Configure the view for the selected state
21 + }
22 +
23 +}
1 +//
2 +// WalletQuestionnaireBannerTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 27/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletQuestionnaireBannerTableViewCell: UITableViewCell {
11 +
12 + public override func awakeFromNib() {
13 + super.awakeFromNib()
14 + // Initialization code
15 + }
16 +
17 + public override func setSelected(_ selected: Bool, animated: Bool) {
18 + super.setSelected(selected, animated: animated)
19 +
20 + // Configure the view for the selected state
21 + }
22 +
23 +}