Loading Buttons
A collection of loading buttons and their styling written in Swift.
Key Features
- The example gives you 8 choices of loading indicators with the loading button.
- The IndicatorProtocol clearly defines the functions and properties. You can refer to it and customize your own.
- The LoadingButton class is made to be open, from which you can easily inherit and create your own.
Requirements
- Swift 5.0
- iOS 11.0+
Installation
LoadingButtons project is available via CocoaPods. To install it, simply add the following line to your Podfile:
$ pod 'MHLoadingButton'
If you don't use CocoaPods, you can download the entire project then import all the source files and use them in your project.