I\'m trying to duplicate the Secret App\'s Text Label transition. Does anyone the best way to approach it?
It looks like they have each letter start out as clear tex
Here is another solution https://github.com/zipme/RQShineLabel
I use CADisplayLink together with NSAttributedString that way we only need one UILabel, have a look :)