• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
iOS 7 - Overriding NSNavigationController
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iOS 7 - Overriding NSNavigationController


  • Subject: iOS 7 - Overriding NSNavigationController
  • From: Dave <email@hidden>
  • Date: Fri, 20 Sep 2013 10:00:33 +0100

Hi,

I've been trying to figure out why the App I am working looks really awful under iOS 7 and have found the main culprit. It tuns out that the Apps Navigation Controller uses a subclass of NSNavigationController and overrides "wantsFullScreenLayout" which always returns NO, e.g.

-(BOOL) wantsFullScreenLayout
{
return NO;	//Never Allow Fullscreen
}

If I remove this, the apps looks a lot better most places BUT some of the ViewControllers/Views don't look at all right now! I'm wondering what effect the original engineer was getting by forcing wantsFullScreenLayout to be always NO?

Thanks a lot
Dave

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: iOS 7 - Overriding NSNavigationController
      • From: David Duncan <email@hidden>
  • Prev by Date: Re: iOS Calendar Question
  • Next by Date: iOS 7 App Store Acceptance Criteria
  • Previous by thread: Re: setEnabled equivalent for non-NSControl views
  • Next by thread: Re: iOS 7 - Overriding NSNavigationController
  • Index(es):
    • Date
    • Thread