Monotouch 设置状态栏隐藏 - API 更改安全
如何在 Monotouch 应用程序中隐藏状态栏,使其在 iOS 3.X 上向后兼容,同时在 iOS >= 4.X 上进行开发?
How can I hide the status bar in a Monotouch application in such a way that it is backwards compatible on iOS 3.X while developing on iOS >= 4.X?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要设置隐藏在 Monotouch App 中的状态栏,并且希望在 iOS SDK 4.X 上以及较新的设备上进行开发时,为在 OS 3.X 上向后兼容运行的代码正确执行此操作,那么答案如下:
If you ever needed to set the status bar hidden in Monotouch App, and wanted to do it properly for code that runs backward compatible on OS 3.X while developing on iOS SDK 4.X and also for newer devices, here is the answer: