lexrus / LTMorphingLabel

[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
MIT License
8.07k stars 782 forks source link

Morphing effect isn't enabled when the label is added programmatically #80

Open dodomarocgenex opened 7 years ago

dodomarocgenex commented 7 years ago

I can't see any morphing effect when there is no storyboard used

mn288 commented 7 years ago

clear the text and input the message again programmatically

dodomarocgenex commented 7 years ago

It didn't work. I've done this:

textView.text = ""
textView.text = "Some New String"

Without any luck

36bydesign commented 7 years ago

I got a weirder result, where the morph finally happened, but in super slow-motion (i.e. 15 seconds to complete).