Image not showing

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

What is exactly the first URL ?


"h ttps://www.user.com/User/3xotic london.jpg"


Do you get the image in a brower ?


I personnaly cannot access the second either.

Image not showing
 
 
Q