Quote:
Originally Posted by PhoneyDeveloper
There are other possible reasons to get the 'unrecognized selector' runtime error, ... but failing to retain an object is a very common cause of this error.
|
Hmmm. Interesting. I guess I've never experienced this cause myself. Yet another nuance of Objective-C to remember. Thanks.