Flat button based on recessed button type for macOS (AppKit) with (gradient) background capability.
- macOS 10.14+
- Swift 5.0
- Add the following to your Cartfile:
github "Maschina/ColorButton"
- You have two options:
- Either Run
carthage update
and add the framework as described in Carthage Readme - Or use a very convenient auto-build script that adds the newly built framework to your Xcode project automatically
- Either Run
- Add the following to your Podfile:
pod 'ColorButton', :git => 'https://github.com/Maschina/ColorButton.git', :tag => '1.0'
- Run
pod install
.