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?
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?
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!