Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个继承自 UITableViewContoller 的 UIViewController:
@interface AllProductsViewController : UITableViewController
如果设备已旋转,我需要重新绘制表格单元格。看起来我无法访问 UITableViewController 中的 viewDidRotate 那么在这种情况下最好的方法是什么?
UITableViewController 继承自 UIViewController,所以是的,您可以访问这些方法。