Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/ckindicatorbutton
UIBarButtonItem with Indicator
https://github.com/cybertk/ckindicatorbutton
Last synced: about 2 months ago
JSON representation
UIBarButtonItem with Indicator
- Host: GitHub
- URL: https://github.com/cybertk/ckindicatorbutton
- Owner: cybertk
- License: mit
- Created: 2014-08-01T09:39:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T14:33:57.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:28:39.182Z (9 months ago)
- Language: Objective-C
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.