how to import a class from PB to IB
how to import a class from PB to IB
- Subject: how to import a class from PB to IB
- From: Reuss <email@hidden>
- Date: Wed, 31 Oct 2001 16:01:28 +0100
Hello,
Another newbie question (sorry) :
I defined a class in PB (called "MySettings") which contains a
MSMutableArray. I would like to link this Array to a TableView item
in the UI window. Normally I have to make a connection from the
TableView to the instance of the class in IB. Unfortunately I don't
have MySettings as a class in IB.
Is it possible to import this class from PB into IB ?
Unless, how can I connect the TableView with the NSMutableArray ?
Thank cou for your ideas
Tom