Hello!
I have a NavBar, a TabBar and a SearchBar with a ScopeBar. So the user can perform a search via a remote server. Clicking on one TableRow of the TableView a new ViewController with a xib is pushed into.
It is doing some calculations and it is possible, that I have to dismiss this View(Controller) and I should go back like I am clicking the "back" button in the NavBar.
How could I do this programmatically and call a method in this ViewController, because I have to trigger the search with the saved search term.
Does anyone know this?
Thanks a lot in advance & Best Regards.