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
Post a Comment