Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlapping rings ( like in apple's activity app ) #12

Open
skywinder opened this issue Jul 3, 2015 · 2 comments
Open

Overlapping rings ( like in apple's activity app ) #12

skywinder opened this issue Jul 3, 2015 · 2 comments

Comments

@skywinder
Copy link
Owner

As Dave mention in iOS Dev Weekly - Issue 205.

It doesn't do the fancy overlapping rings

So, he is definitely right! It should be implemented in next release!

img_4487
images

@skywinder
Copy link
Owner Author

Can't figure out, how to implement it. If some one familiar with CoreGraphics - please, help!

@skywinder skywinder changed the title Fancy overlapping rings ( like in apple's activity app ) Overlapping rings ( like in apple's activity app ) Aug 4, 2015
@skywinder
Copy link
Owner Author

One more idea to simplify overlaping drawing: it's enough to draw full circle (i.e. till 100%) and then just rotate whole view. So, if #2 will be implemented, then all need to do - is just check rate and if it's more than 100% - just rotate circle for specific value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant