I tried this using normal
winnerCell.challengeBannerURL.af_setImage(withURL: URL(string: winnerchallengesData[indexPath.row].challengeDetails.challenge_banner_url)!)
It was working in normal call but not in AlamofireImage
let data = try? Data(contentsOf: URL(string: self.winnerchallengesData[indexPath.row].winnerDetails.profileURL)!)
// winnerCell.userProfile.image = UIImage(data:data!)
//