I'm trying to create a View that has a UIBezierPath on it. This works now. I would like to place UIImages (random number of images) on that UIBezierPath and animate them on request all to the next step or the previous step. All images at once and all to the same direction.
Have been looking at all documentation now and i can't figure it out.
So hopefully somebody can help me or point me in the right direction.
I think you can compare it to some racecars that are chasing eachother, not gaining eachother and all starting on different locations. I want to move them to a next point by touch, so no loops needed.