Continuous scrolling of UILabel like marquee

Prerna chavan picture Prerna chavan · Jun 29, 2012 · Viewed 15.1k times · Source

I need to make marquee UILabel in Xcode. The marquee will scroll from right to left.

I tried CCScrollingLabel also JHTickerView and others. But i can not find simple code with marquee with out any views/arrays/some stupid libraries and others

How to make marquee with UILabel? (UITextField and NSTextField are OK too).

Answer