views:

1356

answers:

1

iPhone Objective C: How to get a pixel's color of the touched point on an UIImageView, even if the parent UIView or itself is being rotated by the CGAffineTransformMakeRotation function?

Will the view property of the UITouch still correctly return the correct pixel of the touched point even if the UIView/UIImageView is being scaled and rotated?

Many thanks for reading

edited: Thanks for the answer & comments, but sorry I still don't know how to get the X,Y point of the scaled/rotated image from the touch event, and then extract the color from it. Would anyone mind to help?

+3  A: 

A quick google search has revealed some promising leads:

Dave DeLong
thanks a lot for the link. But I'm still wondering whether these all will still work or not if the UIView is being scaled and rotated.
Unreality
best to find out, is to try, try again! i used the first option in some of my own work!
James Hall
haha I don't have much time left... I'm trying tho
Unreality
Sorry I still don't know how to get the X,Y point of the scaled/rotated image from the touch event, and then extract the color from it. Would anyone mind to help?
Unreality
By reading the provided links, I can't find any clues on how to extract the X,Y point of the scaled/rotated image from the touch point.
Unreality