Search code examples
iphoneobjective-cthree20tabbartabitem

Define default TTTabItem in a TTTabBar


Hi all Does anyone know how to set the default TTTabItem in an TTTabBar? I was able to load the corresponding page as default, but I am not able to check an item as default in the TTTabBar list.

Sofar, always the first TTTabItem is checked.

Thanks and best regards, Doonot


Solution

  • NSInteger default = 0;
    [self tabBar:_tabBar tabSelected:default];