SyntaxFix
Write A Post
Hire A Developer
Questions
You can use \r to go to next line while filling up the UILabel using NSString.
\r
UILabel
NSString
UILabel * label; label.text = [NSString stringWithFormat:@"%@ \r %@",@"first line",@"seconcd line"];