Skip to main content
deleted 29 characters in body
Source Link
Stephen Kennedy
  • 21.8k
  • 24
  • 99
  • 114

I finally found where the problem was, I was missing a call to supersuper in the viewDidAppearviewDidAppear method but in UITabBarControllerUITabBarController!, I was checking only viewControllersviewControllers for the tabs but not the tabbarviewcontroller,tabbarviewcontroller. @rdelmar was right ;).

Thanks everybody for your help!.

I finally found where the problem was, I was missing a call to super in the viewDidAppear method but in UITabBarController!, I was checking only viewControllers for the tabs but not the tabbarviewcontroller, @rdelmar was right ;).

Thanks everybody for your help!.

I finally found where the problem was, I was missing a call to super in the viewDidAppear method but in UITabBarController!, I was checking only viewControllers for the tabs but not the tabbarviewcontroller. @rdelmar was right.

Source Link
Rubs
  • 829
  • 9
  • 21

I finally found where the problem was, I was missing a call to super in the viewDidAppear method but in UITabBarController!, I was checking only viewControllers for the tabs but not the tabbarviewcontroller, @rdelmar was right ;).

Thanks everybody for your help!.