Hi ,
I have a Tab bar based application. Can I change the tabs highlighted Programatically? I mean can i navigate from one tab to the other without actually clicking on the tab icons ?
Hi ,
I have a Tab bar based application. Can I change the tabs highlighted Programatically? I mean can i navigate from one tab to the other without actually clicking on the tab icons ?
I think you might be looking for UITabBarController
's selectedIndex
and selectedViewController
properties. Take a look at the docs.