Question

I am creating a moving text display with a huge font size. The faster the text moves, the less smooth the text transition becomes. I am calling NSString drawAtPoint evere 0.01 second (NSTimer) and move the text 1 point.

Would there be a better option for the drawing? Maybe using a UILabel or UIScrollView?

Any advise is welcome! Thanks

Was it helpful?

Solution

How about using the animation features of the system?

eg: [UIView animateWithDuration:animations:]

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top