is it possible to create continuous horizontal scrolling for UILabel in Objective-C. The code in HTML would look like this, so you can get a better idea what I'm talking about.
<marquee behavior="scroll" direction="left">Scrolling text goes here</marquee>
Thanks!