TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.68k stars 932 forks source link

Prevent double tapping the done button #490

Closed erikolsson closed 2 years ago

erikolsson commented 3 years ago

fixes an issue where tapping the done button multiple times (common on slower devices) would trigger multiple callbacks

TimOliver commented 2 years ago

Thanks so much for that @erikolsson!