I am popping a view controller deep within a navigation stack. Is it possible to detect if the view controller is being shown from a push or a pop?
nav stack:
[A] -> [B] -> [C] -> [D] -> [E]
[E] pops to [B]
nav stack:
[A] -> [B] // Possible to detect if B appears from a pop?