In the example project, if add the "deinit" on "class CropController: DocumentCropController".
After you do the process to crop image etc, and go back to the "ScannerController" the class "CropController" never call the "deinit". And using instruments, I notice a possible memory leak!
Thanks!
In the example project, if add the "deinit" on "class CropController: DocumentCropController".
After you do the process to crop image etc, and go back to the "ScannerController" the class "CropController" never call the "deinit". And using instruments, I notice a possible memory leak!
Thanks!