Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让 iOS 设备处于纵向模式,并且任何键盘都将以横向模式显示。我怎么能管理这样的事情?提前致谢。
我会尝试设置状态栏的方向。这将需要特殊处理以确保您的视图不会旋转,但键盘、弹出框、操作表等都采用应用程序状态栏的方向。像这样设置状态栏的方向:
[[UIApplication sharedApplication] setStatusBarOrientation:newOrientation]