IB action connections and classes implemented across several files
IB action connections and classes implemented across several files
- Subject: IB action connections and classes implemented across several files
- From: Antonio Nunes <email@hidden>
- Date: Sat, 11 Apr 2009 09:53:10 +0200
Hi,
Since one of my main classes is getting categorically huge, I have
decided to split it up in several implementation files. I do this by
putting sub-categories in their own .m file. For instance, all code to
do with document input/output now lives in a separate file that is
implemented as a category on the class.
The issue I am seeing is that IB connections that connect to methods
implemented in the category, now generate warnings:
The 'someMethod:' action of \File's Owner' is connected to
'someObject' but someMethod:' is no longer implemented on 'someClass'.
If I keep the method declarations in the main header the warnings go
away, but the compiler complains that they are not implemented on my
class. If I put the methods in a category declaration I get the
warning listed above.
What, if any, is the correct way to handle this situation?
Kind Regards,
António Nunes
SintraWorks
----------------------------------------------------
There is nothing as strong as real gentleness, and
there is nothing as gentle as real strength.
----------------------------------------------------
_______________________________________________
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