Andrés Portilloandresandswift.com·Jan 1, 2024Replacing attributed text in UITextView with UndoManager supportWhen working on apps with text editing capabilities, a must have feature is to allow users to undo their changes, UITextViews makes this easier via the undoManager property. Text changes performed with the replaceRange:withText: are automatically reg...86 readsNSAttributedString