Re: Implementing Full Screen for 10.7 but app should also run on 10.6
Re: Implementing Full Screen for 10.7 but app should also run on 10.6
- Subject: Re: Implementing Full Screen for 10.7 but app should also run on 10.6
- From: Koen van der Drift <email@hidden>
- Date: Mon, 14 Nov 2011 18:48:45 -0500
On Nov 14, 2011, at 4:55 PM, Graham Cox wrote:
> If you are using Xcode 4.x, you can just flag the "supports fullscreen" in IB and it just works. You get a warning that the feature isn't supported on 10.6 or earlier when the nib is compiled, but it's OK - earlier systems just ignore that flag. On 10.7 it is honoured. Other aspects of fullscreen behaviour are handled by delegate methods, which can exist on any system version, but will never be called on < 10.7
It just works!
Thanks,
- Koen._______________________________________________
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