ko1o / PYPhotoBrowser

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

与 最新版 SDWebImage v4.4.3 产生冲突 #196

Open polichan opened 5 years ago

polichan commented 5 years ago

Xcode 报两个错误,尝试降级无果。

Incompatible block pointer types sending 'void (^)(NSInteger, NSInteger)' to parameter of type 'SDWebImageDownloaderProgressBlock _Nullable' (aka 'void (^)(NSInteger, NSInteger, NSURL * _Nullable __strong)')
No visible @interface for 'PYPhotoView' declares the selector 'sd_imageURL'
Colrying commented 5 years ago

我的也报这个错误,暂时解决报错使用了。 第一个问题:在progress的block参数中增加一个 NSURL * 类型参数 第二个问题:导入头文件 #import "UIView+WebCache.h"

stopthinking commented 5 years ago

我也遇到这个问题了,虽然可以暂时解决,就怕再重新更新一下就又要覆盖了。