UITableView in UINavigationController gets under Navigation Bar after rotation

Posted by Jorge on Stack Overflow See other posts from Stack Overflow or by Jorge
Published on 2009-12-10T16:14:55Z Indexed on 2010/05/19 17:20 UTC
Read the original article Hit count: 148

This is Portrait:

alt text

This is Landscape

alt text

I've tried this on rotation with no success:

self.tableView.autoresizesSubviews = YES;
self.tableView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;

© Stack Overflow or respective owner

Related posts about uinavigationcontroller

Related posts about uitableview