2013-08-21 27 views
0

我顯示一個模式演示觀看在導航控制器後不滾動通過調用UITableView的導航控制器內解僱presentViewController

[self.navigationController presentViewController:controllerA animated:YES completion:nil]; 

而且我通過調用

[self.presentingViewController dismissViewControllerAnimated:YES completion:nil] 

後駁回controllerA在上一次導航控制器中的UITableView不會向上和向下滾動,就像它在調用presentViewController之前所做的那樣。我需要在解散之後做些什麼來使UITableView再次滾動。

回答

相關問題