Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您将如何创建滚动的突发新闻视图,正如您在 iphone 上的苹果通知中心(显示股票的位置)中看到的那样?
有这方面的开源例子吗?
提前致谢
`https://github.com/cbpowell/MarqueeLabel`
MarqueeLabel 与 UILabel 功能等效,当标签的文本超出可用宽度(对于给定的字体大小)时,它会添加滚动选取框效果。所有标准的 UILabel 属性都在 MarqueeLabel 中可用,它的行为就像 UILabel。