FormattableTextView is a framework which allows you to format user input according to your mask. There are 2 implementations: for UITextView and for UITextField. UITextField is less memory consuming, UITextView is more flexible for customization. You can choose either one.
When you select the text in this field, only your input text is selected because non-input symbols are drawn in other layers.

Leave a Reply
You must be logged in to post a comment.