- August 28, 2025
- Mins Read
DACircularProgress is a UIView subclass with circular UIProgressView properties.
It was originally built to be an imitation of Facebook’s photo progress indicator.
View the included example project for a demonstration.
To use DACircularProgress:
DACircularProgress folder to your project folder.<QuartzCore.framework>.#import "DACircularProgressView.h"
self.progressView = [[DACircularProgressView alloc] initWithFrame:CGRectMake(140.0f, 30.0f, 40.0f, 40.0f)];
self.progressView.roundedCorners = YES;
self.progressView.trackTintColor = [UIColor clearColor];
[self.view addSubview:self.progressView];
UIView element and setting its class to DACircularProgressiOS5.0+
DACircularProgress was made with ARC enabled by default.
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...