Re: NSArrays and tableView delegates

2008-12-05 Thread Steven Hamilton
On 05/12/2008, at 9:25 AM, Ashley Clark wrote: (Leopard 10.5.5 with GC on) If you're running this program under GC then none of what you said makes sense anyway since retain/release/autorelease are all no-ops under GC and -dealloc is never called there. Ah the benefit of a simple sent

Re: NSArrays and tableView delegates

2008-12-04 Thread Ashley Clark
On Dec 3, 2008, at 10:05 PM, Steven Hamilton wrote: Hi folks, Hi! I have a subclassed NSWindowController. In this class I have a method that extracts data from my core data model and formulates an array of dictionaries. Also in this class I have the tableview datasource methods. The dat