cl7 / CLTypingLabel

iOS UILabel with character by character typing /typewriter animation
https://cocoapods.org/pods/CLTypingLabel
MIT License
330 stars 54 forks source link

Added handler after each letter is animated #24

Closed jeffreyrr closed 3 years ago

jeffreyrr commented 4 years ago

This is useful in case you need to execute code after each letter is animated. Particularly useful if you need to grow a wrapping UIView via setNeedsDisplay() or want to add some other effect or check.

Alik-commits commented 3 years ago

Hi, is it indicated in current project?