I want to create a visual representation of 3 different numbers that relate to how much of something a user has. I know it's probably best to use CAShapeLayer.
So I need to draw one circle radius at 40%, another(different color) at 65%, and another(diff color) at say 90%. They all need to be on top of each either. Similar to the image below.
Are there any Github classes to help with this? Also, can I animate the radiuss being filled concurrently?
Thanks!