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
Just've found a issue with memory leak after exit segue in View Controller with YLGIFImageView. Image cached data remains and creates new allocation with every segue to the View Controler.
Hi,
Just've found a issue with memory leak after exit segue in View Controller with YLGIFImageView. Image cached data remains and creates new allocation with every segue to the View Controler.
My solution
In YLGIFImage.swift:
In YLImageView.swift:
and then I can release memory with:
nameOfYLImageView.clearImages()
The text was updated successfully, but these errors were encountered: