ios7状态栏隐藏

来源:互联网 发布:js jsonarray 编辑:程序博客网 时间:2024/06/04 19:49
- (BOOL)prefersStatusBarHidden
{
    return YES;
}


将此方法加到最开始的ViewController中

原创粉丝点击