LoadingButton
UIButton subclass with an activity indicator and loading text
Install / Use
/learn @SeptiyanAndika/LoadingButtonREADME
LoadingButton
[](https://travis-ci.org/Septiyan Andika Isanta/LoadingButton)
Preview
<p align="center"> <img src="preview/loading-button.gif" width="280"/> </p>Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Installation
-
Just add
LoadingButton.swiftfile to your project (LoadingButton/Classes/LoadingButton.swift). -
LoadingButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "LoadingButton"
Options
-
Start and stop loading button
loginButton.loading = true loginButton.loading = false -
Set position of ActivityIndicator
loginButton.indicatorAlignment = .Right signupButton.indicatorAlignment = .Left -
Text for title label when activity indicator is animating / loading
loginButton.loadingText = "Authenticating" -
The color of the activity indicator
loginButton.indicatorColor = UIColor.redColor()
Author
Septiyan Andika Isanta, septiyan.andika@gmail.com
License
LoadingButton is available under the MIT license. See the LICENSE file for more info.
