lexrus / LTMorphingLabel

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

Gracefully handle if text is nil #92

Closed almostintuitive closed 7 years ago

almostintuitive commented 7 years ago

Unfortunately there's some legacy code in our app that sets the text property to nil sometimes of a label. This crashes LTMorphingLabel, would it be possible to gracefully handle nil text? Thank you!

almostintuitive commented 7 years ago

Ohh I think this has been fixed in the latest release! 0.5.3, could you please confirm?:)

lexrus commented 7 years ago

Um... I can't garantee. Let me add an UI test case tonight.