CropView icon indicating copy to clipboard operation
CropView copied to clipboard

possible memory leak that can be fixed easily !

Open saormart opened this issue 5 years ago • 0 comments

Hi there, nice framework by the way! I was using another framework that use yours for crop, and I found a memory leak with the picture, and it was easy to fix by declare the "imageView" var as weak var in the class SECropView! public class SECropView: UIView { ... fileprivate weak var imageView : UIImageView?

hope this help!

saormart avatar Feb 27 '20 15:02 saormart