Objective-C 连续水平滚动文字

Objective-C continuous horizontal scrolling text

是否可以在 Objective-C 中为 UILabel 创建连续的水平滚动。 HTML 中的代码如下所示,因此您可以更好地理解我在说什么。

<marquee behavior="scroll" direction="left">Scrolling text goes here</marquee>

谢谢!

没有提供此功能的内置控件。您可能想看看开源项目 MarqueeLabel,它是 UILabel 的子类,添加了对此效果的支持。