Skip to content

iCloud style button to display progress of a download and stop it.

License

Notifications You must be signed in to change notification settings

ebf/CTDownloadProgressButton

Repository files navigation

CTDownloadProgressButton

iCloud style button to display progress of a download and stop it.

Screenshot

Screenshot

Usage

// setup button
CTDownloadProgressButton *button = [[CTDownloadProgressButton alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 29.0f, 29.0f)];
[button addTarget:self action:@selector(_stopDownloadButtonClicked:) forControlEvents:UIControlEventTouchUpInside];

// set progress
button.progress = 0.45f;

License

MIT

About

iCloud style button to display progress of a download and stop it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published