mutiline
dan085 opened this issue · 1 comments
dan085 commented
any idea how to do multine regards!!
raginmari commented
RAGTextField
is a text field. Text fields on iOS do not support multiline text (RAGTextField
is a subclass of UITextField
). Please use UITextView
instead.
Feel free to try and extend this class to support multiline text but I guess that may stray a little too far from the original UITextField
so that an extension of UITextView
should be more successful.