Ben Aneesh

Results 3 comments of Ben Aneesh

This works on an actual device with 3D Touch, but not on one without it.

in the view's header have: @property (weak, nonatomic) UINavigationController *parentNavController; and when calling the popup: popedUpViewController.parentNavController = self.navigationcontroller; now you should have access to the parent's navigation controller.

+1, use NSNotificationCenter as a quick hack for now