Alright, so I have this project with 2 ViewControllers connected with eachother with a NavigationController. When I navigate to each VC it all loads properly and my loadView method is called as proper. But when I navigate back this loadView method is not being called.
How can I make my VC do their loadView method right after I popped the VC that was on top of them?