Quantcast
Channel: status bar hidden on simulator but not iPhone - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Patrick R for status bar hidden on simulator but not iPhone

$
0
0

You can write this code in viewWillAppear:

UIApplication.shared.setStatusBarHidden(true, with: .slide)

And if you don’t want to hide status bar for other views then you should hide in viewWillDisappear:

UIApplication.shared.setStatusBarHidden(false, with: .slide)

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>