LTMorphingLabel
LTMorphingLabel copied to clipboard
Morphing effect isn't enabled when the label is added programmatically
I can't see any morphing effect when there is no storyboard used
clear the text and input the message again programmatically
It didn't work. I've done this:
textView.text = ""
textView.text = "Some New String"
Without any luck
I got a weirder result, where the morph finally happened, but in super slow-motion (i.e. 15 seconds to complete).