-
Notifications
You must be signed in to change notification settings - Fork 412
CATabBarDelegate
9miao Mobile Game edited this page Jun 27, 2014
·
1 revision
It’s CATabBar’s agent and abstract class.
|
Access modifier |
Method name |
Description |
|
Public |
tabBarSelectedItem |
Declare a port for child class implementing, is used to display and manage the content of every subkey of tabBar. |
void tabBarSelectedItem(CATabBar tabBar, CATabBarItem item, int index)**
Return value: void
Parameter:
|
Type |
Parameter name |
Description |
|
CATabBar* |
tabBar |
Current CATabBar object |
|
CATabBarItem* |
item |
tabBar subkey |
|
Int |
Index |
Subkey’s index value |