PINRemoteImage
PINRemoteImage copied to clipboard
Error:(27, 18) use of undeclared type 'PINAnimatedImageView'
Error:(27, 18) use of undeclared type 'PINAnimatedImageView'
what is it?
version is
pod 'PINRemoteImage', '~>3.0.0-beta.13'
pod 'PINRemoteImage/WebP', '~>3.0.0-beta.13'
@choiks14 can you provide a bit more information? PINAnimatedImageView is a UIImageView subclass which displays animated images (GIF and webp so far).
It's not released yet so you have to pull latest master instead of '~>3.0.0-beta.13'
use FLAnimatedImageView instead of PINAnimatedImageView