TOCropViewController icon indicating copy to clipboard operation
TOCropViewController copied to clipboard

Getting deprecation warnings when compiling for iOS 16.

Open ashish-naik opened this issue 2 years ago • 1 comments
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]

ashish-naik avatar Jul 25 '23 18:07 ashish-naik

See pull request #542 and #543 for fixes

mackworth avatar Oct 18 '23 00:10 mackworth

Thanks for the help folks! I've merged all the pull requests so this should be resolved now! 🎉

TimOliver avatar Apr 07 '24 03:04 TimOliver