views:

95

answers:

1

hello all

I am using Tab bar + navigation based application and I have 4 tab bars when I navigate from one view-controller to other view-controller, viewWillAppear method doesn't seems to respond and I am being forced to call it manually by creating the object of next view-controller. So my question is that I dint want to call viewWillAppear method manually when ever I navigate from one view-controller to other instead it should get triggered automatically just like viewdidLoad method gets triggered when you navigate from one view-controller to other. Please guide me how could I do that

Hoping for the best possible Answer Thanks in Advance

+2  A: 
sugar