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.67k stars 929 forks source link

fixed warnings #542

Closed mkrisztian95 closed 3 months ago

mkrisztian95 commented 1 year ago

Fixed deprecated methods

TimOliver commented 3 months ago

Thanks for the PR @mkrisztian95 but I don't think these are the right ways to suppress deprecation warnings.

It's possible to suppress them with macros, but since I'm bumping this library up to iOS 11 now, maybe we can just remove the deprecated code.

Thanks!