Skip to content

Instantly share code, notes, and snippets.

@arturlector
Last active February 3, 2016 19:54
Show Gist options
  • Save arturlector/b4b5d3a2b002b34b0888 to your computer and use it in GitHub Desktop.
Save arturlector/b4b5d3a2b002b34b0888 to your computer and use it in GitHub Desktop.
TabBar

Как узнать индекс у таббара.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment