我该如何解决:无法调用' getDataInBackground ...'

时间:2015-07-20 17:47:11

标签: xcode image swift

使用Swift 1.2如何解决这个问题?感谢您的帮助!

代码:

resultsImageFile[indexPath.row].getDataInBackgroundWithBlock {
            (imageData: NSData!, error:NSError!) -> Void in

            if error == nil {

                let image = UIImage(data: imageData)
                cell.profileImg.image = image

0 个答案:

没有答案