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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -