Replacing attributed text in UITextView with UndoManager support
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...
andresandswift.com1 min read