An example:
Thanks in advance!
Sagiftw
An example:
Thanks in advance!
Sagiftw
For UITabBar
, set the delegate
and implement UITabBarDelegate
s -tabBar:didSelectItem:
.
With UITabBarController
it is UITabBarControllerDelegate
s -tabBarController:didSelectViewController:
.