Manos Chorianopoulos

ProfileCouponFiltersTableViewCell fix

...@@ -23,6 +23,7 @@ protocol ProfileCouponFiltersTableViewCellDelegate: AnyObject { ...@@ -23,6 +23,7 @@ protocol ProfileCouponFiltersTableViewCellDelegate: AnyObject {
23 23
24 titleLabel.font = UIFont(name: "PingLCG-Bold", size: 18) 24 titleLabel.font = UIFont(name: "PingLCG-Bold", size: 18)
25 titleLabel.textColor = UIColor(rgb: 0x000F1E) 25 titleLabel.textColor = UIColor(rgb: 0x000F1E)
26 + titleLabel.text = "Τα κουπόνια μου"
26 27
27 // Register XIBs for collection view cells 28 // Register XIBs for collection view cells
28 collectionView.register(UINib(nibName: "ProfileFilterCollectionViewCell", bundle: Bundle(for: MyEmptyClass.self)), forCellWithReuseIdentifier: "ProfileFilterCollectionViewCell") 29 collectionView.register(UINib(nibName: "ProfileFilterCollectionViewCell", bundle: Bundle(for: MyEmptyClass.self)), forCellWithReuseIdentifier: "ProfileFilterCollectionViewCell")
......