I have an ipad app(using NavigationViewController) that is in Landscape orientation. I can navigate down my view hierachary with no trouble and the screens appear ok.
The table on the screen expands and use the correct proportions of the screen. When i hit the back button on the Nav bar and it goes back to the previous view the table’s with seems to have gone back to the actual dimensions of the table when there is no
table.autoresizingMask = UIViewAutoresizingFlexibleWidth;
applied.
This only happens when you navigate backwards. Is there some bug from the OS because I do not think I cause this.
Many Thanks,
-Code
You need to apply size changes in viewWillAppear too. Along with it reload the table.