Showing
5 changed files
with
4 additions
and
4 deletions
No preview for this file type
... | @@ -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 | ... | ... |
... | @@ -92,7 +92,7 @@ import AVFoundation | ... | @@ -92,7 +92,7 @@ import AVFoundation |
92 | 92 | ||
93 | let termsText = "1. Το εκπτωτικό κουπόνι ισχύει έως την ημερομηνία που αναφέρεται παραπάνω\n2. To εκπτωτικό κουπόνι αφορά στα ενεργά κουπόνια προσφορών όπως αναφέρονται παραπάνω.\n3. Το εκπτωτικό κουπόνι μπορεί να χρησιμοποιηθεί σε μια μόνο συναλλαγή.\n4. Εάν δεν γίνει χρήση ενός επιμέρους κουπονιού προσφοράς από το εκπτωτικό κουπόνι, το κουπόνι προσφοράς επιστρέφει στο καλάθι στην ενότητα COSMOTE SuperMarket Deals" | 93 | let termsText = "1. Το εκπτωτικό κουπόνι ισχύει έως την ημερομηνία που αναφέρεται παραπάνω\n2. To εκπτωτικό κουπόνι αφορά στα ενεργά κουπόνια προσφορών όπως αναφέρονται παραπάνω.\n3. Το εκπτωτικό κουπόνι μπορεί να χρησιμοποιηθεί σε μια μόνο συναλλαγή.\n4. Εάν δεν γίνει χρήση ενός επιμέρους κουπονιού προσφοράς από το εκπτωτικό κουπόνι, το κουπόνι προσφοράς επιστρέφει στο καλάθι στην ενότητα COSMOTE SuperMarket Deals" |
94 | termsTextView.attributedText = NSAttributedString(string: termsText) | 94 | termsTextView.attributedText = NSAttributedString(string: termsText) |
95 | - termsTextView.font = UIFont(name: "PeridotPE-Regular", size: 16) | 95 | + termsTextView.font = UIFont(name: "PeridotPE-Regular", size: 14) |
96 | termsTextView.textColor = UIColor(red: 0.62, green: 0.62, blue: 0.61, alpha: 1.00) | 96 | termsTextView.textColor = UIColor(red: 0.62, green: 0.62, blue: 0.61, alpha: 1.00) |
97 | termsTextView.textAlignment = .left | 97 | termsTextView.textAlignment = .left |
98 | termsTextView.isScrollEnabled = false | 98 | termsTextView.isScrollEnabled = false | ... | ... |
-
Please register or login to post a comment