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

Value of type 'UIImageView' has no member 'kf' #9

Open
RakeshRav opened this issue Dec 17, 2017 · 3 comments
Open

Value of type 'UIImageView' has no member 'kf' #9

RakeshRav opened this issue Dec 17, 2017 · 3 comments

Comments

@RakeshRav
Copy link

I am getting this error while writing this line

imageView.kf.setImage(with: URL(string: url[index]), placeholder: UIImage.init(named: "defaultImage"), options: [.transition(.fade(1))], progressBlock: nil, completionHandler: nil)

@igorgcustodio
Copy link

You need to use the Kingfisher pod.

pod 'Kingfisher'

@scshivam
Copy link

I too have the same issue.
I have installed Kingfisher

Please Help..!!!!!

@igorgcustodio
Copy link

Did you have imported the library?

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

3 participants