Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with Swift #68

Closed
geennari opened this issue Mar 11, 2015 · 2 comments
Closed

Help with Swift #68

geennari opened this issue Mar 11, 2015 · 2 comments

Comments

@geennari
Copy link

Ok, first I have my Gif in storyboard and I have the IBOutlet like this in my view:

@IBOutlet weak var imageGIF: FLAnimatedImageView!

But i'm receiving an error of NSUnknownKeyException: this class is not key value coding-compilant for the key imageGIF.

And second, how can I play any GIF in Swift? I'm kinda stuck in this for like a week.

@geennari
Copy link
Author

geennari commented Jun 2, 2015

Yes, I did. And in fact, that was the solution i found. I imported the Obj-C code to my project and everything went just fine, no problems. This is simple and easy to use.

@ts57
Copy link

ts57 commented Jun 2, 2015

Thanks for the quick reply! Just found my issue, and I was being dumb - accessed the IBOutlet before it was loaded.

@timonus timonus closed this as completed Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@timonus @geennari @ts57 and others