Reputation: 1658
An example:
Upvotes: 0
Views: 141
Reputation: 99094
For UITabBar
, set the delegate
and implement UITabBarDelegate
s -tabBar:didSelectItem:
.
With UITabBarController
it is UITabBarControllerDelegate
s -tabBarController:didSelectViewController:
.
Upvotes: 2