I am trying to add multi-line form code to UILabel. After reading some questions, it seems you need to add the following:
textLabel.lineBreakMode = NSLineBreakByWordWrapping; textLabel.numberOfLines = 0;
The problem is that I do not see it available in monaural.
Does anyone know how to do this in monophonic mode?
Thanks!
Di idan
source share