How to tell if UIViewController's view is visible
I have a tab bar application, with many views. Is there a way to know if a particular UIViewController
is currently visible from within the UIViewController
? (looking for a property)
I have a tab bar application, with many views. Is there a way to know if a particular UIViewController
is currently visible from within the UIViewController
? (looking for a property)