Код: Выделить всё
var attributedpricestring = AttributedString("\(yearlyfullpricestring)\n\(yearlyrealpricestring)")
let range = attributedpricestring.range(of: yearlyfullpricestring)!
attributedpricestring[range].foregroundColor = UIColor(named: "color-orange-highlight")
attributedpricestring[range].strikethroughStyle = .single
Код: Выделить всё
warning: cannot form key path that captures non-sendable type
'KeyPath'
Подробнее здесь: https://stackoverflow.com/questions/785 ... path-uikit
Мобильная версия