Manos Chorianopoulos

wallet shadow fix

......@@ -107,12 +107,12 @@ import UIKit
// Configure the view for the selected state
}
public override func layoutSubviews() {
super.layoutSubviews()
//set the values for top,left,bottom,right margins
let margins = UIEdgeInsets(top: 0, left: 0, bottom: 4, right: 0)
contentView.frame = contentView.frame.inset(by: margins)
}
// public override func layoutSubviews() {
// super.layoutSubviews()
// //set the values for top,left,bottom,right margins
// let margins = UIEdgeInsets(top: 0, left: 0, bottom: 4, right: 0)
// contentView.frame = contentView.frame.inset(by: margins)
// }
func configureCell(totalCouponValue: Float, totalCouponDiscount: Float, unifiedCouponsDiscount: Float, forYouExpanded: Bool) {
......