CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | May 2015 |
Maintained by Valentin Kalchev.
A custom circular UIButton which has a progress border indicator. It is designed to animate an array of images while indicating the progress. You can set the speed of the image animation and change the appearance of the button. The example shows how the button can be used while sending a tweet.
Installing with CocoaPods
If you're unfamiliar with CocoaPods there is a great tutorial here to get you up to speed.
TTProgressButton
to your Podfile.pod 'TTProgressButton'
pod install
..xcworkspace
file to launch Xcode and start using the control!Installing manually from GitHub
TTProgressButton.h
, TTProgressButton.m
, UIImage+Alpha.h
and UIImage+Alpha.m
files from the Source folder and add them to your Xcode project.TwitterBird_1-6
files from the Assets folder and add them to your Xcode project.#import TTProgressButton.h
wherever you need it.TTProgressButton is available under the MIT license. See the LICENSE file for more info.