Skip to content

vidaaudrey/005-Circular-Progress-Loader-Animation

Repository files navigation

005-Circular-Progress-Loader-Animation

Description: A highly customizable progress animation control.

Snapshot 1 Snapshot 4 Snapshot 2 Snapshot 3

How to Use: Use below code to programmatically create and customize the view, all parameters except the first "frame" can be nil.

progressView = ProgressView(frame: rect, labelTextColor: UIColor.whiteColor(), labelFontSize: 30, labelFontName: nil, circleStrokeColors: colors, circleFillColor: nil, circleLineWidth: 15, strokeStartValue: nil, strokeEndValue:nil, loadText: "Load View", loadingText: "Loading", endLoadingText: "Done")

view.addSubview(progressView)

progressView.animateProgressView()

Ref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages