Xcode 4.5 ios6 multiple lines with text in a button
button, ios6, storyboard, text, xcode4.5
Solution
Set Line Break to "Word Wrap":
Problem
When I'm make a button on the screen in the storyboard and have more text in it than the buttons width. The text just keep on going on a straight line past the buttons end. When this happens I want to have a line break so I can have the text on two lines, but I can't figure out how to get two lines of text in a button in the storyboard.. Any ideas how I can get this done in the storyboard?