pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

Allow other UIResponders to respond to the shake event #63

Closed colinhumber closed 4 years ago

colinhumber commented 4 years ago

If other components in an app respond to the shake and are further up the responder chain from UIViewController they won't receive the events as they are consumed within the UIViewController extension in WHBaseViewController. Passing the event up allows those responders to handle the event as required.

pmusolino commented 4 years ago

Thanks for this PR @colinhumber!