Hi. I'm trying to present a full-screen tutorial in my app that uses all the available pixels. I've provided this in the presented view controller:
- (BOOL) prefersStatusBarHidden { return true; } But it's never called. It is presented from a button in a UIPopover using a full-screen, cross-dissolve modal presentation segue. UIViewControllerBasedStatusBarAppearance is NO in my plist, but that shouldn't make any difference (for completeness, I tried it with YES, and it didn't). Any idea? I saw one post online that said I had to make my modal view controller a child of the presenting view controller, but I hope that's not the case. -- Rick
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com