If you want to hide status bar in your application then do following steps to achieve:
1- Go to info.plist file provided in left panel of your application.
2- Add a new key with name “View controller-based status bar appearance” and set it to NO.
3- Click on AppDelegate file and add
0 Comment(s)