cbess / AutoScrollLabel

Provides marquee like UILabel scrolling, think Music.app track title scrolling. For Obj-C & Swift.
MIT License
524 stars 107 forks source link

Vertical Scroll #53

Open markmunoz opened 9 years ago

markmunoz commented 9 years ago

Can you add vertical scroll and multiple line support? I am building out a tvOS app and I have a set size for a description. I want it to fill that size and if there is more text scroll the text upwards.

cbess commented 9 years ago

I think I understand, you want it to scroll like it does at the end of movies, the credits?

cbess commented 9 years ago

Like this https://github.com/MattFoley/SWCrawlView or http://stackoverflow.com/questions/15501055/objective-%D0%A1-star-wars-opening-crawl ?

markmunoz commented 9 years ago

Yeah exactly like a movie credit screen. I think Apple's own Apple TV does it for movies with long descriptions or the Plex app has done it as well for the same purpose.