Hi,
When i add a new subview, i cant immediately release the controller after displaying. How should i release this viewController?
I was thinking about using a property for the viewController, and use delegation to notify for removing the view and releasing it?
Is this the best way to do it? or should i do something with autorelease?
Ton.