MCPcopy Create free account
hub / github.com/9miao/CrossApp / tabBarSelectedItem

Method tabBarSelectedItem

CrossApp/controller/CAViewController.cpp:1520–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518}
1519
1520void CATabBarController::tabBarSelectedItem(CATabBar* tabBar, CATabBarItem* item, unsigned int index)
1521{
1522 CC_RETURN_IF(m_nSelectedIndex == index);
1523 this->showSelectedViewControllerAtIndex(index);
1524}
1525
1526void CATabBarController::pageViewDidEndTurning(CAPageView* pageView)
1527{

Callers 1

setTouchSelectedMethod · 0.80

Tested by

no test coverage detected