-3

I would like to force my app's home screen to be Portrait and all other views to be landscape. Will apple rejects the app if I do this?

If not And how exactly I force only first screen to launch in Portrait mode? And force all other screens to launch in landscape.

This is not a duplicate question I search every possible answer for this in this website.

4

1 回答 1

2

我想强制我的应用程序的主屏幕为纵向,所有其他视图为横向。如果我这样做,苹果会拒绝该应用程序吗?没有苹果不会为此拒绝您的应用程序。我们确实有很多不支持方向的应用程序。您在一个屏幕上强制它不会导致您的应用拒绝。

如果不是,我究竟如何强制第一个屏幕以纵向模式启动?并强制所有其他屏幕以横向启动。为此,您可以重写 :-(NSUInteger)supportedInterfaceOrientations;函数。

于 2013-04-05T06:54:22.230 回答