Hello folks,
Hopefully someone will be able to suggest what could be going wrong: I am receiving a "unrecognized selector sent to instance" error. Which, as I understand, is suggesting an incorrect method call.
Here's the odd part - if I add a NSLog statement in the method that is being called, it executes. If I leave the same (void) method blank, it still crashes.
Any help much appreciated.
Hopefully someone will be able to suggest what could be going wrong: I am receiving a "unrecognized selector sent to instance" error. Which, as I understand, is suggesting an incorrect method call.
Here's the odd part - if I add a NSLog statement in the method that is being called, it executes. If I leave the same (void) method blank, it still crashes.
Any help much appreciated.