2011年4月16日 星期六

multitouch on iOS

get touch events for specific view


-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
    NSSet *touchesForTestView = [event touchesForView:testView];
}

沒有留言:

張貼留言