MASPreferences 1.4.1

MASPreferences 1.4.1

TestsTested
LangLanguage Obj-CObjective C
License NOASSERTION
ReleasedLast Release May 2022

Maintained by Vadim Shpakovski.



  • By
  • Vadim Shpakovski

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.