I am using a view controller that has several containers in it, and each container has its own view controller.
I want to know if [topMostViewController removeFromParentViewController]
will also remove all of its children, so that I don't have any memory leaks, or before that happens i also need to call removeFromParentViewController
on all the children it has?