Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 823 Bytes

File metadata and controls

32 lines (20 loc) · 823 Bytes

ColorButton

Flat button based on recessed button type for macOS (AppKit) with (gradient) background capability.

Requirements

  • macOS 10.14+
  • Swift 5.0

Installation

Carthage

  1. Add the following to your Cartfile:
github "Maschina/ColorButton"
  1. You have two options:
    1. Either Run carthage update and add the framework as described in Carthage Readme
    2. Or use a very convenient auto-build script that adds the newly built framework to your Xcode project automatically

CocoaPods

  1. Add the following to your Podfile:
pod 'ColorButton', :git => 'https://github.com/Maschina/ColorButton.git', :tag => '1.0'
  1. Run pod install.