SwipeActionView
SwipeActionView copied to clipboard
Allow child views to intercept touch events
This pull request fixes the behavior of touch interception by allowing any child views of SwipeActionView
to intercept touch events and perform own actions. By doing so it is now possible to scroll inside of horizontally scrolling views that are added as children of SwipeActionView
.
Closes #22