You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using LazyImageView right now. I have called reset in the prepareForReuse of UITableViewCell. And it did set imageContainer to nil to trigger the reset int the ImageView.
But I found it only set _animatedImageView?.isHidden = true and _animatedImageView?.image = nil. It does not call prepareForReuse nor stopAnimatingGIF. So when it displays a high resolution GIF file, it makes the scrolling stuttering even if the prepareForReuse was called.
The text was updated successfully, but these errors were encountered:
I'm using
LazyImageView
right now. I have calledreset
in theprepareForReuse
ofUITableViewCell
. And it did setimageContainer
to nil to trigger thereset
int theImageView
.But I found it only set
_animatedImageView?.isHidden = true
and_animatedImageView?.image = nil
. It does not callprepareForReuse
norstopAnimatingGIF
. So when it displays a high resolution GIF file, it makes the scrolling stuttering even if theprepareForReuse
was called.The text was updated successfully, but these errors were encountered: