Quote:
Originally Posted by hijinks
|
That's great info, and even though I actually figured it out last night that cleared up some things I was confused about. I wasn't really sure where to put some of the methods, if the cell should be responsible for setting the data in itself by grabbing another object or if the table controller should be pushing an object to the cell to set itself, or if the cell should be setting itself up during the init function or if it should do it later, or if the table controller should be setting each field in the cell directly using each property setter method. I really like the way the setData

bject method works where you pass it something which the cell can then use to set its own fields, and I'll be using that method in the future.
Thanks!