libbulletin
libbulletin copied to clipboard
UIImage imageResizedTo:preserveAspectRatio: no longer exists
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.