raginmari / RAGTextField

Subclass of UITextField that adds an animated placeholder and an optional hint label below the text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mutiline

dan085 opened this issue · 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.