Re:How to display the file's basic information in the columns of the tableview
Re:How to display the file's basic information in the columns of the tableview
- Subject: Re:How to display the file's basic information in the columns of the tableview
- From: Bright <email@hidden>
- Date: Mon, 27 Jul 2009 13:34:11 +0800 (CST)
>Hi
> In the "- (BOOL)tableView: acceptDrop: row: dropOperation:" method, I tried to insert the information Dictionary into the Array use the code "[tableRecordsArray insertObject:infoDictionary atIndex:row+i];".
>But when I drop the file into the table view, the app exited immediately.
Now, I find that the code "[tableRecordsArray insertObject:infoDictionary atIndex:row+i];" maybe is not
correct. maybe I should not make the NSDictionary as an argument of the NSArray's method.
Could anyone tell me how to display the objects of the NSDictionary class into the different columns of a table view?
thank you!
_______________________________________________
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