WHen we use navigation controller as a root of window and we pushed multiple controllers on that navigation controller. lets say A as navigation controller B as root of navigation controller C is pushed on B D is pushes on C
then what will be hierarchi of views on window. is it like first Window -> A -> B -> C -> D;
or they are in memory but on window there is only one D?