animation - How to fade in individual letters of text on iOS -


this question has answer here:

what's best way fade in individual letters of uilabel on time? i'm looking create similar example below.

http://s11.postimg.org/5s16qmwn5/secret.gif

i wouldn't use uilabel this.

i create uiview catextlayers inside it, 1 text layer each character. can animate text layers independently.

check out apple's wwdc videos on core animation learn how works. it's simple.


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -