views:

30

answers:

2

Hi everyone

I will explain my problem briefly summarizing as much as I can.

I have a label lets say "Hello" which is found on my RootViewController. I have a popover which appears when I press on a button on my RootViewController.

On that popover, I have another button on it and when I press on it, I want it to change the label on the RootViewController from "Hello" to "Bye Bye".

How should I proceed?

A: 

Read about delegates. Basically you need to define an interface and assign delegate function which PopoverController will call.

sha
A: 

This answer would help you.

Madhup