View Single Post
johnhoffman

 
Member Since: Feb 13, 2012
Posts: 2
johnhoffman is on a distinguished road

johnhoffman is offline
I wrote this code in my "viewDidLoad" function in my iOS project.

Code:
lettersLeftLabel.text = @"ABCDEFGH\nIJKLMNOP\nQRSTUVWX\nYZ";
"lettersLeftLabel" is an IBOutlet denoting a text label.

However, no newlines appear. Why?
QUOTE Thanks