Hi,
Kindly help me in this regard. In my application, I'm developing two different view controllers, one for portrait mode and one for landscape mode, when the device will be rotated.
So I want the portrait view controller to load when the device is in portrait mode and it should load landscape view controller when device is rotated to landscape mode.
I'm using 'UIWindow' to manage these view controllers.
How shall I achieve this?
Thanks for reading through.
Kindly help me in this regard. In my application, I'm developing two different view controllers, one for portrait mode and one for landscape mode, when the device will be rotated.
So I want the portrait view controller to load when the device is in portrait mode and it should load landscape view controller when device is rotated to landscape mode.
I'm using 'UIWindow' to manage these view controllers.
How shall I achieve this?
Thanks for reading through.