Re: Table View Data Source Question
Re: Table View Data Source Question
- Subject: Re: Table View Data Source Question
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 8 Oct 2001 11:31:09 +0200
On lundi, octobre 8, 2001, at 11:14 , email@hidden wrote:
So that looks ok, right? Well, using NSLog(@"Array: %@", tableData)
during the tableView:setObjectValue:forTableColumn:row method, I
unvailed my greatest defeat. The app returns "Array: (null)". I know my
problem is that I can't seem to put my visualization into Obj-C. Here's
my code:
Where is tableData created and how ?