I have four button on single view I want to swipe a finger on all button then all button actions are fired, how can i do?
Asked
Active
Viewed 38 times
0
-
1Please add some code that you have written so far. – ssuperczynski Jan 20 '16 at 11:23
-
http://stackoverflow.com/questions/29172160/how-to-swipe-multi-buttons-with-one-touch – ikbal Jan 21 '16 at 06:53
-
i want like this link but this code is not proper work for me. – ikbal Jan 21 '16 at 06:54
1 Answers
0
swipe gesture can not recognize the button on your view is pressed or not. so using swipe over the button you can not call its ibAction.

Tejas Patel
- 850
- 10
- 26