2013-06-12 158 views

回答

7

可以使用CGRectIntersectsRect()做任務:

if(CGRectIntersectsRect(firstSubview.frame, secondSubview.frame)) 
{ 
    //collides, do your task here 
} 
相關問題