BugShaker icon indicating copy to clipboard operation
BugShaker copied to clipboard

Pass motion event to next responder if not being handled

Open FabioTacke opened this issue 5 years ago • 0 comments

This PR resolves #47. When disabling the BugShaker the motion event is handled by doing nothing and cuts the responder chain. This PR changes this behavior by passing the motion event to the next responder (if any) if the UIViewController is not interested in handling it.

FabioTacke avatar Jun 21 '19 08:06 FabioTacke