2017-01-13 10 views
-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!) 
//    
+0

代わりにSDWebImageを使用するといいでしょうか? – jo3birdtalk

答えて

0

AlamofireImage

に私はこの問題を解決しますが、通常の呼び出しで働いていた

正常です使用してみましたdid'tストリーム内で手動でこれをAlamofireImageで設定する必要があります

DataRequest.addAcceptableImageContentTypes(["image/jpg","image/png","binary/octet-stream"])