Strange warnings
Strange warnings
- Subject: Strange warnings
- From: email@hidden
- Date: Tue, 18 Sep 2001 16:30:20 -0600
Hello all,
I have a custom view class for a view on my window. It contains a lot of
methods with return type of void. I set this view class as a outlet of
MyController class.
The compiler give me warnings every time I call view's methods in
MyController. The warnings are the same for every call:
cannot find method.
return type for 'aaa:(methods name)' defaults to id.
But in fact, the application executed well and run those methods which
compiler mentioned cannot find. So I am quite confused.
Thanks,
Fei