Re-Add tabBarController's view into window and the device is in landscape mode
- by user285553
Hello,
I have an app that is a tabBarController based app.
I have 4 tabs on it and one of these is for logging in/out in my app.
The main ideea is that when I logout, I release the tabBarController (this will release the all 4 view controllers too - I have done this becuse I want to refersh all the views after logging out to look just like the…