我正在为 iPad 和 iOS >= 4 开发应用程序,并且我正在使用拆分视图控制器。
但我不想在纵向模式下隐藏主面板。
对于 iOS 5,我可以使用
-(BOOL)splitViewController:shouldHideViewController:inOrientation;
但是对于 < 5 怎么办?
我正在为 iPad 和 iOS >= 4 开发应用程序,并且我正在使用拆分视图控制器。
但我不想在纵向模式下隐藏主面板。
对于 iOS 5,我可以使用
-(BOOL)splitViewController:shouldHideViewController:inOrientation;
但是对于 < 5 怎么办?