Preference panes
Preference panes
- Subject: Preference panes
- From: Chad Armstrong <email@hidden>
- Date: Wed, 24 Mar 2004 10:01:21 -0600
I am adding a preference pane to an application, and I am trying to
determine the best route in doing so. My current application has
several different classes which need to access the preferences. Should
I declare a new set of preferences in each class to access them, or
should I take another route?
An brief example in the book Cocoa Programming for Mac OS X by Aaron
Hillegass shows creating a whole new NIB for the preference pane.
Would this be the ideal way for my several classes to interact with the
preference pane? I would also like to save any user selected options
in the process, too.
Chad Armstrong
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.