Skip to content

servercalap/CAProgressBar

Repository files navigation

screen shot 2015-05-28 at 15 55             53

Installation

Add the CAProgressBar.h and CAProgressBar.m source files to your project.
Download the latest code version or add the repository as a git submodule to your git-tracked project.
Open your project in Xcode, then drag and drop CAProgressBar.h and CAProgressBar.h onto your project (use the "Product          Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
Include CAProgressBar wherever you need it with #import "CAProgressBar.h"

Usage

CAProgressBar *checkProgress = [[CAProgressBar alloc] initWithFrame:CGRectMake(100, 100, 55, 20)]; checkProgress.hudColor =     UIColorFromRGB(0xF1F2F3); //[UIColor magentaColor]; [self.view addSubview:checkProgress];
[checkProgress showAnimated:YES];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published