I'm making an app using pythonista, but the status bar is messing it up. How do I hide the status bar? I tried
UIApplication.sharedApplication().statusBar().hidden = True
But is only made the app crash. What should I do to fix this? Thanks in advance