How to edit UITextView by enabling AllowsEditingTextAttributes (create a Text Editor) in your iOS App to make selected text bold, italics, underline? – Xcode

In this video it shows simple steps to enable to enable or activate the allowsEditingTextAttributes in the uiTextView. This concept can be used to make the text editing possible in your iOS App. It uses a button to explicitly enable this option in the uiTextView’s attribute. This attribute (allowsEditingTextAttributes ) … Continue reading How to edit UITextView by enabling AllowsEditingTextAttributes (create a Text Editor) in your iOS App to make selected text bold, italics, underline? – Xcode