compile warning re not implementing protocol
compile warning re not implementing protocol
- Subject: compile warning re not implementing protocol
- From: Dennis Christopher <email@hidden>
- Date: Wed, 18 Mar 2009 12:46:34 -0400
All,
Not sure if the list archive search is working properly, but I find nothing searching under 'protocol' that addresses this puzzle.
I have a class PersonalInfoController that declares a protocol and a class AppController that implements it. The two protocol methods are declared publicly in AppController. Why then does the following call in AppController
[self setPersonalInfoController:[PersonalInfoController controllerWithDelegate:self]];
Get the compiler warning
"The class AppController does not implement the PersonalInfoControllerDelegate protocol."
Dennis Christopher |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden