Possible Duplicate:
How do I draw an NSString at an angle?
I am using
[@"mytext" drawInrect : CGRrectIntegral (rect) withFont:font];
to write text on a picture, How can i write the text with different angle each time? (its a rolling picture that should spin with the text).
Below code rotates the
label