Open RakeshRav opened 6 years ago
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)
You need to use the Kingfisher pod.
pod 'Kingfisher'
I too have the same issue. I have installed Kingfisher
Please Help..!!!!!
Did you have imported the library?
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)