Title says it all ^^
Thanks in advance,
Lewion
Title says it all ^^
Thanks in advance,
Lewion
Yes, there is.
Try setting the selectedIndex property of your UITabBarController.
Do a search for Push Notification tutorial on Google, you'll find a few really good links. Study the examples and review the code.
Then create a method something like this:
-(void)goToNewsTab { [controller setSelectedIndex:4]; }
Where controller is your UITabBar.