libbulletin icon indicating copy to clipboard operation
libbulletin copied to clipboard

UIImage imageResizedTo:preserveAspectRatio: no longer exists

Open rllbe opened this issue 5 years ago • 0 comments

https://github.com/limneos/libbulletin/blob/master/libbulletin.xm#L367 UIImage imageResizedTo:preserveAspectRatio: is no longer exists since iOS 11. It crashes SpringBoard when there is an attachment image. Reimplementing this method fixes crash on iOS 11 or later.

rllbe avatar Jul 20 '20 03:07 rllbe