سؤال

I have a UIToolbar set up in my view controller that has a width of 768, extending across portrait view as I desire. But when I rotate to landscape, the toolbar maintains the same width, instead of extending to 1024 pixels.

I'm probably missing something obvious, but I can't seem to figure this out. Any ideas? Thanks.

هل كانت مفيدة؟

المحلول

You need to add Horizontal Space constrains as below:

enter image description here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top