Question

I'm trying to have a UITextView reproducing the following effect (Apple Music App) :

Image 1Image 2

The label The Rolling Stones - Sweet Summer Sun, Live in Hyde Park ... is too big fit in the view, and so it moving like a banner.

I'm looking for a library of a way to implement this effect.

Was it helpful?

Solution

Look at this library MarqueeLabel I am sure it'll help you.

OTHER TIPS

I found an other good Library : CBAutoScrollLabel

I don't know with one is the best. I just implement CBAutoScrollLabelI'm it working perfectly.

A tips for some one who want to use it : It's a UIView not a UITextView (I've done the mistake in my Storyboard)

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