Skip to content

Instantly share code, notes, and snippets.

@jeffcdavis
Created August 10, 2016 18:15
Show Gist options
  • Save jeffcdavis/aaca317255c8955904a17d1e2e7193f0 to your computer and use it in GitHub Desktop.
Save jeffcdavis/aaca317255c8955904a17d1e2e7193f0 to your computer and use it in GitHub Desktop.
if let arrayOfTabBarItems = self.tabBarController!.tabBar.items as! AnyObject as? NSArray,tabBarItem = arrayOfTabBarItems[2] as? UITabBarItem {
tabBarItem.enabled = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment