How to test if a point is in a view

Viewed 27361

I have a UIImageView and I have a CGPoint on the screen. I want to be able to test that point to see if it is in the UIImageView. What would be the best way to do this?

5 Answers
Related