Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azonaz/circleprogressbar
Circle progress bar
https://github.com/azonaz/circleprogressbar
practice swift
Last synced: 20 days ago
JSON representation
Circle progress bar
- Host: GitHub
- URL: https://github.com/azonaz/circleprogressbar
- Owner: Azonaz
- Created: 2024-09-17T14:31:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:14:06.000Z (5 months ago)
- Last Synced: 2024-11-22T05:27:57.509Z (3 months ago)
- Topics: practice, swift
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Circle Progress Bar
Creates a circular progress bar using CAShapeLayer in UIKit. The progress bar animates over 2 seconds, filling from 0 to 100%. Tapping anywhere on the screen restarts the animation.
The progress bar can animate either clockwise or counterclockwise by adjusting the path configuration.
# Screencast
![circleLoader-o](https://github.com/user-attachments/assets/3e4f11eb-c46c-4528-b876-0401b9b9befa)
Stack: UIKit, CAShapeLayer.