I have a simple UIViewController in a UITabViewController.
The am looking to have the UIViewController update certain items on itself when a user taps the tab that it is in.
What event in the UIViewController can I handle which will be notified everytime the viewcontroller is made visible by the UITabViewController?
You will get calls to
viewWilAppearandviewDidAppear. You said ‘events’ but is that what you want?