Re: self release

2009-10-06 Thread Jeremy Pereira
On 6 Oct 2009, at 05:00, Dragos Ionel wrote: I have the following scenario: A UIViewController, called BookViewController represents a book. Another UIViewController, ChapterViewController, represents a chapter in the book. BookViewController initializes and displays one

Re: self release

2009-10-06 Thread Michael Grant
You're aware, I hope, that self release is illegal in several southern states? M ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: self release

2009-10-06 Thread Andy Lee
On Oct 6, 2009, at 10:52 AM, Michael Grant wrote: You're aware, I hope, that self release is illegal in several southern states? See #8: http://www.sticksoftware.com/developer/cocoajoke.html. --Andy ___ Cocoa-dev mailing list (Cocoa-dev

self release

2009-10-05 Thread Dragos Ionel
I have the following scenario: A UIViewController, called BookViewController represents a book. Another UIViewController, ChapterViewController, represents a chapter in the book. BookViewController initializes and displays one ChapterViewController, that represents the current chapter that is

Re: self release

2009-10-05 Thread Graham Cox
On 06/10/2009, at 3:00 PM, Dragos Ionel wrote: When the last page of the chapter is reached and the user tries to get to the next page, the code inside the ChapterViewController has somehow to tell the parent controller, BookViewController that it needs to be released and another chapter