Showing
3 changed files
with
5 additions
and
5 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -21,11 +21,11 @@ import UIKit | ... | @@ -21,11 +21,11 @@ import UIKit |
| 21 | super.awakeFromNib() | 21 | super.awakeFromNib() |
| 22 | // Initialization code | 22 | // Initialization code |
| 23 | 23 | ||
| 24 | - couponBgImage.image = UIImage(named: "coupon_bg", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 24 | + couponBgImage.image = UIImage(named: "coupon_bg_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 25 | - couponImage.image = UIImage(named: "coupon_market", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 25 | + couponImage.image = UIImage(named: "coupon_market_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | - borderView.addDashedBorderVertical(color: UIColor(red: 0.44, green: 0.44, blue: 0.44, alpha: 1.00), width: 1.0, height: 110.0) | 28 | + borderView.addDashedBorderVertical(color: UIColor(red: 0.62, green: 0.62, blue: 0.61, alpha: 1.00), width: 1.0, height: 110.0) |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | public override func setSelected(_ selected: Bool, animated: Bool) { | 31 | public override func setSelected(_ selected: Bool, animated: Bool) { | ... | ... |
| ... | @@ -792,7 +792,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ | ... | @@ -792,7 +792,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ |
| 792 | // } | 792 | // } |
| 793 | } else if (indexPath.section == 1) { | 793 | } else if (indexPath.section == 1) { |
| 794 | if (self.unifiedCoupons.count > 0) { | 794 | if (self.unifiedCoupons.count > 0) { |
| 795 | - return 120.0 + 8.0 | 795 | + return 130.0 + 8.0 |
| 796 | } else { | 796 | } else { |
| 797 | return 0.0 | 797 | return 0.0 |
| 798 | } | 798 | } |
| ... | @@ -826,7 +826,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ | ... | @@ -826,7 +826,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ |
| 826 | let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 20)) | 826 | let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 20)) |
| 827 | titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 20) | 827 | titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 20) |
| 828 | titleLabel.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) | 828 | titleLabel.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) |
| 829 | - titleLabel.text = "COSMOTE SuperMarket Deals" | 829 | + titleLabel.text = "SuperMarket Deals" |
| 830 | 830 | ||
| 831 | view.addSubview(titleLabel) | 831 | view.addSubview(titleLabel) |
| 832 | return view | 832 | return view | ... | ... |
-
Please register or login to post a comment