hi friends...
i have been searching a solution for this problem... but i didnt get it....
I have an app in which there is a tabbarcontroller with two views added to the viewcontrollers array of it. . one a list view and another a view to add items to the list.. apart from this tabbarcontroller i have a edit viewcontroller which is pushed in to the navigation controller when tapped on one of the items of the list view in the tabbarcontroller. this edit view controller is used to update the values in the list view.
what my need is updating the list view in the tabbarcontroller when i go back from the edit view controller... Pls any one suggest me a solution...