IB3 not resolving subclass
IB3 not resolving subclass
- Subject: IB3 not resolving subclass
- From: "Chris Garrett" <email@hidden>
- Date: Mon, 17 Mar 2008 18:12:44 -0600
Hi all,
I'm trying to connect some outlets/actions in IB3. I have a
controller object(MyController) that has a few outlets/actions on it.
MyController is a subclass of a base controller(MyBaseController).
MyBaseController also has outlets/actions on it. MyBaseController lives
in another project. When I try to connect MyController's it is unable
to resolve the outlets from the subclass.
DylibProject
MyCustomView : NSView
MyBaseController : NSObject
IBOutlet MyCustomView* view;
ExampleProject
MyController : MyBaseController
Does anyone have suggestions?
Thanks
C
_______________________________________________
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