Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -122,13 +122,13 @@ import AVFoundation | ... | @@ -122,13 +122,13 @@ import AVFoundation |
122 | if (isMarket == true) { | 122 | if (isMarket == true) { |
123 | couponImage.contentMode = .scaleAspectFit | 123 | couponImage.contentMode = .scaleAspectFit |
124 | 124 | ||
125 | -// nameLabel.text = coupon?.name ?? "" | 125 | + nameLabel.text = coupon?.name ?? "" |
126 | // discriptionLabel.text = coupon?.short_description ?? "" | 126 | // discriptionLabel.text = coupon?.short_description ?? "" |
127 | 127 | ||
128 | - let htmlName = coupon?.inner_text ?? "" | 128 | +// let htmlName = coupon?.inner_text ?? "" |
129 | let htmlDiscription = coupon?.description ?? "" | 129 | let htmlDiscription = coupon?.description ?? "" |
130 | 130 | ||
131 | - nameLabel.text = htmlName.htmlToString | 131 | +// nameLabel.text = htmlName.htmlToString |
132 | discriptionLabel.text = htmlDiscription.htmlToString | 132 | discriptionLabel.text = htmlDiscription.htmlToString |
133 | } else { | 133 | } else { |
134 | couponImage.contentMode = .scaleAspectFill | 134 | couponImage.contentMode = .scaleAspectFill | ... | ... |
-
Please register or login to post a comment