I have a circle CGRectMake(0.0, 0.0, 100.0, 100.0) with cornerRadius = 100;
I want to move an image around that circle. The image should move around the circle and point to the north. In other words it's a compass, just the heading doesn't rotate, but moves around the circle. Also I need the animation to move forwards and backwards just like on a compass.
Has anyone implemented something like this or have any suggestions or ideas?