Manos Chorianopoulos

add vcs and assets

Showing 36 changed files with 407 additions and 95 deletions
1 Pod::Spec.new do |spec| 1 Pod::Spec.new do |spec|
2 2
3 spec.name = "SwiftWarplyFramework" 3 spec.name = "SwiftWarplyFramework"
4 - spec.version = "0.2.50" 4 + spec.version = "eur-0.0.1"
5 spec.summary = "A framework used for several functionalities." 5 spec.summary = "A framework used for several functionalities."
6 6
7 spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app." 7 spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app."
...@@ -17,7 +17,7 @@ Pod::Spec.new do |spec| ...@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
17 17
18 spec.platform = :ios, "11.0" 18 spec.platform = :ios, "11.0"
19 19
20 - spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.50" } 20 + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "eur-0.0.1" }
21 # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" 21 # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h"
22 spec.source_files = 'SwiftWarplyFramework/*.xcassets', 'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets', "SwiftWarplyFramework/*.png", "SwiftWarplyFramework/*.xcassets", "SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets","SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/**/*.{h,m}", "SwiftWarplyFramework/**/**/*.{h,m}", "SwiftWarplyFramework/**/**/**/*.{h,m}", "SwiftWarplyFramework/*.swift", "*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,xcassets}" 22 spec.source_files = 'SwiftWarplyFramework/*.xcassets', 'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets', "SwiftWarplyFramework/*.png", "SwiftWarplyFramework/*.xcassets", "SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets","SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/**/*.{h,m}", "SwiftWarplyFramework/**/**/*.{h,m}", "SwiftWarplyFramework/**/**/**/*.{h,m}", "SwiftWarplyFramework/*.swift", "*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,xcassets}"
23 # 'SwiftWarplyFramework/**/*', 23 # 'SwiftWarplyFramework/**/*',
......
...@@ -55,7 +55,11 @@ ...@@ -55,7 +55,11 @@
55 1EDCB47A29DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */; }; 55 1EDCB47A29DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */; };
56 1EDCDFAC28DB29E8002ED8F0 /* AnalysisMoreViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDCDFAB28DB29E8002ED8F0 /* AnalysisMoreViewCell.swift */; }; 56 1EDCDFAC28DB29E8002ED8F0 /* AnalysisMoreViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDCDFAB28DB29E8002ED8F0 /* AnalysisMoreViewCell.swift */; };
57 1EDD4F892AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */; }; 57 1EDD4F892AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */; };
58 + 1EE509FF2B72843E0089134D /* OffersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EE509FE2B72843E0089134D /* OffersViewController.swift */; };
58 1EE67DA32AE2AF2B0057C8CC /* UnifiedCouponsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EE67DA22AE2AF2B0057C8CC /* UnifiedCouponsViewController.swift */; }; 59 1EE67DA32AE2AF2B0057C8CC /* UnifiedCouponsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EE67DA22AE2AF2B0057C8CC /* UnifiedCouponsViewController.swift */; };
60 + 1EEA9FD02B7371670019C854 /* OffersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */; };
61 + 1EEA9FD22B737D900019C854 /* LoyaltyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */; };
62 + 1EEA9FD42B7384260019C854 /* FiltersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */; };
59 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0D5F56DD4E5371A50AD2D87 /* Pods_SwiftWarplyFramework.framework */; }; 63 7630AD9A6242D60846D6750C /* Pods_SwiftWarplyFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0D5F56DD4E5371A50AD2D87 /* Pods_SwiftWarplyFramework.framework */; };
60 A02F34052882B6E60086465F /* TelcoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A02F34042882B6E60086465F /* TelcoViewController.swift */; }; 64 A02F34052882B6E60086465F /* TelcoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A02F34042882B6E60086465F /* TelcoViewController.swift */; };
61 A04D31DE288FF670000E43B5 /* HistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A04D31DD288FF670000E43B5 /* HistoryViewController.swift */; }; 65 A04D31DE288FF670000E43B5 /* HistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A04D31DD288FF670000E43B5 /* HistoryViewController.swift */; };
...@@ -242,7 +246,11 @@ ...@@ -242,7 +246,11 @@
242 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBarcodeViewController.swift; sourceTree = "<group>"; }; 246 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBarcodeViewController.swift; sourceTree = "<group>"; };
243 1EDCDFAB28DB29E8002ED8F0 /* AnalysisMoreViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalysisMoreViewCell.swift; sourceTree = "<group>"; }; 247 1EDCDFAB28DB29E8002ED8F0 /* AnalysisMoreViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalysisMoreViewCell.swift; sourceTree = "<group>"; };
244 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoyaltyHistoryViewController.swift; sourceTree = "<group>"; }; 248 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoyaltyHistoryViewController.swift; sourceTree = "<group>"; };
249 + 1EE509FE2B72843E0089134D /* OffersViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffersViewController.swift; sourceTree = "<group>"; };
245 1EE67DA22AE2AF2B0057C8CC /* UnifiedCouponsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponsViewController.swift; sourceTree = "<group>"; }; 250 1EE67DA22AE2AF2B0057C8CC /* UnifiedCouponsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponsViewController.swift; sourceTree = "<group>"; };
251 + 1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OffersTableViewCell.swift; sourceTree = "<group>"; };
252 + 1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoyaltyViewController.swift; sourceTree = "<group>"; };
253 + 1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiltersTableViewCell.swift; sourceTree = "<group>"; };
246 A02F34042882B6E60086465F /* TelcoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TelcoViewController.swift; sourceTree = "<group>"; }; 254 A02F34042882B6E60086465F /* TelcoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TelcoViewController.swift; sourceTree = "<group>"; };
247 A04D31DD288FF670000E43B5 /* HistoryViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoryViewController.swift; sourceTree = "<group>"; }; 255 A04D31DD288FF670000E43B5 /* HistoryViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoryViewController.swift; sourceTree = "<group>"; };
248 A079366D2885D07700064122 /* AnalysisChildViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalysisChildViewController.swift; sourceTree = "<group>"; }; 256 A079366D2885D07700064122 /* AnalysisChildViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalysisChildViewController.swift; sourceTree = "<group>"; };
...@@ -427,6 +435,24 @@ ...@@ -427,6 +435,24 @@
427 name = Fonts; 435 name = Fonts;
428 sourceTree = "<group>"; 436 sourceTree = "<group>";
429 }; 437 };
438 + 1EE50A002B7286F20089134D /* screens */ = {
439 + isa = PBXGroup;
440 + children = (
441 + 1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */,
442 + 1EE509FE2B72843E0089134D /* OffersViewController.swift */,
443 + );
444 + name = screens;
445 + sourceTree = "<group>";
446 + };
447 + 1EE50A022B7287330089134D /* cells */ = {
448 + isa = PBXGroup;
449 + children = (
450 + 1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */,
451 + 1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */,
452 + );
453 + name = cells;
454 + sourceTree = "<group>";
455 + };
430 98AD36FA62350CEABCD961A7 /* Frameworks */ = { 456 98AD36FA62350CEABCD961A7 /* Frameworks */ = {
431 isa = PBXGroup; 457 isa = PBXGroup;
432 children = ( 458 children = (
...@@ -503,6 +529,14 @@ ...@@ -503,6 +529,14 @@
503 E6A77850282933340045BBA8 /* SwiftWarplyFramework */ = { 529 E6A77850282933340045BBA8 /* SwiftWarplyFramework */ = {
504 isa = PBXGroup; 530 isa = PBXGroup;
505 children = ( 531 children = (
532 + E6A77A37282BC3530045BBA8 /* Media.xcassets */,
533 + E6A77861282933E50045BBA8 /* Main.storyboard */,
534 + 1ECA079328D9E53F00D2BDE0 /* MapsViewController.xib */,
535 + 1ECA079228D9E53F00D2BDE0 /* MapsViewController.swift */,
536 + 1EE50A002B7286F20089134D /* screens */,
537 + 1EE50A022B7287330089134D /* cells */,
538 + E6A778DE282933E60045BBA8 /* GiftsViewController.swift */,
539 + 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */,
506 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */, 540 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */,
507 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */, 541 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */,
508 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */, 542 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */,
...@@ -523,8 +557,6 @@ ...@@ -523,8 +557,6 @@
523 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */, 557 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */,
524 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */, 558 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */,
525 E6A77863282933E50045BBA8 /* DetailsViewController.swift */, 559 E6A77863282933E50045BBA8 /* DetailsViewController.swift */,
526 - E6A778DE282933E60045BBA8 /* GiftsViewController.swift */,
527 - 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */,
528 1EBE97202865EE460080EFF7 /* MFYInboxTableViewCell.swift */, 560 1EBE97202865EE460080EFF7 /* MFYInboxTableViewCell.swift */,
529 E6A778DB282933E60045BBA8 /* MFYViewController.swift */, 561 E6A778DB282933E60045BBA8 /* MFYViewController.swift */,
530 E6A7785F282933E40045BBA8 /* WalletViewController.swift */, 562 E6A7785F282933E40045BBA8 /* WalletViewController.swift */,
...@@ -532,7 +564,6 @@ ...@@ -532,7 +564,6 @@
532 E6A77A33282BB3BB0045BBA8 /* ActiveGiftsViewController.swift */, 564 E6A77A33282BB3BB0045BBA8 /* ActiveGiftsViewController.swift */,
533 E6A77A35282BB4CB0045BBA8 /* MakeItAPresentViewController.swift */, 565 E6A77A35282BB4CB0045BBA8 /* MakeItAPresentViewController.swift */,
534 E6A7785A282933E40045BBA8 /* Helpers */, 566 E6A7785A282933E40045BBA8 /* Helpers */,
535 - E6A77861282933E50045BBA8 /* Main.storyboard */,
536 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */, 567 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */,
537 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */, 568 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */,
538 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */, 569 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */,
...@@ -557,10 +588,7 @@ ...@@ -557,10 +588,7 @@
557 E6A77865282933E50045BBA8 /* Warply */, 588 E6A77865282933E50045BBA8 /* Warply */,
558 E6A77851282933340045BBA8 /* SwiftWarplyFramework.h */, 589 E6A77851282933340045BBA8 /* SwiftWarplyFramework.h */,
559 E6A77852282933340045BBA8 /* SwiftWarplyFramework.docc */, 590 E6A77852282933340045BBA8 /* SwiftWarplyFramework.docc */,
560 - E6A77A37282BC3530045BBA8 /* Media.xcassets */,
561 - 1ECA079228D9E53F00D2BDE0 /* MapsViewController.swift */,
562 1ECA079628D9E66200D2BDE0 /* MerchantAnnotation.swift */, 591 1ECA079628D9E66200D2BDE0 /* MerchantAnnotation.swift */,
563 - 1ECA079328D9E53F00D2BDE0 /* MapsViewController.xib */,
564 ); 592 );
565 path = SwiftWarplyFramework; 593 path = SwiftWarplyFramework;
566 sourceTree = "<group>"; 594 sourceTree = "<group>";
...@@ -1037,6 +1065,7 @@ ...@@ -1037,6 +1065,7 @@
1037 E6A77915282933E60045BBA8 /* WLUtils.m in Sources */, 1065 E6A77915282933E60045BBA8 /* WLUtils.m in Sources */,
1038 E6A77A36282BB4CB0045BBA8 /* MakeItAPresentViewController.swift in Sources */, 1066 E6A77A36282BB4CB0045BBA8 /* MakeItAPresentViewController.swift in Sources */,
1039 E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */, 1067 E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */,
1068 + 1EE509FF2B72843E0089134D /* OffersViewController.swift in Sources */,
1040 E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */, 1069 E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */,
1041 1EA771AC290977CA0030924C /* CopyableLabel.swift in Sources */, 1070 1EA771AC290977CA0030924C /* CopyableLabel.swift in Sources */,
1042 1EB236AB28816B680063777A /* ShareViewController.swift in Sources */, 1071 1EB236AB28816B680063777A /* ShareViewController.swift in Sources */,
...@@ -1052,13 +1081,16 @@ ...@@ -1052,13 +1081,16 @@
1052 A079366E2885D07700064122 /* AnalysisChildViewController.swift in Sources */, 1081 A079366E2885D07700064122 /* AnalysisChildViewController.swift in Sources */,
1053 E6A77950282933E70045BBA8 /* FMResultSet.m in Sources */, 1082 E6A77950282933E70045BBA8 /* FMResultSet.m in Sources */,
1054 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */, 1083 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */,
1084 + 1EEA9FD42B7384260019C854 /* FiltersTableViewCell.swift in Sources */,
1055 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, 1085 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */,
1056 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */, 1086 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */,
1057 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */, 1087 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */,
1058 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, 1088 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */,
1059 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */, 1089 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */,
1090 + 1EEA9FD22B737D900019C854 /* LoyaltyViewController.swift in Sources */,
1060 E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */, 1091 E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */,
1061 E6A778E1282933E60045BBA8 /* CouponViewController.swift in Sources */, 1092 E6A778E1282933E60045BBA8 /* CouponViewController.swift in Sources */,
1093 + 1EEA9FD02B7371670019C854 /* OffersTableViewCell.swift in Sources */,
1062 E6A77924282933E70045BBA8 /* NSString+SSToolkitAdditions.m in Sources */, 1094 E6A77924282933E70045BBA8 /* NSString+SSToolkitAdditions.m in Sources */,
1063 A04D31DE288FF670000E43B5 /* HistoryViewController.swift in Sources */, 1095 A04D31DE288FF670000E43B5 /* HistoryViewController.swift in Sources */,
1064 E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */, 1096 E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */,
......
1 +//
2 +// FiltersTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 7/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class FiltersTableViewCell: 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 +// LoyaltyViewController.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 7/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +class LoyaltyViewController: UIViewController {
11 +
12 + override func viewDidLoad() {
13 + super.viewDidLoad()
14 +
15 + // Do any additional setup after loading the view.
16 + }
17 +
18 +
19 + /*
20 + // MARK: - Navigation
21 +
22 + // In a storyboard-based application, you will often want to do a little preparation before navigation
23 + override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
24 + // Get the new view controller using segue.destination.
25 + // Pass the selected object to the new view controller.
26 + }
27 + */
28 +
29 +}
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> 2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3 <device id="retina6_1" orientation="portrait" appearance="light"/> 3 <device id="retina6_1" orientation="portrait" appearance="light"/>
4 <dependencies> 4 <dependencies>
5 <deployment identifier="iOS"/> 5 <deployment identifier="iOS"/>
6 - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/> 6 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
7 <capability name="Safe area layout guides" minToolsVersion="9.0"/> 7 <capability name="Safe area layout guides" minToolsVersion="9.0"/>
8 <capability name="System colors in document resources" minToolsVersion="11.0"/> 8 <capability name="System colors in document resources" minToolsVersion="11.0"/>
9 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 9 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
...@@ -2668,23 +2668,23 @@ ...@@ -2668,23 +2668,23 @@
2668 </connections> 2668 </connections>
2669 </tableViewCell> 2669 </tableViewCell>
2670 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponsTableViewCellId" id="DUH-nG-QWi" customClass="UnifiedCouponsTableViewCell" customModule="SwiftWarplyFramework"> 2670 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponsTableViewCellId" id="DUH-nG-QWi" customClass="UnifiedCouponsTableViewCell" customModule="SwiftWarplyFramework">
2671 - <rect key="frame" x="0.0" y="883" width="414" height="44"/> 2671 + <rect key="frame" x="0.0" y="883" width="414" height="64.5"/>
2672 <autoresizingMask key="autoresizingMask"/> 2672 <autoresizingMask key="autoresizingMask"/>
2673 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="DUH-nG-QWi" id="rx6-wA-MYI"> 2673 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="DUH-nG-QWi" id="rx6-wA-MYI">
2674 - <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> 2674 + <rect key="frame" x="0.0" y="0.0" width="414" height="64.5"/>
2675 <autoresizingMask key="autoresizingMask"/> 2675 <autoresizingMask key="autoresizingMask"/>
2676 <subviews> 2676 <subviews>
2677 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WW2-mP-ZJD"> 2677 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WW2-mP-ZJD">
2678 - <rect key="frame" x="10" y="0.0" width="394" height="44"/> 2678 + <rect key="frame" x="10" y="0.0" width="394" height="64.5"/>
2679 <subviews> 2679 <subviews>
2680 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="Gde-3J-Ew9"> 2680 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="Gde-3J-Ew9">
2681 - <rect key="frame" x="0.0" y="0.0" width="394" height="44"/> 2681 + <rect key="frame" x="0.0" y="0.0" width="394" height="64.5"/>
2682 </imageView> 2682 </imageView>
2683 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="87q-5c-uea"> 2683 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="87q-5c-uea">
2684 - <rect key="frame" x="20" y="10" width="79" height="24"/> 2684 + <rect key="frame" x="20" y="10" width="79" height="44.5"/>
2685 <subviews> 2685 <subviews>
2686 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XsA-Nw-7Pr"> 2686 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XsA-Nw-7Pr">
2687 - <rect key="frame" x="18" y="18" width="43" height="0.0"/> 2687 + <rect key="frame" x="18" y="18" width="43" height="8.5"/>
2688 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2688 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2689 </imageView> 2689 </imageView>
2690 </subviews> 2690 </subviews>
...@@ -2697,7 +2697,7 @@ ...@@ -2697,7 +2697,7 @@
2697 </constraints> 2697 </constraints>
2698 </view> 2698 </view>
2699 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="u97-5H-Y40"> 2699 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="u97-5H-Y40">
2700 - <rect key="frame" x="104" y="10" width="10" height="24"/> 2700 + <rect key="frame" x="104" y="10" width="10" height="44.5"/>
2701 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2701 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2702 <constraints> 2702 <constraints>
2703 <constraint firstAttribute="width" constant="10" id="Tcx-FG-KC0"/> 2703 <constraint firstAttribute="width" constant="10" id="Tcx-FG-KC0"/>
...@@ -2710,13 +2710,13 @@ ...@@ -2710,13 +2710,13 @@
2710 <nil key="highlightedColor"/> 2710 <nil key="highlightedColor"/>
2711 </label> 2711 </label>
2712 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KJD-Db-B4t"> 2712 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KJD-Db-B4t">
2713 - <rect key="frame" x="292.5" y="14.5" width="81.5" height="15"/> 2713 + <rect key="frame" x="292.5" y="25" width="81.5" height="15"/>
2714 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 2714 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
2715 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 2715 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
2716 <nil key="highlightedColor"/> 2716 <nil key="highlightedColor"/>
2717 </label> 2717 </label>
2718 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C5t-xz-oAO"> 2718 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C5t-xz-oAO">
2719 - <rect key="frame" x="119" y="14" width="255" height="15"/> 2719 + <rect key="frame" x="119" y="34.5" width="255" height="15"/>
2720 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 2720 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
2721 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 2721 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
2722 <nil key="highlightedColor"/> 2722 <nil key="highlightedColor"/>
...@@ -2766,23 +2766,23 @@ ...@@ -2766,23 +2766,23 @@
2766 </connections> 2766 </connections>
2767 </tableViewCell> 2767 </tableViewCell>
2768 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework"> 2768 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework">
2769 - <rect key="frame" x="0.0" y="927" width="414" height="260"/> 2769 + <rect key="frame" x="0.0" y="947.5" width="414" height="44"/>
2770 <autoresizingMask key="autoresizingMask"/> 2770 <autoresizingMask key="autoresizingMask"/>
2771 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> 2771 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA">
2772 - <rect key="frame" x="0.0" y="0.0" width="414" height="260"/> 2772 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
2773 <autoresizingMask key="autoresizingMask"/> 2773 <autoresizingMask key="autoresizingMask"/>
2774 <subviews> 2774 <subviews>
2775 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0"> 2775 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0">
2776 - <rect key="frame" x="0.0" y="0.0" width="414" height="260"/> 2776 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
2777 <subviews> 2777 <subviews>
2778 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="COSMOTE Επιβράβευση" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z0E-V6-vKD"> 2778 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="COSMOTE Επιβράβευση" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z0E-V6-vKD">
2779 - <rect key="frame" x="20" y="30" width="374" height="21"/> 2779 + <rect key="frame" x="20" y="30" width="374" height="0.0"/>
2780 <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="21"/> 2780 <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="21"/>
2781 <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2781 <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2782 <nil key="highlightedColor"/> 2782 <nil key="highlightedColor"/>
2783 </label> 2783 </label>
2784 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kge-nO-6ZA" userLabel="BadgesView"> 2784 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kge-nO-6ZA" userLabel="BadgesView">
2785 - <rect key="frame" x="0.0" y="65" width="414" height="195"/> 2785 + <rect key="frame" x="0.0" y="44" width="414" height="0.0"/>
2786 <subviews> 2786 <subviews>
2787 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_badge_lines" translatesAutoresizingMaskIntoConstraints="NO" id="Cib-tj-hT7"> 2787 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_badge_lines" translatesAutoresizingMaskIntoConstraints="NO" id="Cib-tj-hT7">
2788 <rect key="frame" x="7" y="50" width="400" height="80"/> 2788 <rect key="frame" x="7" y="50" width="400" height="80"/>
...@@ -2860,19 +2860,19 @@ ...@@ -2860,19 +2860,19 @@
2860 </constraints> 2860 </constraints>
2861 </view> 2861 </view>
2862 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qge-34-vJ3"> 2862 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qge-34-vJ3">
2863 - <rect key="frame" x="169.5" y="120" width="75" height="75"/> 2863 + <rect key="frame" x="169.5" y="120" width="75" height="73"/>
2864 <subviews> 2864 <subviews>
2865 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_earn" translatesAutoresizingMaskIntoConstraints="NO" id="gGn-2u-akB"> 2865 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_earn" translatesAutoresizingMaskIntoConstraints="NO" id="gGn-2u-akB">
2866 - <rect key="frame" x="0.0" y="0.0" width="75" height="75"/> 2866 + <rect key="frame" x="0.0" y="0.0" width="75" height="73"/>
2867 </imageView> 2867 </imageView>
2868 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8JV-5a-Jar"> 2868 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8JV-5a-Jar">
2869 - <rect key="frame" x="5" y="46" width="65" height="11"/> 2869 + <rect key="frame" x="5" y="44" width="65" height="11"/>
2870 <fontDescription key="fontDescription" name="PFSquareSansPro-ExtraBlack" family="PF Square Sans Pro" pointSize="11"/> 2870 <fontDescription key="fontDescription" name="PFSquareSansPro-ExtraBlack" family="PF Square Sans Pro" pointSize="11"/>
2871 <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/> 2871 <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/>
2872 <nil key="highlightedColor"/> 2872 <nil key="highlightedColor"/>
2873 </label> 2873 </label>
2874 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UC-iU-ey4"> 2874 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UC-iU-ey4">
2875 - <rect key="frame" x="0.0" y="0.0" width="75" height="75"/> 2875 + <rect key="frame" x="0.0" y="0.0" width="75" height="73"/>
2876 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2876 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2877 <state key="normal" title="Button"/> 2877 <state key="normal" title="Button"/>
2878 <buttonConfiguration key="configuration" style="plain" title="Button"> 2878 <buttonConfiguration key="configuration" style="plain" title="Button">
...@@ -2993,19 +2993,19 @@ ...@@ -2993,19 +2993,19 @@
2993 </connections> 2993 </connections>
2994 </tableViewCell> 2994 </tableViewCell>
2995 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCellId" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework"> 2995 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCellId" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework">
2996 - <rect key="frame" x="0.0" y="1187" width="414" height="404"/> 2996 + <rect key="frame" x="0.0" y="991.5" width="414" height="404"/>
2997 <autoresizingMask key="autoresizingMask"/> 2997 <autoresizingMask key="autoresizingMask"/>
2998 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J"> 2998 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J">
2999 <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> 2999 <rect key="frame" x="0.0" y="0.0" width="414" height="404"/>
3000 <autoresizingMask key="autoresizingMask"/> 3000 <autoresizingMask key="autoresizingMask"/>
3001 <subviews> 3001 <subviews>
3002 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IZz-Fy-5Iv"> 3002 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IZz-Fy-5Iv">
3003 <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> 3003 <rect key="frame" x="0.0" y="0.0" width="414" height="404"/>
3004 <subviews> 3004 <subviews>
3005 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OfG-0m-RTE" userLabel="SumBannerView"> 3005 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OfG-0m-RTE" userLabel="SumBannerView">
3006 <rect key="frame" x="0.0" y="30" width="414" height="105"/> 3006 <rect key="frame" x="0.0" y="30" width="414" height="105"/>
3007 <subviews> 3007 <subviews>
3008 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rj0-Cu-gVh"> 3008 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Rj0-Cu-gVh">
3009 <rect key="frame" x="10" y="0.0" width="394" height="105"/> 3009 <rect key="frame" x="10" y="0.0" width="394" height="105"/>
3010 <subviews> 3010 <subviews>
3011 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CB0-Nv-dLU"> 3011 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CB0-Nv-dLU">
...@@ -3014,7 +3014,7 @@ ...@@ -3014,7 +3014,7 @@
3014 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_summary_2" translatesAutoresizingMaskIntoConstraints="NO" id="pVa-Dg-SAA"> 3014 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_summary_2" translatesAutoresizingMaskIntoConstraints="NO" id="pVa-Dg-SAA">
3015 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> 3015 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
3016 </imageView> 3016 </imageView>
3017 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aze-Qh-DsE"> 3017 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aze-Qh-DsE">
3018 <rect key="frame" x="5" y="44" width="60" height="16"/> 3018 <rect key="frame" x="5" y="44" width="60" height="16"/>
3019 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="13"/> 3019 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="13"/>
3020 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3020 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3034,13 +3034,13 @@ ...@@ -3034,13 +3034,13 @@
3034 <constraint firstAttribute="trailing" secondItem="Aze-Qh-DsE" secondAttribute="trailing" constant="5" id="yTg-ab-fvg"/> 3034 <constraint firstAttribute="trailing" secondItem="Aze-Qh-DsE" secondAttribute="trailing" constant="5" id="yTg-ab-fvg"/>
3035 </constraints> 3035 </constraints>
3036 </view> 3036 </view>
3037 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Μέχρι τώρα έχεις κερδίσει 0,00€ στο For You!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cbn-Gp-QeC"> 3037 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Μέχρι τώρα έχεις κερδίσει 0,00€ στο For You!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cbn-Gp-QeC">
3038 <rect key="frame" x="95" y="35.5" width="259" height="34.5"/> 3038 <rect key="frame" x="95" y="35.5" width="259" height="34.5"/>
3039 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> 3039 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/>
3040 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3040 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
3041 <nil key="highlightedColor"/> 3041 <nil key="highlightedColor"/>
3042 </label> 3042 </label>
3043 - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_down_dark_2" translatesAutoresizingMaskIntoConstraints="NO" id="knu-qY-418"> 3043 + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" image="ic_down_dark_2" translatesAutoresizingMaskIntoConstraints="NO" id="knu-qY-418">
3044 <rect key="frame" x="364" y="45" width="15" height="15"/> 3044 <rect key="frame" x="364" y="45" width="15" height="15"/>
3045 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3045 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3046 <constraints> 3046 <constraints>
...@@ -3060,7 +3060,7 @@ ...@@ -3060,7 +3060,7 @@
3060 <constraint firstItem="knu-qY-418" firstAttribute="centerY" secondItem="Rj0-Cu-gVh" secondAttribute="centerY" id="jp1-ai-rp3"/> 3060 <constraint firstItem="knu-qY-418" firstAttribute="centerY" secondItem="Rj0-Cu-gVh" secondAttribute="centerY" id="jp1-ai-rp3"/>
3061 </constraints> 3061 </constraints>
3062 </view> 3062 </view>
3063 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aay-8s-7rN" userLabel="SumBannerButton"> 3063 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aay-8s-7rN" userLabel="SumBannerButton">
3064 <rect key="frame" x="10" y="0.0" width="394" height="105"/> 3064 <rect key="frame" x="10" y="0.0" width="394" height="105"/>
3065 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3065 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3066 <state key="normal" title="Button"/> 3066 <state key="normal" title="Button"/>
...@@ -3085,10 +3085,10 @@ ...@@ -3085,10 +3085,10 @@
3085 <constraint firstItem="Rj0-Cu-gVh" firstAttribute="leading" secondItem="OfG-0m-RTE" secondAttribute="leading" constant="10" id="m63-zf-rMF"/> 3085 <constraint firstItem="Rj0-Cu-gVh" firstAttribute="leading" secondItem="OfG-0m-RTE" secondAttribute="leading" constant="10" id="m63-zf-rMF"/>
3086 </constraints> 3086 </constraints>
3087 </view> 3087 </view>
3088 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2dQ-gW-ZGR" userLabel="DFYBannerView"> 3088 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2dQ-gW-ZGR" userLabel="DFYBannerView">
3089 <rect key="frame" x="0.0" y="143" width="414" height="80"/> 3089 <rect key="frame" x="0.0" y="143" width="414" height="80"/>
3090 <subviews> 3090 <subviews>
3091 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EFW-8j-JaD"> 3091 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EFW-8j-JaD">
3092 <rect key="frame" x="20" y="0.0" width="374" height="80"/> 3092 <rect key="frame" x="20" y="0.0" width="374" height="80"/>
3093 <subviews> 3093 <subviews>
3094 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bFi-pX-oUX"> 3094 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bFi-pX-oUX">
...@@ -3097,7 +3097,7 @@ ...@@ -3097,7 +3097,7 @@
3097 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_3" translatesAutoresizingMaskIntoConstraints="NO" id="ok3-tt-LNZ"> 3097 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_3" translatesAutoresizingMaskIntoConstraints="NO" id="ok3-tt-LNZ">
3098 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> 3098 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
3099 </imageView> 3099 </imageView>
3100 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C2x-dc-SFa"> 3100 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C2x-dc-SFa">
3101 <rect key="frame" x="5" y="46" width="60" height="14"/> 3101 <rect key="frame" x="5" y="46" width="60" height="14"/>
3102 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> 3102 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/>
3103 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3103 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3117,7 +3117,7 @@ ...@@ -3117,7 +3117,7 @@
3117 <constraint firstAttribute="trailing" secondItem="ok3-tt-LNZ" secondAttribute="trailing" id="sU3-QC-FQG"/> 3117 <constraint firstAttribute="trailing" secondItem="ok3-tt-LNZ" secondAttribute="trailing" id="sU3-QC-FQG"/>
3118 </constraints> 3118 </constraints>
3119 </view> 3119 </view>
3120 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Έχεις κερδίσει 0,00€ με το DEALS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GEe-wr-xOR"> 3120 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Έχεις κερδίσει 0,00€ με το DEALS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GEe-wr-xOR">
3121 <rect key="frame" x="85" y="23" width="279" height="34.5"/> 3121 <rect key="frame" x="85" y="23" width="279" height="34.5"/>
3122 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> 3122 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/>
3123 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3123 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3133,7 +3133,7 @@ ...@@ -3133,7 +3133,7 @@
3133 <constraint firstAttribute="trailing" secondItem="GEe-wr-xOR" secondAttribute="trailing" constant="10" id="saL-if-HkB"/> 3133 <constraint firstAttribute="trailing" secondItem="GEe-wr-xOR" secondAttribute="trailing" constant="10" id="saL-if-HkB"/>
3134 </constraints> 3134 </constraints>
3135 </view> 3135 </view>
3136 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YP0-jS-U7B" userLabel="DfyBannerButton"> 3136 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YP0-jS-U7B" userLabel="DfyBannerButton">
3137 <rect key="frame" x="10" y="0.0" width="394" height="80"/> 3137 <rect key="frame" x="10" y="0.0" width="394" height="80"/>
3138 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3138 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3139 <state key="normal" title="Button"/> 3139 <state key="normal" title="Button"/>
...@@ -3158,10 +3158,10 @@ ...@@ -3158,10 +3158,10 @@
3158 <constraint firstAttribute="trailing" secondItem="YP0-jS-U7B" secondAttribute="trailing" constant="10" id="xdY-s9-WXF"/> 3158 <constraint firstAttribute="trailing" secondItem="YP0-jS-U7B" secondAttribute="trailing" constant="10" id="xdY-s9-WXF"/>
3159 </constraints> 3159 </constraints>
3160 </view> 3160 </view>
3161 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SGW-6p-5Rx" userLabel="GFYBannerView"> 3161 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SGW-6p-5Rx" userLabel="GFYBannerView">
3162 <rect key="frame" x="0.0" y="231" width="414" height="80"/> 3162 <rect key="frame" x="0.0" y="231" width="414" height="80"/>
3163 <subviews> 3163 <subviews>
3164 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9TA-Yr-wfr"> 3164 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9TA-Yr-wfr">
3165 <rect key="frame" x="20" y="0.0" width="374" height="80"/> 3165 <rect key="frame" x="20" y="0.0" width="374" height="80"/>
3166 <subviews> 3166 <subviews>
3167 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G7W-Tk-gbg"> 3167 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G7W-Tk-gbg">
...@@ -3170,7 +3170,7 @@ ...@@ -3170,7 +3170,7 @@
3170 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_coupons_4" translatesAutoresizingMaskIntoConstraints="NO" id="lRn-76-d0E"> 3170 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_coupons_4" translatesAutoresizingMaskIntoConstraints="NO" id="lRn-76-d0E">
3171 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> 3171 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
3172 </imageView> 3172 </imageView>
3173 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bUQ-FY-h23"> 3173 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bUQ-FY-h23">
3174 <rect key="frame" x="5" y="46" width="60" height="14"/> 3174 <rect key="frame" x="5" y="46" width="60" height="14"/>
3175 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> 3175 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/>
3176 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3176 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3190,7 +3190,7 @@ ...@@ -3190,7 +3190,7 @@
3190 <constraint firstAttribute="trailing" secondItem="lRn-76-d0E" secondAttribute="trailing" id="uyw-zg-bqx"/> 3190 <constraint firstAttribute="trailing" secondItem="lRn-76-d0E" secondAttribute="trailing" id="uyw-zg-bqx"/>
3191 </constraints> 3191 </constraints>
3192 </view> 3192 </view>
3193 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Έχεις κερδίσει 0,00€ με το GIFTS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qHX-FJ-nRB"> 3193 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Έχεις κερδίσει 0,00€ με το GIFTS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qHX-FJ-nRB">
3194 <rect key="frame" x="85" y="31.5" width="279" height="17.5"/> 3194 <rect key="frame" x="85" y="31.5" width="279" height="17.5"/>
3195 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> 3195 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/>
3196 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3196 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3206,7 +3206,7 @@ ...@@ -3206,7 +3206,7 @@
3206 <constraint firstItem="G7W-Tk-gbg" firstAttribute="leading" secondItem="9TA-Yr-wfr" secondAttribute="leading" constant="5" id="wPM-eF-7Ba"/> 3206 <constraint firstItem="G7W-Tk-gbg" firstAttribute="leading" secondItem="9TA-Yr-wfr" secondAttribute="leading" constant="5" id="wPM-eF-7Ba"/>
3207 </constraints> 3207 </constraints>
3208 </view> 3208 </view>
3209 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JF7-4Y-y7k" userLabel="GfyBannerButton"> 3209 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JF7-4Y-y7k" userLabel="GfyBannerButton">
3210 <rect key="frame" x="10" y="0.0" width="394" height="80"/> 3210 <rect key="frame" x="10" y="0.0" width="394" height="80"/>
3211 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3211 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3212 <state key="normal" title="Button"/> 3212 <state key="normal" title="Button"/>
...@@ -3231,10 +3231,10 @@ ...@@ -3231,10 +3231,10 @@
3231 <constraint firstAttribute="trailing" secondItem="JF7-4Y-y7k" secondAttribute="trailing" constant="10" id="xks-8Y-KE3"/> 3231 <constraint firstAttribute="trailing" secondItem="JF7-4Y-y7k" secondAttribute="trailing" constant="10" id="xks-8Y-KE3"/>
3232 </constraints> 3232 </constraints>
3233 </view> 3233 </view>
3234 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g3T-Ph-deu" userLabel="MarketBannerView"> 3234 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="g3T-Ph-deu" userLabel="MarketBannerView">
3235 <rect key="frame" x="0.0" y="319" width="414" height="80"/> 3235 <rect key="frame" x="0.0" y="319" width="414" height="80"/>
3236 <subviews> 3236 <subviews>
3237 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CB2-MZ-o9a"> 3237 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CB2-MZ-o9a">
3238 <rect key="frame" x="20" y="0.0" width="374" height="80"/> 3238 <rect key="frame" x="20" y="0.0" width="374" height="80"/>
3239 <subviews> 3239 <subviews>
3240 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ySD-yw-FWO"> 3240 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ySD-yw-FWO">
...@@ -3243,7 +3243,7 @@ ...@@ -3243,7 +3243,7 @@
3243 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_market_2" translatesAutoresizingMaskIntoConstraints="NO" id="bLD-hY-yKe"> 3243 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_market_2" translatesAutoresizingMaskIntoConstraints="NO" id="bLD-hY-yKe">
3244 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> 3244 <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
3245 </imageView> 3245 </imageView>
3246 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hlX-MN-0VI"> 3246 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hlX-MN-0VI">
3247 <rect key="frame" x="5" y="46" width="60" height="14"/> 3247 <rect key="frame" x="5" y="46" width="60" height="14"/>
3248 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> 3248 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/>
3249 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3249 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3263,7 +3263,7 @@ ...@@ -3263,7 +3263,7 @@
3263 <constraint firstAttribute="bottom" secondItem="hlX-MN-0VI" secondAttribute="bottom" constant="10" id="ubg-aW-zzq"/> 3263 <constraint firstAttribute="bottom" secondItem="hlX-MN-0VI" secondAttribute="bottom" constant="10" id="ubg-aW-zzq"/>
3264 </constraints> 3264 </constraints>
3265 </view> 3265 </view>
3266 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Έχεις κερδίσει 0,00€ με τα SUPERMARKET DEALS!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sGV-yK-eyk"> 3266 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Έχεις κερδίσει 0,00€ με τα SUPERMARKET DEALS!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sGV-yK-eyk">
3267 <rect key="frame" x="85" y="23" width="279" height="34.5"/> 3267 <rect key="frame" x="85" y="23" width="279" height="34.5"/>
3268 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> 3268 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/>
3269 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3269 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3279,7 +3279,7 @@ ...@@ -3279,7 +3279,7 @@
3279 <constraint firstAttribute="trailing" secondItem="sGV-yK-eyk" secondAttribute="trailing" constant="10" id="uf1-3f-9XJ"/> 3279 <constraint firstAttribute="trailing" secondItem="sGV-yK-eyk" secondAttribute="trailing" constant="10" id="uf1-3f-9XJ"/>
3280 </constraints> 3280 </constraints>
3281 </view> 3281 </view>
3282 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mfB-19-dpV" userLabel="MarketBannerButton"> 3282 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mfB-19-dpV" userLabel="MarketBannerButton">
3283 <rect key="frame" x="10" y="0.0" width="394" height="80"/> 3283 <rect key="frame" x="10" y="0.0" width="394" height="80"/>
3284 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3284 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3285 <state key="normal" title="Button"/> 3285 <state key="normal" title="Button"/>
...@@ -3361,45 +3361,45 @@ ...@@ -3361,45 +3361,45 @@
3361 </connections> 3361 </connections>
3362 </tableViewCell> 3362 </tableViewCell>
3363 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletActiveCouponsTableViewCellId" id="qaY-Zw-d8E" customClass="WalletActiveCouponsTableViewCell" customModule="SwiftWarplyFramework"> 3363 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletActiveCouponsTableViewCellId" id="qaY-Zw-d8E" customClass="WalletActiveCouponsTableViewCell" customModule="SwiftWarplyFramework">
3364 - <rect key="frame" x="0.0" y="1591" width="414" height="103"/> 3364 + <rect key="frame" x="0.0" y="1395.5" width="414" height="103"/>
3365 <autoresizingMask key="autoresizingMask"/> 3365 <autoresizingMask key="autoresizingMask"/>
3366 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qaY-Zw-d8E" id="MoF-lG-k6u"> 3366 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qaY-Zw-d8E" id="MoF-lG-k6u">
3367 <rect key="frame" x="0.0" y="0.0" width="414" height="103"/> 3367 <rect key="frame" x="0.0" y="0.0" width="414" height="103"/>
3368 <autoresizingMask key="autoresizingMask"/> 3368 <autoresizingMask key="autoresizingMask"/>
3369 <subviews> 3369 <subviews>
3370 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="t2C-9l-nWs" userLabel="ParentView"> 3370 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t2C-9l-nWs" userLabel="ParentView">
3371 <rect key="frame" x="0.0" y="0.0" width="414" height="103"/> 3371 <rect key="frame" x="0.0" y="0.0" width="414" height="103"/>
3372 <subviews> 3372 <subviews>
3373 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ago-Pf-BGo"> 3373 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ago-Pf-BGo">
3374 <rect key="frame" x="20" y="3" width="111.5" height="97"/> 3374 <rect key="frame" x="20" y="3" width="111.5" height="97"/>
3375 <subviews> 3375 <subviews>
3376 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Phm-pC-5YX"> 3376 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Phm-pC-5YX">
3377 <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/> 3377 <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/>
3378 <subviews> 3378 <subviews>
3379 - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="wLH-YV-5Bn"> 3379 + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wLH-YV-5Bn">
3380 <rect key="frame" x="29.5" y="15" width="52" height="32"/> 3380 <rect key="frame" x="29.5" y="15" width="52" height="32"/>
3381 <constraints> 3381 <constraints>
3382 <constraint firstAttribute="height" constant="32" id="EtR-nn-mGe"/> 3382 <constraint firstAttribute="height" constant="32" id="EtR-nn-mGe"/>
3383 <constraint firstAttribute="width" constant="52" id="cGb-tB-T1G"/> 3383 <constraint firstAttribute="width" constant="52" id="cGb-tB-T1G"/>
3384 </constraints> 3384 </constraints>
3385 </imageView> 3385 </imageView>
3386 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wBk-nW-MGe" userLabel="LineView1"> 3386 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wBk-nW-MGe" userLabel="LineView1">
3387 <rect key="frame" x="10" y="57" width="91.5" height="1"/> 3387 <rect key="frame" x="10" y="57" width="91.5" height="1"/>
3388 <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> 3388 <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
3389 <constraints> 3389 <constraints>
3390 <constraint firstAttribute="height" constant="1" id="sfB-Gv-awg"/> 3390 <constraint firstAttribute="height" constant="1" id="sfB-Gv-awg"/>
3391 </constraints> 3391 </constraints>
3392 </view> 3392 </view>
3393 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DEALS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TZr-sg-ajR"> 3393 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="DEALS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TZr-sg-ajR">
3394 <rect key="frame" x="5" y="68" width="101.5" height="14"/> 3394 <rect key="frame" x="5" y="68" width="101.5" height="14"/>
3395 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3395 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3396 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3396 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3397 <nil key="highlightedColor"/> 3397 <nil key="highlightedColor"/>
3398 </label> 3398 </label>
3399 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="17Q-Sz-hXW"> 3399 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17Q-Sz-hXW">
3400 <rect key="frame" x="94" y="0.0" width="17.5" height="18"/> 3400 <rect key="frame" x="94" y="0.0" width="17.5" height="18"/>
3401 <subviews> 3401 <subviews>
3402 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vgz-Be-lSQ"> 3402 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vgz-Be-lSQ">
3403 <rect key="frame" x="5" y="2" width="7.5" height="14"/> 3403 <rect key="frame" x="5" y="2" width="7.5" height="14"/>
3404 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3404 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3405 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3405 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3414,7 +3414,7 @@ ...@@ -3414,7 +3414,7 @@
3414 <constraint firstItem="vgz-Be-lSQ" firstAttribute="top" secondItem="17Q-Sz-hXW" secondAttribute="top" constant="2" id="qTZ-ZZ-Yz4"/> 3414 <constraint firstItem="vgz-Be-lSQ" firstAttribute="top" secondItem="17Q-Sz-hXW" secondAttribute="top" constant="2" id="qTZ-ZZ-Yz4"/>
3415 </constraints> 3415 </constraints>
3416 </view> 3416 </view>
3417 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gr4-DX-CHP"> 3417 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gr4-DX-CHP">
3418 <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/> 3418 <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/>
3419 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3419 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3420 <state key="normal" title="Button"/> 3420 <state key="normal" title="Button"/>
...@@ -3454,33 +3454,33 @@ ...@@ -3454,33 +3454,33 @@
3454 <constraint firstAttribute="bottom" secondItem="Phm-pC-5YX" secondAttribute="bottom" id="zsu-SI-0mG"/> 3454 <constraint firstAttribute="bottom" secondItem="Phm-pC-5YX" secondAttribute="bottom" id="zsu-SI-0mG"/>
3455 </constraints> 3455 </constraints>
3456 </view> 3456 </view>
3457 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gZG-f4-H22"> 3457 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gZG-f4-H22">
3458 <rect key="frame" x="151.5" y="3" width="111" height="97"/> 3458 <rect key="frame" x="151.5" y="3" width="111" height="97"/>
3459 <subviews> 3459 <subviews>
3460 - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qYJ-x0-9v3"> 3460 + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qYJ-x0-9v3">
3461 <rect key="frame" x="39.5" y="15" width="32" height="32"/> 3461 <rect key="frame" x="39.5" y="15" width="32" height="32"/>
3462 <constraints> 3462 <constraints>
3463 <constraint firstAttribute="height" constant="32" id="Eam-Dq-yk8"/> 3463 <constraint firstAttribute="height" constant="32" id="Eam-Dq-yk8"/>
3464 <constraint firstAttribute="width" constant="32" id="T94-6W-v1V"/> 3464 <constraint firstAttribute="width" constant="32" id="T94-6W-v1V"/>
3465 </constraints> 3465 </constraints>
3466 </imageView> 3466 </imageView>
3467 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f0n-5v-nTc" userLabel="LineView2"> 3467 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="f0n-5v-nTc" userLabel="LineView2">
3468 <rect key="frame" x="10" y="57" width="91" height="1"/> 3468 <rect key="frame" x="10" y="57" width="91" height="1"/>
3469 <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> 3469 <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
3470 <constraints> 3470 <constraints>
3471 <constraint firstAttribute="height" constant="1" id="2h1-Yb-N6x"/> 3471 <constraint firstAttribute="height" constant="1" id="2h1-Yb-N6x"/>
3472 </constraints> 3472 </constraints>
3473 </view> 3473 </view>
3474 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Super Market" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fPZ-hU-LRI"> 3474 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Super Market" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fPZ-hU-LRI">
3475 <rect key="frame" x="5" y="68" width="101" height="14"/> 3475 <rect key="frame" x="5" y="68" width="101" height="14"/>
3476 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3476 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3477 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3477 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
3478 <nil key="highlightedColor"/> 3478 <nil key="highlightedColor"/>
3479 </label> 3479 </label>
3480 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5lx-Id-hmz"> 3480 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5lx-Id-hmz">
3481 <rect key="frame" x="93.5" y="0.0" width="17.5" height="18"/> 3481 <rect key="frame" x="93.5" y="0.0" width="17.5" height="18"/>
3482 <subviews> 3482 <subviews>
3483 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="STg-je-8uL"> 3483 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="STg-je-8uL">
3484 <rect key="frame" x="5" y="2" width="7.5" height="14"/> 3484 <rect key="frame" x="5" y="2" width="7.5" height="14"/>
3485 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3485 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3486 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3486 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3495,7 +3495,7 @@ ...@@ -3495,7 +3495,7 @@
3495 <constraint firstItem="STg-je-8uL" firstAttribute="leading" secondItem="5lx-Id-hmz" secondAttribute="leading" constant="5" id="uLK-8E-dDm"/> 3495 <constraint firstItem="STg-je-8uL" firstAttribute="leading" secondItem="5lx-Id-hmz" secondAttribute="leading" constant="5" id="uLK-8E-dDm"/>
3496 </constraints> 3496 </constraints>
3497 </view> 3497 </view>
3498 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tCp-jb-GB2"> 3498 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tCp-jb-GB2">
3499 <rect key="frame" x="0.0" y="0.0" width="111" height="97"/> 3499 <rect key="frame" x="0.0" y="0.0" width="111" height="97"/>
3500 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3500 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3501 <state key="normal" title="Button"/> 3501 <state key="normal" title="Button"/>
...@@ -3526,33 +3526,33 @@ ...@@ -3526,33 +3526,33 @@
3526 <constraint firstItem="f0n-5v-nTc" firstAttribute="leading" secondItem="gZG-f4-H22" secondAttribute="leading" constant="10" id="wkQ-g1-h06"/> 3526 <constraint firstItem="f0n-5v-nTc" firstAttribute="leading" secondItem="gZG-f4-H22" secondAttribute="leading" constant="10" id="wkQ-g1-h06"/>
3527 </constraints> 3527 </constraints>
3528 </view> 3528 </view>
3529 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hW7-Fh-jaW"> 3529 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hW7-Fh-jaW">
3530 <rect key="frame" x="282.5" y="3" width="111.5" height="97"/> 3530 <rect key="frame" x="282.5" y="3" width="111.5" height="97"/>
3531 <subviews> 3531 <subviews>
3532 - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JSL-ST-Uzv"> 3532 + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JSL-ST-Uzv">
3533 <rect key="frame" x="40" y="15" width="32" height="32"/> 3533 <rect key="frame" x="40" y="15" width="32" height="32"/>
3534 <constraints> 3534 <constraints>
3535 <constraint firstAttribute="width" constant="32" id="hUR-TJ-yVm"/> 3535 <constraint firstAttribute="width" constant="32" id="hUR-TJ-yVm"/>
3536 <constraint firstAttribute="height" constant="32" id="ll3-xS-hwd"/> 3536 <constraint firstAttribute="height" constant="32" id="ll3-xS-hwd"/>
3537 </constraints> 3537 </constraints>
3538 </imageView> 3538 </imageView>
3539 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="90x-B7-1Hx" userLabel="LineView3"> 3539 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="90x-B7-1Hx" userLabel="LineView3">
3540 <rect key="frame" x="10" y="57" width="91.5" height="1"/> 3540 <rect key="frame" x="10" y="57" width="91.5" height="1"/>
3541 <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> 3541 <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
3542 <constraints> 3542 <constraints>
3543 <constraint firstAttribute="height" constant="1" id="ojI-ru-A13"/> 3543 <constraint firstAttribute="height" constant="1" id="ojI-ru-A13"/>
3544 </constraints> 3544 </constraints>
3545 </view> 3545 </view>
3546 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="GIFTS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QVo-4f-20j"> 3546 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="GIFTS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QVo-4f-20j">
3547 <rect key="frame" x="5" y="68" width="101.5" height="14"/> 3547 <rect key="frame" x="5" y="68" width="101.5" height="14"/>
3548 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3548 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3549 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3549 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
3550 <nil key="highlightedColor"/> 3550 <nil key="highlightedColor"/>
3551 </label> 3551 </label>
3552 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7NF-kv-XJp"> 3552 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7NF-kv-XJp">
3553 <rect key="frame" x="94" y="0.0" width="17.5" height="18"/> 3553 <rect key="frame" x="94" y="0.0" width="17.5" height="18"/>
3554 <subviews> 3554 <subviews>
3555 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BAt-M4-nMT"> 3555 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BAt-M4-nMT">
3556 <rect key="frame" x="5" y="2" width="7.5" height="14"/> 3556 <rect key="frame" x="5" y="2" width="7.5" height="14"/>
3557 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3557 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3558 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3558 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3567,7 +3567,7 @@ ...@@ -3567,7 +3567,7 @@
3567 <constraint firstItem="BAt-M4-nMT" firstAttribute="leading" secondItem="7NF-kv-XJp" secondAttribute="leading" constant="5" id="dRz-8k-CBo"/> 3567 <constraint firstItem="BAt-M4-nMT" firstAttribute="leading" secondItem="7NF-kv-XJp" secondAttribute="leading" constant="5" id="dRz-8k-CBo"/>
3568 </constraints> 3568 </constraints>
3569 </view> 3569 </view>
3570 - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CeN-GT-tVP"> 3570 + <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CeN-GT-tVP">
3571 <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/> 3571 <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/>
3572 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3572 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3573 <state key="normal" title="Button"/> 3573 <state key="normal" title="Button"/>
...@@ -3644,29 +3644,29 @@ ...@@ -3644,29 +3644,29 @@
3644 </connections> 3644 </connections>
3645 </tableViewCell> 3645 </tableViewCell>
3646 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletVouchersBannerTableViewCellId" id="F1i-u5-1v2" customClass="WalletVouchersBannerTableViewCell" customModule="SwiftWarplyFramework"> 3646 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletVouchersBannerTableViewCellId" id="F1i-u5-1v2" customClass="WalletVouchersBannerTableViewCell" customModule="SwiftWarplyFramework">
3647 - <rect key="frame" x="0.0" y="1694" width="414" height="181"/> 3647 + <rect key="frame" x="0.0" y="1498.5" width="414" height="181"/>
3648 <autoresizingMask key="autoresizingMask"/> 3648 <autoresizingMask key="autoresizingMask"/>
3649 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="F1i-u5-1v2" id="q9T-Eg-Gxw"> 3649 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="F1i-u5-1v2" id="q9T-Eg-Gxw">
3650 <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> 3650 <rect key="frame" x="0.0" y="0.0" width="414" height="181"/>
3651 <autoresizingMask key="autoresizingMask"/> 3651 <autoresizingMask key="autoresizingMask"/>
3652 <subviews> 3652 <subviews>
3653 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FVK-Ht-BOg" userLabel="ParentView"> 3653 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FVK-Ht-BOg" userLabel="ParentView">
3654 <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> 3654 <rect key="frame" x="0.0" y="0.0" width="414" height="181"/>
3655 <subviews> 3655 <subviews>
3656 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zKi-zm-jUP"> 3656 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zKi-zm-jUP">
3657 <rect key="frame" x="20" y="25" width="374" height="1"/> 3657 <rect key="frame" x="20" y="25" width="374" height="1"/>
3658 <color key="backgroundColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> 3658 <color key="backgroundColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/>
3659 <constraints> 3659 <constraints>
3660 <constraint firstAttribute="height" constant="1" id="8x8-wp-l0V"/> 3660 <constraint firstAttribute="height" constant="1" id="8x8-wp-l0V"/>
3661 </constraints> 3661 </constraints>
3662 </view> 3662 </view>
3663 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0yZ-ge-5qY"> 3663 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0yZ-ge-5qY">
3664 <rect key="frame" x="20" y="51" width="374" height="26"/> 3664 <rect key="frame" x="20" y="51" width="374" height="26"/>
3665 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="21"/> 3665 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="21"/>
3666 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3666 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
3667 <nil key="highlightedColor"/> 3667 <nil key="highlightedColor"/>
3668 </label> 3668 </label>
3669 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eBr-vb-7oH"> 3669 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="eBr-vb-7oH">
3670 <rect key="frame" x="20" y="102" width="374" height="76"/> 3670 <rect key="frame" x="20" y="102" width="374" height="76"/>
3671 <subviews> 3671 <subviews>
3672 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="U9f-Ar-TCE"> 3672 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="U9f-Ar-TCE">
...@@ -3676,16 +3676,16 @@ ...@@ -3676,16 +3676,16 @@
3676 <constraint firstAttribute="height" constant="36" id="GoZ-qT-Whp"/> 3676 <constraint firstAttribute="height" constant="36" id="GoZ-qT-Whp"/>
3677 </constraints> 3677 </constraints>
3678 </imageView> 3678 </imageView>
3679 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2p1-v2-lAL"> 3679 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2p1-v2-lAL">
3680 <rect key="frame" x="66" y="28" width="164" height="20"/> 3680 <rect key="frame" x="66" y="28" width="164" height="20"/>
3681 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> 3681 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/>
3682 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3682 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
3683 <nil key="highlightedColor"/> 3683 <nil key="highlightedColor"/>
3684 </label> 3684 </label>
3685 - <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AKD-A9-ah0"> 3685 + <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AKD-A9-ah0">
3686 <rect key="frame" x="230" y="19" width="17.5" height="18"/> 3686 <rect key="frame" x="230" y="19" width="17.5" height="18"/>
3687 <subviews> 3687 <subviews>
3688 - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BwW-J2-1Sz"> 3688 + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BwW-J2-1Sz">
3689 <rect key="frame" x="5" y="2" width="7.5" height="14"/> 3689 <rect key="frame" x="5" y="2" width="7.5" height="14"/>
3690 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> 3690 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/>
3691 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 3691 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
...@@ -3700,7 +3700,7 @@ ...@@ -3700,7 +3700,7 @@
3700 <constraint firstAttribute="trailing" secondItem="BwW-J2-1Sz" secondAttribute="trailing" constant="5" id="ncp-fn-LRV"/> 3700 <constraint firstAttribute="trailing" secondItem="BwW-J2-1Sz" secondAttribute="trailing" constant="5" id="ncp-fn-LRV"/>
3701 </constraints> 3701 </constraints>
3702 </view> 3702 </view>
3703 - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cSu-mM-1Ep"> 3703 + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cSu-mM-1Ep">
3704 <rect key="frame" x="334" y="28" width="20" height="20"/> 3704 <rect key="frame" x="334" y="28" width="20" height="20"/>
3705 <constraints> 3705 <constraints>
3706 <constraint firstAttribute="height" constant="20" id="ATK-3R-8Yb"/> 3706 <constraint firstAttribute="height" constant="20" id="ATK-3R-8Yb"/>
...@@ -3758,7 +3758,7 @@ ...@@ -3758,7 +3758,7 @@
3758 </connections> 3758 </connections>
3759 </tableViewCell> 3759 </tableViewCell>
3760 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletSpinnerTableViewCellId" id="ShU-xo-DhW" customClass="WalletSpinnerTableViewCell" customModule="SwiftWarplyFramework"> 3760 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletSpinnerTableViewCellId" id="ShU-xo-DhW" customClass="WalletSpinnerTableViewCell" customModule="SwiftWarplyFramework">
3761 - <rect key="frame" x="0.0" y="1875" width="414" height="88"/> 3761 + <rect key="frame" x="0.0" y="1679.5" width="414" height="88"/>
3762 <autoresizingMask key="autoresizingMask"/> 3762 <autoresizingMask key="autoresizingMask"/>
3763 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ShU-xo-DhW" id="U4r-xF-gbA"> 3763 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ShU-xo-DhW" id="U4r-xF-gbA">
3764 <rect key="frame" x="0.0" y="0.0" width="414" height="88"/> 3764 <rect key="frame" x="0.0" y="0.0" width="414" height="88"/>
...@@ -3988,6 +3988,21 @@ ...@@ -3988,6 +3988,21 @@
3988 </objects> 3988 </objects>
3989 <point key="canvasLocation" x="1612" y="129"/> 3989 <point key="canvasLocation" x="1612" y="129"/>
3990 </scene> 3990 </scene>
3991 + <!--Offers View Controller-->
3992 + <scene sceneID="wdU-7S-AU1">
3993 + <objects>
3994 + <viewController storyboardIdentifier="OffersViewController" id="zKA-A2-Dl8" customClass="OffersViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController">
3995 + <view key="view" contentMode="scaleToFill" id="YeC-iK-Hrq">
3996 + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
3997 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3998 + <viewLayoutGuide key="safeArea" id="LGo-tV-2gt"/>
3999 + <color key="backgroundColor" red="0.90588235294117647" green="0.91764705882352937" blue="0.92156862745098034" alpha="1" colorSpace="calibratedRGB"/>
4000 + </view>
4001 + </viewController>
4002 + <placeholder placeholderIdentifier="IBFirstResponder" id="8tp-Sb-5gi" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
4003 + </objects>
4004 + <point key="canvasLocation" x="-1259" y="-2161"/>
4005 + </scene>
3991 <!--Unified Coupons View Controller--> 4006 <!--Unified Coupons View Controller-->
3992 <scene sceneID="Z2h-VR-UST"> 4007 <scene sceneID="Z2h-VR-UST">
3993 <objects> 4008 <objects>
...@@ -4405,30 +4420,30 @@ ...@@ -4405,30 +4420,30 @@
4405 <autoresizingMask key="autoresizingMask"/> 4420 <autoresizingMask key="autoresizingMask"/>
4406 <subviews> 4421 <subviews>
4407 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35i-Iq-TId"> 4422 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35i-Iq-TId">
4408 - <rect key="frame" x="10" y="0.0" width="394" height="42"/> 4423 + <rect key="frame" x="10" y="0.0" width="394" height="64.5"/>
4409 <subviews> 4424 <subviews>
4410 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="58G-jP-FMr"> 4425 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="58G-jP-FMr">
4411 - <rect key="frame" x="0.0" y="0.0" width="394" height="42"/> 4426 + <rect key="frame" x="0.0" y="0.0" width="394" height="64.5"/>
4412 </imageView> 4427 </imageView>
4413 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jcR-bh-Fhz"> 4428 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jcR-bh-Fhz">
4414 - <rect key="frame" x="20" y="10" width="79" height="22"/> 4429 + <rect key="frame" x="20" y="10" width="79" height="44.5"/>
4415 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 4430 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4416 </imageView> 4431 </imageView>
4417 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZDK-3b-8MQ"> 4432 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZDK-3b-8MQ">
4418 - <rect key="frame" x="104" y="10" width="10" height="22"/> 4433 + <rect key="frame" x="104" y="10" width="10" height="44.5"/>
4419 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 4434 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4420 <constraints> 4435 <constraints>
4421 <constraint firstAttribute="width" constant="10" id="sq7-pL-kd5"/> 4436 <constraint firstAttribute="width" constant="10" id="sq7-pL-kd5"/>
4422 </constraints> 4437 </constraints>
4423 </view> 4438 </view>
4424 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mOO-dc-RyS"> 4439 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mOO-dc-RyS">
4425 - <rect key="frame" x="119" y="-24.5" width="255" height="20"/> 4440 + <rect key="frame" x="119" y="-13" width="255" height="20"/>
4426 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/> 4441 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/>
4427 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4442 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4428 <nil key="highlightedColor"/> 4443 <nil key="highlightedColor"/>
4429 </label> 4444 </label>
4430 <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="NmF-B8-BxN"> 4445 <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="NmF-B8-BxN">
4431 - <rect key="frame" x="119" y="1" width="255" height="40.5"/> 4446 + <rect key="frame" x="119" y="12" width="255" height="40.5"/>
4432 <subviews> 4447 <subviews>
4433 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9CO-TF-h6H"> 4448 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9CO-TF-h6H">
4434 <rect key="frame" x="0.0" y="0.0" width="127.5" height="40.5"/> 4449 <rect key="frame" x="0.0" y="0.0" width="127.5" height="40.5"/>
...@@ -4449,13 +4464,13 @@ ...@@ -4449,13 +4464,13 @@
4449 </constraints> 4464 </constraints>
4450 </stackView> 4465 </stackView>
4451 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="u51-sv-YiH"> 4466 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="u51-sv-YiH">
4452 - <rect key="frame" x="119" y="46.5" width="255" height="15"/> 4467 + <rect key="frame" x="119" y="57.5" width="255" height="15"/>
4453 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 4468 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
4454 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4469 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4455 <nil key="highlightedColor"/> 4470 <nil key="highlightedColor"/>
4456 </label> 4471 </label>
4457 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G6f-Nu-2R5"> 4472 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G6f-Nu-2R5">
4458 - <rect key="frame" x="119" y="46.5" width="61.5" height="21"/> 4473 + <rect key="frame" x="119" y="57.5" width="61.5" height="21"/>
4459 <subviews> 4474 <subviews>
4460 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LGs-y6-UbY"> 4475 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LGs-y6-UbY">
4461 <rect key="frame" x="5" y="3" width="15" height="15"/> 4476 <rect key="frame" x="5" y="3" width="15" height="15"/>
...@@ -4533,10 +4548,10 @@ ...@@ -4533,10 +4548,10 @@
4533 </connections> 4548 </connections>
4534 </tableViewCell> 4549 </tableViewCell>
4535 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCFooterTableViewCell" id="LD5-ES-J67" customClass="UnifiedCouponBCFooterTableViewCell" customModule="SwiftWarplyFramework"> 4550 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCFooterTableViewCell" id="LD5-ES-J67" customClass="UnifiedCouponBCFooterTableViewCell" customModule="SwiftWarplyFramework">
4536 - <rect key="frame" x="0.0" y="935.5" width="414" height="220"/> 4551 + <rect key="frame" x="0.0" y="935.5" width="414" height="44"/>
4537 <autoresizingMask key="autoresizingMask"/> 4552 <autoresizingMask key="autoresizingMask"/>
4538 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LD5-ES-J67" id="DmN-AA-8n5"> 4553 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LD5-ES-J67" id="DmN-AA-8n5">
4539 - <rect key="frame" x="0.0" y="0.0" width="414" height="220"/> 4554 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
4540 <autoresizingMask key="autoresizingMask"/> 4555 <autoresizingMask key="autoresizingMask"/>
4541 <subviews> 4556 <subviews>
4542 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="L4W-1e-9fQ"> 4557 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="L4W-1e-9fQ">
......
1 +{
2 + "images" : [
3 + {
4 + "filename" : "close_btn_white.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "close_btn_white 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "close_btn_white 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" : "epistrofi_logo.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "epistrofi_logo 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "epistrofi_logo 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" : "list.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "list 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "list 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" : "logo_smile_white_new.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "logo_smile_white_new 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "logo_smile_white_new 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" : "map_marker.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "map_marker 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "map_marker 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" : "map_pin.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "map_pin 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "map_pin 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" : "offer_circle_orange.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "offer_circle_orange 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "offer_circle_orange 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +//
2 +// OffersTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 7/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class OffersTableViewCell: 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 +// OffersViewController.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 6/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class OffersViewController: UIViewController {
11 +
12 + public override func viewDidLoad() {
13 + super.viewDidLoad()
14 +
15 + // Do any additional setup after loading the view.
16 + }
17 +
18 +
19 + /*
20 + // MARK: - Navigation
21 +
22 + // In a storyboard-based application, you will often want to do a little preparation before navigation
23 + override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
24 + // Get the new view controller using segue.destination.
25 + // Pass the selected object to the new view controller.
26 + }
27 + */
28 +
29 +}