I'm making a game with Cinder for iOS, and I have no idea how to hide the status bar. I tried calling Cinder's built-in hideStatusBar()
function, as well as setting the Status bar is initially hidden
option to YES
in my info.plist.
Neither of these methods work, even when combined. The status bar is visible both in iOS 8.1 simulator and on my iOS 7.1.2 testing device.
Any ideas?