Reputation: 1482
I am new in iOS developing. I am developing an application for portrait and landscape for iPhone. When i am running app Its running properly in Portrait mode.
But When I change mode from portrait to landscape my view is not going to display proper.
Below I have attached images or portrait mode and landscape mode.!
Problem :- There are two button in portrait mode but there are only one button in landscape mode.. I have tried number of combination of resizing. But dont getting proper output.
Thank you in advance.
Upvotes: 3
Views: 112
Reputation: 1482
Thanks for all.
I got My answer. as below
Also Uncheck autoresize subview property of both buttons.
Upvotes: 3