Xcode 4.5:如何通过查看模拟器来了解您当前所处的方向?

时间:2013-05-23 07:15:11

标签: iphone ios xcode xcode4.5

我目前正在使用Xcode 4.5,我想知道如何通过查看模拟器来确定我们当前的方向?

以前,模拟器中有一个主页按钮,可以让您知道您所处的位置:

UIInterfaceOrientationPortrait,
UIInterfaceOrientationPortraitUpsideDown,
UIInterfaceOrientationLandscapeLeft, or
UIInterfaceOrientationLandscapeRight

但是,我不知道如何在最新版本的模拟器中完成。 我错过了什么?

修改

我想知道如何通过以编程方式查看模拟器来确定方向,这非常有可能。

这是我每次启动iPad模拟器时都会看到的快照:

iPad Simulator ScreenShot

适用于iPhone Retina

iPhone Retina Simulator

适用于iPhone

iPhone

我检查了选项,我无法看到我们如何知道模拟器是否在UIInterfaceOrientationLandscapeLeft或UIInterfaceOrientationLandscapeRight中,除了iPhone的情况。

我找不到相同的iPad和iPhone Retina模拟器。

以编程方式,它的可能性如其中一个答案所述,但我想知道在检查模拟器本身时是否有办法找到它。

我可能错过了什么?

0 个答案:

没有答案