xcode - How do I extend a UIToolbar across landscape orientation in iOS7? -


i have uitoolbar set in view controller has width of 768, extending across portrait view desire. when rotate landscape, toolbar maintains same width, instead of extending 1024 pixels.

i'm missing obvious, can't seem figure out. ideas? thanks.

you need add horizontal space constrains below:

enter image description here


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -