From: Dave H. <gr...@gr...> - 2005-06-16 17:30:33
|
On Jun 16, 2005, at 9:44 AM, Dave Howell wrote: > I think what's not working is that I can't convince the table view to > actually connect to the array. I've made some progress, I think. I scrapped and rebuilt all the stuff in Interface Builder, and now something appears to be connected that wasn't connected before. Instead of just launching silently, now when I launch it aborts with this error: this class is not key value coding-compliant for the key diceRoll diceRoll is equivalent to "mailboxes" in the previous example; that is, it's an NSMutableArray defined and initialized in my Controller class. I've tried both ib_outlet :diceRoll and/or def diceRoll blah blah end Still can't get the app to find the key at runtime.... |