Как узнать индекс у таббара. do you have UITabbar or UITabbarController? if UITabbar then set tag for each item and then you see which item is selected using - self.tabBarController.tabBar.selectedItem.tag if UITabbarController then use self.tabBarController.selectedIndex