专门的ViewController崩溃在cellForItemAtIndexPath中

时间:2015-11-02 21:07:01

标签: ios swift uicollectionview nsurl

我收到苹果公司关于我的应用程序的崩溃信息,以下是有关崩溃的一些细节:

specialized ViewController.collectionView(UICollectionView,cellForItemAtIndexPath : NSIndexPath) -> UICollectionViewCell

它显示了以下一行:

let url = NSURL(string: FullArray[indexPath.row] as! String)

我使用url进行SDWebImage加载图片:

cell.photos.sd_setImageWithURL(url, placeholderImage: nil, options: nil, completed: block)

关于网址吗?因为什么,我无法猜测它的发生!

0 个答案:

没有答案