Skip to content
9miao Mobile Game edited this page Jun 27, 2014 · 1 revision

CATabBarDelegate Detailed Description

Class Description

It’s CATabBar’s agent and abstract class.

Method

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.

Method Description

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

Description: call and display method of tabBar content via this port.
Clone this wiki locally