Showing
3 changed files
with
6 additions
and
6 deletions
No preview for this file type
This diff is collapsed. Click to expand it.
... | @@ -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 | ... | ... |
-
Please register or login to post a comment