Custom implementation of Preferences window in Cocoa applications for Mac OS X
Перейти к файлу
Justin Spahr-Summers d0d56ca765 Merge pull request #1 from github/custom-toolbar-view
Adds support for providing a custom NSView as for the preferences toolbar.
2012-12-26 22:57:44 -08:00
.gitignore Added: Demo project. 2011-04-22 18:37:09 +03:00
MASPreferencesViewController.h Improved documentation wording. 2012-12-27 13:04:54 +11:00
MASPreferencesWindow.xib Removes Demo project. 2012-04-16 21:26:04 +03:00
MASPreferencesWindowController.h Explicit visibility for using -fvisibility=hidden 2012-08-27 16:24:58 -07:00
MASPreferencesWindowController.m Improve documentation, use copy for NSStrings, and log the object failing the assertion. 2012-12-27 12:55:13 +11:00
README.md Improves README. 2012-04-16 21:45:05 +03:00

README.md

MASPreferences

This component is intended as a replacement for SS_PrefsController by Matt Legend Gemmell and Selectable Toolbar by Brandon Walkin. It is designed to use NSViewController subclasses for preference panes.

How to use

You can find a Demo project at MASPreferencesDemo.

License

MASPreferences is licensed under the BSD license