When setting a new root using the setRootController action, the previously presented root is not dealloced until another root is set.
Example scenario:- the app starts with root A.- the app sets a new root B. A is still not dealloced at this point.- the app sets a new root C. A is now dealloced (but B isn't yet).
When setting a new root using the
setRootController
action, the previously presented root is not dealloced until another root is set.Example scenario: - the app starts with root A. - the app sets a new root B. A is still not dealloced at this point. - the app sets a new root C. A is now dealloced (but B isn't yet).