pmusolino / Wormholy

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

`wormholy_fire` notification doesn't work #11

Closed kapoorsahil closed 6 years ago

kapoorsahil commented 6 years ago

The current way of invoking Wormholy mentioned in the documentation doesn't work:

NotificationCenter.default.post(name: NSNotification.Name(rawValue: "wormholy_fire"), object: nil)

Please update wormholy_fire -> wormholy_shake.

pmusolino commented 6 years ago

I tested it now and it works, are you sure that you call it in the right place?

The notification is called "wormholy_fire" because you call it to invocate wormholy everywhere (not only during the shake).

pmusolino commented 6 years ago

Closed due to inactivity.