Re: Simple TableView App (problem)
Re: Simple TableView App (problem)
- Subject: Re: Simple TableView App (problem)
- From: Thilo Ettelt <email@hidden>
- Date: Sun, 3 Feb 2002 23:23:15 +0100
Well, I put the array into this declaration section:
@interface MyController : NSObject
{
IBOutlet id addButton;
IBOutlet id myTableView;
IBOutlet id valueText;
NSMutableArray *myArray;
}
Is that wrong? (I don't know...)
Cheers, Thilo
Am Sonntag den, 3. Februar 2002, um 20:45, schrieb Ondra Cada:
Thilo,
Thilo Ettelt (TE) wrote at Sun, 3 Feb 2002 19:07:06 +0100:
TE> Can anybody help me?
Let's try...