Unable to hide statusbar in single UIViewController

前端 未结 4 1355
感情败类
感情败类 2021-01-23 14:25

I want to hide staus bar in single view controller but my code is not working. I\'m using the below code

-(BOOL)prefersStatusBarHidden
{
    return YES;
}
         


        
4条回答
提交回复
热议问题