longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.71k stars 950 forks source link

iOS17 UIGraphicsBeginImageContextWithOptions Deprecated #877

Closed DrunkardSworder closed 7 months ago

DrunkardSworder commented 7 months ago

image

UIGraphicsBeginImageContextWithOptions这个方法在iOS17中已经deprecated了,但是项目中有多处使用了这个方法,我在其他三方库中发现不少作者已经移除了这个方法。

image

不知道作者是否注意到这个问题。

longitachi commented 7 months ago

已替换,今天晚些会更新下版本