Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertk/ckindicatorbutton

UIBarButtonItem with Indicator
https://github.com/cybertk/ckindicatorbutton

Last synced: about 2 months ago
JSON representation

UIBarButtonItem with Indicator

Awesome Lists containing this project

README

        

# CKIndicatorButton

[![CI Status](http://img.shields.io/travis/Quanlong He/CKIndicatorButton.svg?style=flat)](https://travis-ci.org/Quanlong He/CKIndicatorButton)
[![Version](https://img.shields.io/cocoapods/v/CKIndicatorButton.svg?style=flat)](http://cocoadocs.org/docsets/CKIndicatorButton)
[![License](https://img.shields.io/cocoapods/l/CKIndicatorButton.svg?style=flat)](http://cocoadocs.org/docsets/CKIndicatorButton)
[![Platform](https://img.shields.io/cocoapods/p/CKIndicatorButton.svg?style=flat)](http://cocoadocs.org/docsets/CKIndicatorButton)

Display Indicator on UIButton and UIBarButtonItem

## Features

* Disable All User Interaction when start animating
* Enable All User Interaction when stop animating
* Hide keyboard when start animating
* Same API as `UIActivityIndicatorView`

## Usage

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

## Requirements

## Installation

CKIndicatorButton is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "CKIndicatorButton"

## Author

Quanlong He, [email protected]

## License

CKIndicatorButton is available under the MIT license. See the LICENSE file for more info.