Search code examples
iphonecore-animation

Animating text disappearance - like cleaning blackboard


How can I animate UILabel to 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.


Solution

  • You can rotate the mask property of your UILabel's layer between different states of your prerendered "clear" animation.