SAMCircleProgressView

March 14, 2014 ยท View on GitHub

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.