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.

有帮助吗?

解决方案

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

其他提示

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)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top