i added
[button1 addTarget:self action
selector(draggedOut1:withEvent: ) forControlEvents:UIControlEventTouchDragInside];
then i want to detect the touch move left or right in thisUIevent
- (void) draggedOut1: (UIControl *) c withEvent
UIEvent *) ev{
//my code//
}
how can i do that?
Many Thanks
[button1 addTarget:self action
then i want to detect the touch move left or right in thisUIevent
- (void) draggedOut1: (UIControl *) c withEvent
//my code//
}
how can i do that?
Many Thanks