Delegate Method only Firing after 5 or so Button Presses?

Posted by CoDEFRo on Stack Overflow See other posts from Stack Overflow or by CoDEFRo
Published on 2012-10-02T16:30:41Z Indexed on 2012/10/02 21:37 UTC
Read the original article Hit count: 100

Filed under:
|
|
|
|

I'm having the most bizarre problem which I'm not even close to figuring out. I have a button which fires a delegate method. Once upon a time it was working fine, but after making some changes to my code, now the delegate method only fires after I push the button x amount of times (the changes I made to the code had nothing to do with the infrastructure that connects the delegate together). It varies, it can be 5 times to 10 times. I used the analyzer to check for memory leaks and there aren't any.

There is too much code for me to paste here (I don't even know where to start or where the problem could be), but I'm wondering if anyone has experienced this problem before, or what could be causing it? This is very odd and have no clue what could be causing it.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios