lexrus / LTMorphingLabel

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

Image not found #44

Closed honghaoz closed 8 years ago

honghaoz commented 8 years ago

I used CocoaPod to integrate LTMorphingLabel,

When I was using style

label.morphingEffect = .Anvil

I got fatal error: unexpectedly found nil while unwrapping an Optional value

This line caused crash

let image = UIImage(named:"Sparkle")!.CGImage

"Sparkle" image was not found. But I saw the image in Resource folder.

lexrus commented 8 years ago

Please check out the latest release(0.0.9).

honghaoz commented 8 years ago

@lexrus Cool, thanks! :+1: