How can I rotate objects like a rectangle or circle in core graphics? and is it possible to do this with Core Animation?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try setting the transform property of the view (which is animatable) or use CGAffineTransformMakeRotation to make a transform you can apply to your context when drawing. |
|||
|
|