views:

41

answers:

1

An example:

alt text

Thanks in advance!

Sagiftw

+2  A: 

For UITabBar, set the delegate and implement UITabBarDelegates -tabBar:didSelectItem:.
With UITabBarController it is UITabBarControllerDelegates -tabBarController:didSelectViewController:.

Georg Fritzsche