Skip to content

UIButton subclass with an activity indicator and loading text

License

Notifications You must be signed in to change notification settings

SeptiyanAndika/LoadingButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoadingButton

[![CI Status](http://img.shields.io/travis/Septiyan Andika Isanta/LoadingButton.svg?style=flat)](https://travis-ci.org/Septiyan Andika Isanta/LoadingButton) Version License Platform

Preview

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

  1. Just add LoadingButton.swift file to your project (LoadingButton/Classes/LoadingButton.swift).

  2. 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.

About

UIButton subclass with an activity indicator and loading text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •