tags:

views:

17

answers:

0

UITouch *touch = [touches anyObject];

CGPoint p = [touch locationInView:self.view];
[pieMenu showInView:self.view atPoint:p];