PINRemoteImage icon indicating copy to clipboard operation
PINRemoteImage copied to clipboard

Error:(27, 18) use of undeclared type 'PINAnimatedImageView'

Open choiks14 opened this issue 6 years ago • 3 comments

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 avatar Jun 23 '18 11:06 choiks14

@choiks14 can you provide a bit more information? PINAnimatedImageView is a UIImageView subclass which displays animated images (GIF and webp so far).

garrettmoon avatar Jun 27 '18 17:06 garrettmoon

It's not released yet so you have to pull latest master instead of '~>3.0.0-beta.13'

chuganzy avatar Jul 13 '18 08:07 chuganzy

use FLAnimatedImageView instead of PINAnimatedImageView

aqeelahmad406796 avatar Aug 26 '19 08:08 aqeelahmad406796