gpt4 book ai didi

ios - UIApplication SendEvent 崩溃

转载 作者:可可西里 更新时间:2023-11-01 04:57:18 27 4
gpt4 key购买 nike

我正在开发示例应用程序,我在其中子类化 UIApplication 并覆盖 sendEvent 函数。一切正常,但有时我在函数中遇到异常,是否有可能[UIApplication SendEvent] 可能会通过异常??..以下是我的代码..

 (void)sendEvent:(UIEvent *)event 
{
[super sendEvent:event];


//Some other things just checking for type of event..etc...

}

我在调用 [super sendEvent:event]; 后收到崩溃 SIGSEGV。

最佳答案

我认为你应该在例程结束时移动 [super sendEvent:event]

如果你正在拦截,你应该最后而不是首先调用父类(super class)方法。如果您首先调用 super 方法,它会将事件传递给所有可能最终吃掉它的响应者。

关于ios - UIApplication SendEvent 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28876667/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com