I want to draw circles like in apple`s activity app on apple watch. Researching about it I find that many do this by just providing an Image for each state of the circle. There is software who help to provide Images like here:
However I want to achieve this with graphic transformations, let´s say e.g. with core graphics
framework.
Anyone knows if this is even possible with watchkit? I don´t want a ready-to-use code solution, just want to know which technologies I can use. Thank you very much.