I've added the ability to swipe left/right on the Grid VC to change playlists. However it's quite hard to do successfully because the up/down scroll interferes. Is there a way to make it more reliable?
Tudor has multiple gestures in his app.
Try debugging by checking when the swipe gets active. Is it always, or just on a perfect swipe? If former, then might be able to do something.
I've added the ability to swipe left/right on the Grid VC to change playlists. However it's quite hard to do successfully because the up/down scroll interferes. Is there a way to make it more reliable?