-1
が、私はこれは、サーバからのデータがいくつかの回alamofireImageは、負荷イメージが
winnerCell.challengeBannerURL.af_setImage(withURL: URL(string: winnerchallengesData[indexPath.row].challengeDetails.challenge_banner_url)!)
それはない
let data = try? Data(contentsOf: URL(string: self.winnerchallengesData[indexPath.row].winnerDetails.profileURL)!)
// winnerCell.userProfile.image = UIImage(data:data!)
//
代わりにSDWebImageを使用するといいでしょうか? – jo3birdtalk