如何让UITableView响应viewDidRotate?

时间:2012-05-08 16:38:25

标签: iphone ios ipad

我有一个继承自UITableViewContoller的UIViewController:

@interface AllProductsViewController : UITableViewController

如果设备已旋转,我需要重绘表格单元格。看起来我无权访问UITableViewController中的viewDidRotate,那么在这种情况下最好的方法是什么?

1 个答案:

答案 0 :(得分:1)

The UITableViewController inherits from UIViewController,是的,您可以访问这些方法。