I have an application which has a tabbar to navigate through 5 views. I have a uitableview in one of these 5 views (my viewcontroller for this view is the table delegate).
Now I want to reload my table view every time the user goes to another view and comes back to this view using a method called reinitializeAndReloadTable however I don't know when to call it..
Is there a method which lets my view know that the tabbar item related in its superview has been reclicked?
Thanx
tiw