I need to know which method is used to identify tap/mouse click.I
know
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {}
-(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {}
which are triggerd when cursor moved. But I want to do following things-
I have an image. When i will click it, similar two image will be created.And so on
Can anyone help????Advanced thanx for your reply.