TOCropViewController
TOCropViewController copied to clipboard
Getting deprecation warnings when compiling for iOS 16.
trafficstars
Hi,
i am getting deprecation warnings when compiling for iOS 16.
getting these warnings
Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:87:14 'automaticallyAdjustsScrollViewInsets' is deprecated: first deprecated in iOS 11.0 - Use UIScrollView's contentInsetAdjustmentBehavior instead
Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:1299:36 'topLayoutGuide' is deprecated: first deprecated in iOS 11.0 - Use view.safeAreaLayoutGuide.topAnchor instead of topLayoutGuide.bottomAnchor
iOS Device:
- OS: [OS16]
- Library Version [2.6.1]
See pull request #542 and #543 for fixes
Thanks for the help folks! I've merged all the pull requests so this should be resolved now! 🎉