Xcode 4.2 - UILabel Word Wrap
问题 I know people have asked this question a bunch of times alrdy on Stack, but the usual answer of changing "Lines: 0" and selecting "Line Breaks: Word Wrap" just isn't fixing it for me. I am using Xcode 4.2 with a Storyboard. I have placed a UILabel on a View Controller and resized it to cover most of the View. I have changed "Lines" value to 0 and "Line Breaks" value to Word Wrap. I have tried \n in my string: @"This is my label text \n that's supposed to wrap." Any ideas?? EDIT: I wasn't