Re: TableView not loading completely
Re: TableView not loading completely
- Subject: Re: TableView not loading completely
- From: Scott Stevenson <email@hidden>
- Date: Tue, 16 Oct 2007 23:10:39 -0700
On Oct 16, 2007, at 2:11 PM, deepak gopal wrote:
I am using datasource. The value I return from
numberOfRowsInTableView is in thousands.
So I should have atleast a 1000 lines of data in the TableView.
- (int)numberOfRowsInTableView:(NSTableView *)tableView {
return [plistArray_ count];
}
There's not enough information here to diagnose the problem. Post
more of your code here or a simplified sample project if you can.
Best Regards,
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden