views:

78

answers:

1

I would like to create a preferences window like in the standard Mac OS X apps (Safari etc.). I have found resources like DBPrefsWindowController from back in 2008 that matches the Apple HIG.

Just wondering if there is a new way to accomplish this? I can't locate any standard windows in Interface Builder so I assume Apple doesn't provide those, nor can I locate a official Apple sample code for providing this standard UI.

Thank you

+2  A: 

Take a look at this:

gammelgul
Thank you, DBPrefsWindowController seems to match the Apple HIG specification better as it supports fading between the tabs etc.
Luke