raginmari/RAGTextField

mutiline

dan085 opened this issue · 1 comments

any idea how to do multine regards!!

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.