alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
2.02k stars 212 forks source link

Remove Gif #130

Closed hardiktgreydesk closed 4 years ago

hardiktgreydesk commented 4 years ago

Hello,

After once we add gif , i need to remove if user click on none button how can we remove that ?

nikhilsingla11 commented 4 years ago

Hi,

I was facing the same issue with the library, i resolved it simply setting blank image. yourImageView.setImage(UIImage()).

vadubov commented 4 years ago

Hi,

I was facing the same issue with the library, i resolved it simply setting blank image. yourImageView.setImage(UIImage()).

Didn't work for me. I solved it this way

imageView.animationManager?.deleteImageView(imageView)
imageView.clear()