谁能告诉我在 iOS8中使用纵向和横向界面方向的“正确”或“最佳”方法?似乎我想用来实现这一目的的所有功能在 iOS8中都被弃用了,而我的研究也没有发现明确、优雅的替代方案。我真的应该看宽度和高度,以确定自己是否在人像或风景模式?
例如,在我的视图控制器中,我应该如何实现以下伪代码?
if we are rotating from portrait to landscape then
do portrait things
else if we are rotating from landscape to portrait then
do landscape things