Storyboard - UITabBarController

后端 未结 2 1998
感动是毒
感动是毒 2020-12-28 16:41

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

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-28 17:28

    For me I can access the tabbar using self.navigationController.parentViewController; This always return the tabbar controller.

提交回复
热议问题