我收到苹果公司关于我的应用程序的崩溃信息,以下是有关崩溃的一些细节:
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)
关于网址吗?因为什么,我无法猜测它的发生!