Keep tab as selected UITabBarController
Recently, I came across a situation where I have to force a current selected tab to remain selected in UITabBarController, when user select or tap a different tab. So i though worthy of sharing the code with all the community. To make this happen, one can use UITabBarController delegate – (BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController *)viewController […]
Keep tab as selected UITabBarController Read More »