I have a UIViewController that has an UIPopoverController that has an UINavigationController then a UIViewController. How can I from the child UIViewController call a method (eg. -(void)update) in the parent UIViewController? tried many combinations but still didn’t work.
I have a UIViewController that has an UIPopoverController that has an UINavigationController then a
Share
In your child:
In your parent controller, when instantiating your child:
now in your child you have a ref to your parent that you can use. For instance, some method in your child: