Table view - can't seem to communicate
Table view - can't seem to communicate
- Subject: Table view - can't seem to communicate
- From: Lynn Barton <email@hidden>
- Date: Sun, 04 May 2008 19:31:17 -0700
- Thread-topic: Table view - can't seem to communicate
Title: Table view - can't seem to communicate
I am trying to make a simple application to collect some data into an array of records, and show those records in a table view in the main window. Record collecting seems to be working. Each record is store in an NSMutableDictionary, then each dictionary is added to an NSMutableArray.
The NSTableView was set up in IB, and connected to an outlet in my delegate. Methods for the number of records and for the value in each cell were created in the delegate. The setDelegate and reloadData methods of the table view were called. However, the table view remains blank. I think it is a problem with communication between the delegate and the table view.
Does anyone have some sample code that might help?
Lynn Barton
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden