# MASPreferences **Repository Path**: kissoflove/MASPreferences ## Basic Information - **Project Name**: MASPreferences - **Description**: Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou: - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: http://blog.shpakovski.com/2011/04/preferences-windows-in-cocoa.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/shpakovski/MASPreferencesDemo). # Install #### [Carthage](https://github.com/Carthage/Carthage) - Add `github "shpakovski/MASPreferences"` to your Cartfile. #### [CocoaPods](https://github.com/cocoapods/cocoapods) - Add `pod 'MASPreferences'` to your Podfile.