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 a preferred property in iOS 11.0 #540

Closed woxtu closed 1 year ago

woxtu commented 1 year ago

Hi,

This PR changes to use the safeAreaInsets property of UIView in iOS 11.0 to resolve the following compiler warning:

'topLayoutGuide' is deprecated: first deprecated in iOS 11.0 - Use view.safeAreaLayoutGuide.topAnchor instead of topLayoutGuide.bottomAnchor

https://developer.apple.com/documentation/uikit/uiviewcontroller/1621367-toplayoutguide

woxtu commented 1 year ago

This was a wrong change so I close it.