Re:Re: How to display the information in the columns of the table view?
Re:Re: How to display the information in the columns of the table view?
- Subject: Re:Re: How to display the information in the columns of the table view?
- From: Bright <email@hidden>
- Date: Mon, 27 Jul 2009 15:52:11 +0800 (CST)
>Try
>[tableRecordsArray addObject:infoDictionary]
>instead of
>> [tableRecordsArray insertObject:infoDictionary atIndex:row+i];
>
>Tell us what tableRecordsArray is and how you allocate it.
I have tried the replacement, it does not work.
The tableRecordsArray the NSArray object for conserve the dragged files to the table view.
I allocate it in the controller class's -awakeFromNib method.
The enclosure is the code of Contoller.m class . There is the what the tableRecordsArray? is in detail.
Thanks a lot.
Attachment:
myController.rtf
Description: Binary data
_______________________________________________
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