|
|
Member Since: Aug 13, 2011
Location: West Sussex, UK
Posts: 143
|

04-01-2012, 03:17 PM
A UILabel does not support multiline text, but the NSTextField used in Mac OSX projects does.
So you will have to use a UITextView object in your iOS projects, for multiline text, and if you set it's
editable property to false in the attributes inspector, then it will serve the same purpose as an UILabel.
Hope this helps.
Regards Mark
|
|
|
QUOTE
Thanks
|