Animating text disappearance - like cleaning blackboard
How can I animate UILabel t开发者_如何学Pythono disappear like the text would be cleaned from blackboard? The animation is like hiding pieces of text rectangle with couple shape animations. Is it possible with Core Animation? I don't really want OpenGL.
You can rotate the mask
property of your UILabel
's layer
between different states of your prerendered "clear" animation.
精彩评论