Hi
Below image is not showing. I am using Kingfisher pod.
"a_img": "https://www.user.com/User/3xotic london.jpg"
Below image is showing
"a_img": "https://www.user.com/User/fax.jpg",let url = URL(string: dict?.value(forKey: "a_img") as! String)
imageView.kf.setImage(with: url)
Thanks