Re: Retain cycles with NIB instantiations, bindings

2009-07-12 Thread Ken Thomases
On Jul 10, 2009, at 2:19 AM, Half Activist wrote: I'm loading a NIB file at runtime and use a new instance of a class as its owner each time. Everything works fine, until I wish to delete an object. In my software, i'm using several instances of objects that have their own

Retain cycles with NIB instantiations, bindings

2009-07-10 Thread Half Activist
Hi, I'm loading a NIB file at runtime and use a new instance of a class as its owner each time. Everything works fine, until I wish to delete an object. In my software, i'm using several instances of objects that have their own UI but are all part of kind of "project", a co