objective c - Wrap Text in UITextField? -


does know how wrap text in uitextfield? using cocoa/objective-c in xcode iphone project, , can not seem find way this...

uitextfield meant single-line text only. if want multiple lines of text, you'll have use uitextview class instead.

it's worth noting uitextview inherits uiscrollview, if don't want scrolling, may want stick uitextfield , put text being on 1 line... once tried subclass uitextview make multiple-line uitextfield, uiscrollview made task nightmare—in end went using simple uitextfield.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -