UITableView no UINavigationController fica sob a barra de navegação após a rotação

Este é o retrato:

texto alt http://i45.tinypic.com/2cp6ttf.jpg

Isso é paisagem

texto alternativo http://i47.tinypic.com/15g6ve9.jpg

Eu tentei isso em rotação sem sucesso:

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

questionAnswers(8)

yourAnswerToTheQuestion