I have a UITableViewController
as my app's main view controller. When I rotate directly into landscape mode, everything is good and the table cells extend correctly across the screen. However, if I segue to another view, rotate into landscape, then tap the 'Back' button to return to the main view, the cell separators are still sized for portrait mode.
The cells themselves are ok - the disclosure indicator is at the far right, and the whole cell highlights on selection. It's just the separators that are wrong.
If I run the app in the iOS 6 simulator, I don't get the problem. Anyone know what's going on here? And is there any way I can force the separators to extend all the way across the screen?
Thanks in advance...
BTW, I did try to post screenshots, but I'm new around here and don't have the rep yet :-(