Daniel's working notes

Creating UIImagePNGRepresentation data from UIImage

To create UIImagePNGRepresentation data from UIImage, you just need to call pngData() from UIImage

This one useful when you want share image to another iOS app that need PNG data.

Linked Notes: