but the problem is that my app has both UInavigationController and UITabBarController
so calling navigaionController.topViewController tells me that i have UItabBarController
and
self.window.rootViewController returns UINavigationController
thank’s a lot
You can check for the kind of class it is using
[VC isKindOfClass:(myVCClass class)]