上部のステータスバーを非表示にする

//ViewController.m
-(BOOL)prefersStatusBarHidden{
    return YES;
}