When dismissing a modal view controller using dismissViewController, there is the option to provide a completion block. Is there a similar equivalent for
The completion block is called after the viewDidDisappear method is called on the presented view controller, So putting code in the viewDidDisappear method of the popped view controller should work the same as a completion block.