Is there any way to retrieve all the area being touched in a view?
For example:
Can I change the color of all the pixels being touched by a finger. Not just a CGPoint like UITouch returns.
I've looked and all I can find is that you can get the CGPoint of the center of the surface area touched by the finger. Did I miss something.
For example:
Can I change the color of all the pixels being touched by a finger. Not just a CGPoint like UITouch returns.
I've looked and all I can find is that you can get the CGPoint of the center of the surface area touched by the finger. Did I miss something.