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

Use the recommended way to detect the current user device #543

Closed woxtu closed 3 months ago

woxtu commented 1 year ago

Hi,

This PR changes to use the userInterfaceIdiom property of UIDevice directly to resolve the following warning:

'UI_USER_INTERFACE_IDIOM' is deprecated: first deprecated in iOS 13.0 - Use -[UIDevice userInterfaceIdiom] directly.
TimOliver commented 3 months ago

Good call! Thanks for that @woxtu!