Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -285,7 +285,7 @@ import AVFoundation | ... | @@ -285,7 +285,7 @@ import AVFoundation |
| 285 | 285 | ||
| 286 | let htmlText = couponSetData?.terms ?? "" | 286 | let htmlText = couponSetData?.terms ?? "" |
| 287 | termsTextView.attributedText = htmlText.htmlToAttributedString | 287 | termsTextView.attributedText = htmlText.htmlToAttributedString |
| 288 | - termsTextView.font = UIFont(name: "PeridotPE-Regular", size: 16) | 288 | + termsTextView.font = UIFont(name: "PeridotPE-Regular", size: 14) |
| 289 | termsTextView.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) | 289 | termsTextView.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) |
| 290 | termsTextView.textAlignment = .left | 290 | termsTextView.textAlignment = .left |
| 291 | termsTextView.isScrollEnabled = false | 291 | termsTextView.isScrollEnabled = false | ... | ... |
| ... | @@ -125,7 +125,7 @@ import SwiftEventBus | ... | @@ -125,7 +125,7 @@ import SwiftEventBus |
| 125 | 125 | ||
| 126 | let htmlText = couponset?.terms ?? "" | 126 | let htmlText = couponset?.terms ?? "" |
| 127 | termsTextView.attributedText = htmlText.htmlToAttributedString | 127 | termsTextView.attributedText = htmlText.htmlToAttributedString |
| 128 | - termsTextView.font = UIFont(name: "PeridotPE-Regular", size: 16) | 128 | + termsTextView.font = UIFont(name: "PeridotPE-Regular", size: 14) |
| 129 | termsTextView.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) | 129 | termsTextView.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) |
| 130 | termsTextView.textAlignment = .left | 130 | termsTextView.textAlignment = .left |
| 131 | termsTextView.isScrollEnabled = false | 131 | termsTextView.isScrollEnabled = false | ... | ... |
| ... | @@ -122,7 +122,7 @@ import SwiftEventBus | ... | @@ -122,7 +122,7 @@ import SwiftEventBus |
| 122 | // let htmlText = ccms?._description ?? "" | 122 | // let htmlText = ccms?._description ?? "" |
| 123 | // moreTextView.attributedText = htmlText.htmlToAttributedString | 123 | // moreTextView.attributedText = htmlText.htmlToAttributedString |
| 124 | moreTextView.text = ccms?._termsAndConditions ?? "" | 124 | moreTextView.text = ccms?._termsAndConditions ?? "" |
| 125 | - moreTextView.font = UIFont(name: "PeridotPE-Regular", size: 16) | 125 | + moreTextView.font = UIFont(name: "PeridotPE-Regular", size: 14) |
| 126 | moreTextView.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) | 126 | moreTextView.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) |
| 127 | moreTextView.textAlignment = .left | 127 | moreTextView.textAlignment = .left |
| 128 | moreTextView.isScrollEnabled = false | 128 | moreTextView.isScrollEnabled = false | ... | ... |
-
Please register or login to post a comment