I have a simple Tab bar navigation app
-------------------
| |
| |
| |
| |
| |
| |
| |
| (o) |
| |
[ Tab 1 ]_[ Tab 2 ]
When Tab 1 is touched, Screen 1 is shown. When Tab 2 is pressed, Screen 2 is shown.
How can I call an action each time a screen is shown (not just on the viewDidLoad
event).
Do I have to listen to the touch event on the Tab bar or is there an event in the ViewController I can listen for?