lexrus / LTMorphingLabel

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

Label does not show after view is loaded #59

Closed thedc89 closed 8 years ago

thedc89 commented 8 years ago

When my view is loaded, label is not visible. Only after certain action is taken to change label's text, label finally shows up.

Maybe there is something speciffic with configuration parameters that hides my label, I don't know. When I change my label's class to regular UILabel, it is visible, so there must be something with the LTMorphingLabel class itself.

thedc89 commented 8 years ago

For some reason cocoapods installation didn't take into account your last commit, where you had fixed this issue.

lexrus commented 8 years ago

Thank you for your remind. I've published the latest version to CocoaPods trunk.