With the new iPads rolling out, I'm adding touch ID to our next app update. I have a landscape only app that always hides the status bar running on an iPhone 5s running iOS 8.
I have the touch ID code working fine, but the alert only appears as if the app were in portrait. The background behind the touch ID alert also throws up a portrait status bar.
Is it possible to display the alert in landscape at all?
Is there a way to not display that status bar?
I've tried messing with supportedInterfaceOrientations
, but the touch ID alert doesn't seem to care or reference what the view controller is currently being displayed as.