pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ZackKingS opened this issue · comments

commented

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

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

}

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?