Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

soffes/SAMCircleProgressView

Repository files navigation

SAMCircleProgressView

Determinate, circular progress view.

SAMCircleProgressView is tested on iOS 6 and requires ARC. Released under the MIT license.

Example

SAMCircleProgressView animated

Open up the included Xcode project for an example app.

Usage

SAMCircleProgressView *progressView = [[SAMCircleProgressView alloc] initWithFrame:CGRectMake(20.0f, 20.0f, 55.0f, 55.0f)];
	progressView.progress = 0.25;
[self.view addSubview:progressView];

See the header for full documentation.

Installation

Simply add the files in the SAMCircleProgressView to your project or add SAMCircleProgressView to your Podfile if you're using CocoaPods.

About

Determinate, circular progress view.

Resources

License

Stars

Watchers

Forks

Packages

No packages published