SkillAgentSearch skills...

LoadingButton

UIButton subclass with an activity indicator and loading text

Install / Use

/learn @SeptiyanAndika/LoadingButton
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

<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

  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.

View on GitHub
GitHub Stars46
CategoryDevelopment
Updated1y ago
Forks8

Languages

Swift

Security Score

75/100

Audited on Jun 12, 2024

No findings