I am using AlamofireImages to try to download an image from a server and display it in my table view cell, this is what I got, but my images does not appear, just the textLabel
You need to run this code in the main thread.
DispatchQueue.main.async { cell.imageView?.image = image }