CGScratch
CGScratch copied to clipboard
Using a custom scratcher imager gets flipped vertically
When I tried to use a custom scratcher image, it rendered vertically flipped. Can you point me to resove this plz? Also, no updates on the support for 3.1.2 OS yet.
Ah yes, this is due to the co-ordinate differences between CoreGraphics and UIKit. Should be a quick fix.
Here is a question on stackoverflow http://stackoverflow.com/questions/2695262/how-to-compensate-the-flipped-coordinate-system-of-core-graphics-for-easy-drawing
As far as the code in the example is concerned, I'll patch it.