ios - Placing more priority on the swiping of a table view cell over the pan gesture of a page view controller? -
my situation: have page view controller 3 table views content view controllers. these table view controllers have swipable cells allow user perform different actions (delete, edit, etc.). how can still trigger swipable cells without triggering page view controller scroll action? or, rather, how set priority pan gesture on table view cells on of page view controller?
Comments
Post a Comment