Replacing attributed text in UITextView with UndoManager support
Jan 1, 2024 · 1 min read · When 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...
Join discussion