Hello to anyone, who, like me, found it extremely frustrating to use
NSAffineTransform to reliably and freely rotate text in a custom view.
The frustration arose from my not having any maths beyond sixth grade.
After scouring the web, I found a wonderful example by a fella called
zootbobbalu which he'd posted at
<
http://www.cocoadev.com/index.pl?RotateAndTranslateADrawing>.
Anyway, I finally worked out how to use it and have made an even
simpler example project. Get it at:
<
http://members.ozemail.com.au/~ronfleckner/rotate.zip>.