https://github.com/ctarda/ring
UIVIew subclass that replicates a single activity ring
https://github.com/ctarda/ring
Last synced: 4 months ago
JSON representation
UIVIew subclass that replicates a single activity ring
- Host: GitHub
- URL: https://github.com/ctarda/ring
- Owner: ctarda
- License: mit
- Created: 2016-04-04T11:09:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T11:48:07.000Z (about 9 years ago)
- Last Synced: 2025-01-31T09:01:41.487Z (4 months ago)
- Language: Swift
- Size: 333 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ring
Ring is... well, a ring. A UIView subclass that tries to mimic a single activity ring in the Health app or a progress indicator, or whatever you want it to be.

# Integrating Ring in your project
As far as I know, the Swift Package Manager can not manage UIKit dependencies.
Ring can be integrated using Carthage:
````
github "ctarda/Ring"
````The project contains a sample app to showcase how to use Ring