我有一个UIView,它包含一个导航栏和UITableView。我实现了一个实现UITableViewDelegate的UIViewController。我为UIViewController过度使用了shouldAutorotateForInterfaceOrientation,为横向和纵向模式返回YES。但是View似乎没有旋转。我做了类似的事情,没有导航栏和Tableview,视图旋转。
是我缺少的东西。
答案 0 :(得分:1)
你需要在你的UIViewController中覆盖-shouldAutorotateForInterfaceOrientation:而不是视图本身。