animation - How to fade in individual letters of text on iOS -
this question has answer here:
- how make secret ios app text animation 4 answers
what's best way fade in individual letters of uilabel on time? i'm looking create similar example below.
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
Post a Comment