AutoScrollLabel
AutoScrollLabel copied to clipboard
Provides marquee like UILabel scrolling, think Music.app track title scrolling. For Obj-C & Swift.
当这个控件被当做一个 UITableViewCell 的subview时候,在 reloadData 时候指定了同一个 text,会出现不再滚动的问题
iWatch Screen is way smaller than other platforms, it's more useful on WatchOS I belive.
Hi can you support Carthage?
Allow this to work on the desktop (AppKit).
It's not scrolling when text is "small" (for example "Full moon" not work). Why?
When I set text which is very large, like more than 300 characters, text doesn't appear on label. This is how I configured newsLabel AutoScrollLabel. Frame is set from XIB:...
I've added three functions to stop and reenable the automatic scrolling feature. This is useful, when the label is out of view for some time. Otherwise, it might become visible...
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...
The auto-scrolling should wait the `pauseInterval` before it initially begins scrolling.