Just like the question says, I need to hide status + navigation bar when user taps. So far, navigation bar was easy. Cann't find a way to do the same with status bar.
By the way, tried
UIApplication.sharedApplication().statusBarHidden = true
but no luck yet