0

I need to make "After app. 2 seconds, the text appears in a smooth wave from left to right".

Has anyone some code for this wave of text or some solution?

Jason Sturges
  • 15,855
  • 14
  • 59
  • 80

1 Answers1

0

You could use Core Graphics to render text along a UIBezierPath. This question - Curve text on existing circle - illustrates how to accomplish this very well. Hope this helps!

Community
  • 1
  • 1
pasawaya
  • 11,515
  • 7
  • 53
  • 92