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.
我在标签栏控制器中有一个导航控制器。在横向模式下,后退按钮动画会向下而不是向右推动。
我需要做什么才能让它像在纵向模式下一样向右推?谢谢。
如果您的 UIViewController 之一没有横向支持,我之前已经看到过这种情况。
仔细检查您shouldAutorotateToInterfaceOrientation的两个 UIViewControllers 并确保它们都为纵向和横向返回 YES。
shouldAutorotateToInterfaceOrientation