S
Size: a a a
S
А
А
S
А
А
AV
AS
warningText = "Please note that the amounts displayed may change due to exchange rate fluctuations at the time of the transaction.\n"
let warningTextAttributed = NSMutableAttributedString.init(string: warningText, attributes: [NSAttributedString.Key.font: UIFont.getFont(.regular, size: 2), NSAttributedString.Key.foregroundColor: UIColor.red])
let amountCurrencyTextAttributed = NSMutableAttributedString.init(string: amountCurrency, attributes: [NSAttributedString.Key.font: UIFont.getFont(.regular, size: 20), NSAttributedString.Key.foregroundColor: UIColor.blue])
warningTextAttributed.append(amountCurrencyTextAttributed)
amountCurrencyLabel.attributedText = warningTextAttributed
AS
S
M
S
M
S
SK
SK
A
СУ
S