Skip to content

Pass motion event to next responder if not being handled#48

Open
FabioTacke wants to merge 1 commit into
dtrenz:developfrom
TICESoftware:passMotionEvent
Open

Pass motion event to next responder if not being handled#48
FabioTacke wants to merge 1 commit into
dtrenz:developfrom
TICESoftware:passMotionEvent

Conversation

@FabioTacke

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disabling BugShaker breaks responder chain

1 participant