I'm using the method posted here to scroll an NSString
across the screen. However, as shown in the image below, the string doesn't seem to be drawing correctly. Anyone have any ideas? Thanks.
EDIT: I forgot to mention that I modified the scrolling text class to use an attributed string rather than a regular string.
EDIT 2: I think the problem is that the string is repeating before it can finish the first time. How can I add some spacing before the string repeats itself?