I'm using UITabbarController
in my project. All viewControllers
are loading properly and the navigation from parentViewController
in UITabbarController to a childViewController
and then back to parentViewController
when tabbaritem
is tapped is working.
Now I want to reload the parentViewController
if the user tap on the UITabbarItem
while the parentViewController
is already visible.
I'm not using and don't want to use viewwillappear
method to reload the viewcontroller
which will not work here in this case anyways as the view is already visible.