How to Make a Secret iOS App Text Animation

前端 未结 4 991
清歌不尽
清歌不尽 2020-12-29 11:59

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

4条回答
  •  死守一世寂寞
    2020-12-29 12:20

    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 :)

提交回复
热议问题