tags:

views:

30

answers:

1

Hi,

So, Apple includes a CGRectIntersectsRect method which checks if two rectangles are intersecting each other, but do they have a method that I can use the checks if a CGPoint intersects a CGRect? Or do I just have to implement that myself?

+3  A: 

There is one: CGRectContainsPoint.

zneak
Well, I have to wait another 12 min or so but I'll be sure to accept.
thyrgle