lexrus / LTMorphingLabel

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

Crashes if text is not set before being laid out on the screen #31

Closed mxcl closed 9 years ago

mxcl commented 9 years ago

If text is nil and the label is laid out on screen, it crashes inside LTEmitter.

Installed latest pod.

lexrus commented 9 years ago

@mxcl Please try the latest 0.0.5.

mxcl commented 9 years ago

Much thanks. I was working around this by setting the text to "" (my string would always start off empty in this app).