HTextView is an implementation based on iOS UITextView. It provides some methods for the conveniency of text manipulation. For example, it provides the following functionalities
-
count lines in a UITextView
-
count paragraphs in a UITextView
-
highlight text in a UITextView
-
center a paragraph
-
more functionalities...