English 中文(简体)
UISplitView-模拟横向人像模式
原标题:UISplitView - Mimic portrait mode in landscape

是否可以将UISplitViewController设置为以与纵向模式相同的方式在横向模式下工作?例如,详细信息视图采用popover中包含的主视图的全屏显示。

我的布局增加了复杂性,因为右边的细节视图包含在导航控制器中,所以我看到的一两个例子似乎不起作用。

编辑:我只需要全屏显示详细信息视图中的一个视图。它显示的是照片,他们希望能够看到他们的全屏风景。

问题回答

为什么你需要有一个分裂的观点?您可以只拥有一个带有工具栏或导航栏的普通视图,以及一个显示弹出窗口的栏按钮项目。





相关问题
How do you create UIBarButtonItems with a radio interface?

I have a UIToolbar that needs three buttons in a radio style, meaning that of the three, only one button can be pushed at a time. The documentation makes reference to the possibility of setting up ...

iPhone settings bundle

I want to allow the user to enter a valid date using the iPhone’s settings application. I have experimented with many of the PreferenceSpecifiers data node types including date. I have two issues: ...

Circular #import/@class problem in ObjectiveC

I m going to use an example to properly illustrate my confusion. I can t quite wrap my head around this. In Cocoa touch, we have UIViewController and its subclass, UINavigationController. Now, UIVC ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Cocoa-Touch: issue looping MPMoviePlayerController

I have an app which has to load some data at startup, so I want to display a splash-screen animation. I m using the MPMoviePlayerController to play a m4v file. The movie has it s background set to [...

Iphone sequential animation with setAnimationDelay

I m trying to chain animation events. The application I m coding for work has a multiple choice quiz. First you pick your multiple choice answer. The quiz view fades away. Then a label ("correct" or "...

热门标签