Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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