Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 772 Bytes

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

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