var htmlDecoded: String {
let decoded = try? NSAttributedString(data: Data(utf8), options: [
.documentType: NSAttributedString.DocumentType.html,
.characterEncoding: String.Encoding.utf8.rawValue
], documentAttributes: nil).string
return decoded ?? self
}
В Playground отлично работает, а когда добавляю к полю, вылетает: Thread 1: Simultaneous accesses to 0x159735180, but modification requires exclusive access
Ну зачем такое делать через вычислимое св-во? Сделай как все делают )
через UIViewRepresentable?
Напиши в личку, это долгая история как я понял )
Обсуждают сегодня