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:
Comments
Post a Comment