I was playing around with iOS 5 and storyboards today. I currently have it so that the main storyboards starts with a uitabbarcontroller then a navigationviewcontroler and f
For me I can access the tabbar using self.navigationController.parentViewController; This always return the tabbar controller.