Manos Chorianopoulos

wallet shadow fix

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