hey guys. I have a problem that i am facing. Lets say u have a navigation controller and it has a root view controller. Then u pushed two more view controllers to that view controllers(e.g FirstViewController, SecondViewController) Now it has SecondViewcontroller at the top. What we have to do to send a message from SecondViewController to root view controller of the navigation controller ? Would you use delegate or NSNotification ?