Skip to content
/ NLSpinner Public

A simple activity spinner library for macOS apps, written in Swift

License

Notifications You must be signed in to change notification settings

nlap/NLSpinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLSpinner

Platform Swift 5 Carthage compatible Twitter

A simple activity spinner for modern macOS apps, written in Swift. Resizeable & colorizable. macOS 10.10+

demo

Install

NLSpinner supports Carthage. Add following line in Cartfile

github "nlap/NLSpinner"

Then add the built frameworks to your project

Usage

See the demo app for all the library's features

Other

Pull requests are welcome, but I'm going to keep this library lightweight featurewise.
Acknowledgements to DJProgressHUD_OSX and YRKSpinningProgressIndicator for inspiration