标签: ios cocoa-touch ipad
if ([timer respondsToSelector:@selector(userInfo)] ){ [timer performSelector:@selector(userInfo)]; }
Timer不是nil并响应选择器。但是我在2行上有EXC_BAD_ACCESS。这怎么可能?
答案 0 :(得分:2)
尝试使用NSZombieEnabled。你的计时器可能指向已经释放的部分内存......