Re: NSTableView Data Source problems
Re: NSTableView Data Source problems
- Subject: Re: NSTableView Data Source problems
- From: Greg Anderson <email@hidden>
- Date: Mon, 28 Jan 2002 20:42:02 -0600
Are you actually getting to your code when the table view asks for
it? It almost sounds as though you haven't connected the table view's
data source to your code. If you're doing it in IB, did you make the
connection between the table view's dataSource outlet to the class
you've declared the numberOfRowsInTableView and
objectValueForTableColumn methods in?
Greg