mirror of
https://github.com/HackPlan/MASPreferences.git
synced 2026-04-27 17:30:59 +08:00
28ce642c2bdc0eee24249ebd2219bdab7e5a21de
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.
##Swift Edge case
When using Swift you need to override the identifier from MASPreferencesViewController the following to be compatible with the mutable identifier String? in NSViewController
override var identifier: String? { get {return "general"} set { super.identifier = newValue} }
Description
Languages
Objective-C
95.7%
Ruby
4.3%