ko1o / PYPhotoBrowser

An easy way to browse photo(image) for iOS.
MIT License
2.01k stars 416 forks source link

纠错 #188

Open fc19901016 opened 6 years ago

fc19901016 commented 6 years ago

楼主你好:我在使用pod更新的时候,在Using PYPhotosView (0.4.0)中,PYPhotoView.m文件,第507行报错

我修改代码如下: NSURL url = [NSURL URLWithString:urlStr]; [self sd_setImageWithURL:url placeholderImage:placeholdeerImage options:0 progress:^(NSInteger receivedSize, NSInteger expectedSize, NSURL _Nullable targetURL) { if (self.isBig) { // 获取图片链接 NSString *imageUrl = [targetURL absoluteString];

附图:

tu1 tu2 tu3 tu4
polichan commented 5 years ago

同样的错误,有解决办法吗?