Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.5 ios6 multiple lines with text in a button

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?

like image 976
Peter Avatar asked Nov 20 '12 16:11

Peter


1 Answers

Set Line Break to "Word Wrap":

enter image description here

like image 180
Josh Avatar answered Jan 04 '23 04:01

Josh