gpt4 book ai didi

iphone - 使用 Storyboard的 Xcode 横向模式

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:45:21 25 4
gpt4 key购买 nike

我正在为 Zoo 制作一个应用程序,它非常简单,但是因为一开始我尝试使用代码和 xcode 3.2 来制作它,但是我遇到了一些问题所以我开始使用 Xcode 4.3 并正在尝试它与 Storyboard。

我的问题是,如何将所有应用程序置于横向模式?我的意思是我已经在 infoplist 中设置了它:初始界面方向,然后在 .m 文件中我更改了以下内容:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return UIInterfaceOrientationLandscapeRight;
}

但它不起作用。当我添加一个 tabbarcontroller 并将其链接时,所有 View 都变为纵向。第一个,如果我旋转它,它确实给我风景,但所有其他人总是纵向的,所以我能做什么?

最佳答案

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return interfaceOrientation==UIInterfaceOrientationLandscapeRight;
}

关于iphone - 使用 Storyboard的 Xcode 横向模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10438732/

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