gpt4 book ai didi

iphone - IOS6 中 UINavigationController 中的 UIView 方向

转载 作者:行者123 更新时间:2023-12-03 19:53:43 26 4
gpt4 key购买 nike

我有一个 UINavigation 基础应用程序,其中我支持某些 View Controller 的所有方向,但不支持所有使用此代码的方向

@interface UINavigationController (Autorotation)

  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation;@结束

    @implementation UINavigationController(自动旋转)

  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation{

if ([self.visibleViewController isKindOfClass:[MWPhotoBrowser class]] || [self.visibleViewController isKindOfClass:[ZoomPictureViewController class]]) { return YES; } return (toInterfaceOrientation == UIInterfaceOrientationPortrait); } @end

它运行得很好,但在 IOS6 中不起作用。我已经在我的项目 plist 文件中设置了支持的所有四个方向。

如果有人找到解决办法,请提供帮助。

最佳答案

关于iphone - IOS6 中 UINavigationController 中的 UIView 方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13843250/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com