I need to create more than one UIView with MARQUEE effect like HTML <marquee>
tag.
I first need to create UIView dynamically.
After add a MARQUEE effect for dynamically created UIView.
Any help will be appreciated.
I need to create more than one UIView with MARQUEE effect like HTML <marquee>
tag.
I first need to create UIView dynamically.
After add a MARQUEE effect for dynamically created UIView.
Any help will be appreciated.
Do you mean a view that can display a collection of strings that are wider than the view's width which it displays by slowly scrolling them from right to left? You'd need to build it. I did once, by subclassing UIScrollView like this: