Closed pilotviper134 closed 4 years ago
I have to say that I gave you the complete modification plan in the previous issue, and you only modified part, not all.
In addition, I think that you have not completely run the code after modification, and your branch code cannot run. So after you PR, I added github action CI.
But it doesn't matter anyway. I deleted all swift code and migrated to objc. So I will close your PR.
Fix error error: 'UIImagePNGRepresentation' has been replaced by instance method 'UIImage.pngData()' return UIImagePNGRepresentation(image) and error: 'UIImageJPEGRepresentation' has been replaced by instance method 'UIImage.jpegData(compressionQuality:)' return UIImageJPEGRepresentation(image, CGFloat(format.quality) / 100)