I have a navigation controller. I push view controllers onto the stack.
When one of the view controllers call:
navigationController?.popViewControllerAnimated(true)
How can the view controller before it know that its child just got popped? Is there a delegate or something?