pmusolino / Wormholy

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

wormholy don't show when I also override var next: UIResponder #59

Closed ZackKingS closed 4 years ago

ZackKingS commented 4 years ago

extension UIApplication { private static let invokeAwakeTestOnce: Void = { SwiftAwakeFactory.awakeAllClass() }()

open override var next: UIResponder? {
    UIApplication.invokeAwakeTestOnce
    return super.next
}

}

pmusolino commented 4 years ago

Probably you broke the shake. If you declare a new shake action, and you override UIResponder, your method linked to you shake action is called?