I have an app that has a tabbar at the bottom. When I select a tab the press is caught by:
didSelectItem:(UITabBarItem *)item
So, everything works great except that the tab stays blue until I hit another tab which stays blue until I hit another tab, etc....
is there some code I can put in my switch/case code that turns the blue highlight back off?