i want to reload the third tab bar when click on OK button.
And the OK button is in second tab bar.
so how can i go to direct in the third tab bar from second tab bar. with reload the webview.
please reply
i want to reload the third tab bar when click on OK button. And
Share
In the OK button click
or use
And to reload the view in 3rd tab, Put your reload code in viewWillAppear() function of your viewController of 3rd tab..