I understand that CGAffineTransformMakeRotation
can rotate an image, and CGAffineTransformMakeTranslation
translates an image. I also understand CGAffineTransformConcat
can merge two transformations. However, I cannot seem to figure out a way to move an image on an arc using both of these. I understand this is more a mathematical question but does anyone have a reference they can point me to?
Edit:
[bezierPathWithArcCenter:radius:startAngle:endAngle:clockwise:]
did the trick.