Is there any equivalent to the Android's android:ellipsize="marquee"
for iOS? I've read some posts here regarding this scrolling text effect in iOS and it seems that you need either to implement the animation yourself with a timer, either use a third-party control, but those posts are a bit old and I need to make sure that the iOS SDK does not include a way to display this effect to its labels...
If the only way is to code it yourself or use another control, which control (open and free, and allowed for commercial apps) would you recommend?
Thanks a lot