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.
如何摆脱状态栏,使用 Xcode 5 并为 iPhone 开发。我需要从我的应用程序中取出状态栏。
在您的 Info.plist 文件集中:
[[UIApplication sharedApplication] setStatusBarHidden:YES];