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
your code is correct. i think the transport security block your image over http . add this into your info.plist file
NSAppTransportSecurity
NSAllowsArbitraryLoads
NSExceptionDomains
example.com //put your domain name here
NSExceptionAllowsInsecureHTTPLoads
NSIncludesSubdomains
and you can also use the alamofire's image library. just add pod alamofireImage.