2016年4月20日 星期三

xcode 隱藏 status bar

1.隱藏loading時的status bar
  在 PROJECT / General / Deployment Info 中,
  勾選了 Hind status bar

2.隱藏viewController上方的 status bar
  在ViewController.m 中增加

- (BOOL)prefersStatusBarHidden
{
  return YES;
}

沒有留言:

張貼留言