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];
-
Notifications
You must be signed in to change notification settings - Fork 0
License
servercalap/CAProgressBar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published