【问题标题】:How do I get rid of the status bar all together in Xcode 5.如何在 Xcode 5 中一起摆脱状态栏。 【发布时间】:2013-09-30 17:31:14 【问题描述】: 如何摆脱状态栏,使用 Xcode 5 并为 iPhone 开发。我需要从我的应用中移除状态栏。 【问题讨论】: Hiding status bar IOS 的可能重复项 How to hide a status bar in iOS?的可能重复 标签: iphone xcode statusbar 【解决方案1】: 在您的 Info.plist 文件集中: [[UIApplication sharedApplication] setStatusBarHidden:YES]; 【讨论】: