Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctarda/ring
UIVIew subclass that replicates a single activity ring
https://github.com/ctarda/ring
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T11:48:07.000Z (almost 9 years ago)
- Last Synced: 2024-12-12T18:22:40.710Z (2 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.
![animation](animation-small.gif)
# 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