Quote:
Originally Posted by DevTeamOfOne
I am unsure how to set up the app, but just letting you know that UINavigationController should never be subclassed.
|
I’m interested why you say that. I haven’t read in the docs or header files anything that says never to do it. Or, maybe people shouldn’t do it for the very issue I’m running into!
So, I’m currently trying a different pattern to solve the issue, which includes loading the nibs when needed and deallocating all of them (that aren’t nil) whenever the main "add view" appears.