In my view I use three methods (touchbegan, touchmoved and touchended), because I color in a view;
my problem is that I want to add in this view a UITapGestureRecognizer with 2 taps;
is it possible? or touchbegan don’t allow this gesture?
In my view I use three methods (touchbegan, touchmoved and touchended), because I color
Share
Ya its possible
May this will help u