我有Tabbar Controller,我有5个水龙头,每个水龙头都有不同的2个View Controller
现在我想要第一个ViewController(第一次点击)旋转所有模式,如肖像,横向左侧和横向右侧等。然后,我希望剩余的ViewControllers固定在一个模式,如肖像模式。
那怎么办呢?
答案 0 :(得分:0)
您可以使用:
- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
此方法返回您想要的特定方向类型。并且可以在每个视图控制器中设置此值。