• Stars
    star
    674
  • Rank 66,980 (Top 2 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 13 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou:

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.

Install

Carthage

  • Add github "shpakovski/MASPreferences" to your Cartfile.

CocoaPods

  • Add pod 'MASPreferences' to your Podfile.

Swift Package Manager

  • Add .package(url: "https://github.com/shpakovski/MASPreferences.git", .upToNextMajor(from: "1.4.1")) to your Package.swift.