I have two view controllers 1.rootviewController 2.myStatusDisplayViewController.
I have c stack call back function which returns a c string.That particular call back function calls a function in my rootviewcontroller. In my rootview controller I have reference to myStatusDispalyViewController using that reference I'm trying to update the label in myStatusDisplayviewController.
app.myStatusDisplayViewController.displayCallStatus.text =updatedCallStatus;
[app.myStatusDisplayViewController viewDidLoad];
[app.myStatusDisplayViewController viewWillAppear:YES];