Hello!
I have an iPhone application with a TabBarController. I can access the current ViewController with
[appDelegate.myTabBarController selectedViewController]
But how can I get the name of this controller?
For example the name of the selected ViewController is "TestViewController". How can I get this string/name? I want to check if the current ViewController is "TestViewController".
Thanks a lot in advance & Best Regards.