soffes / SAMCircleProgressView

Determinate, circular progress view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Objective-C 94.1%Language:Ruby 5.9%