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.
我需要制作“应用程序后。2 秒后,文本从左到右以平滑的波浪出现”。
有没有人为这波文本或解决方案提供一些代码?
您可以使用 Core Graphics 沿 UIBezierPath 呈现文本。这个问题 -现有圆圈上的曲线文本- 说明了如何很好地完成这一点。希望这可以帮助!