ios - leancloud中单独上传了图片结果应用刷新上传的图片就会报错
巴扎黑
巴扎黑 2017-04-17 17:57:16
0
1
235
    if let img = market["image"] as? AVFile {
        cell.marketImage.image = UIImage(data:img.getData())
        显示的是这句话的时候报错了,另外下面是leancloud的class
        

图1是为上传前,这是应用正常

图片2是上传后,这是应用就会在刷新图片的时候报错崩溃

求大神给指点迷津,谢谢!

巴扎黑
巴扎黑

reply all(1)
刘奇

There was a problem with data conversion and I have solved it myself

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template