0

我有一个 TabBar,有几个项目,代表一个视图,现在,当我通过其中一个项目加载视图时,我想取消设置 TabBar,而不是删除它,而是将其设置为未选择项目。

TabBar 控制器是通过故事板制作和初始化的,我假设我需要获取它的实例来执行此操作,我将如何执行此操作?

4

2 回答 2

0

Try this code:

self.tabBarController.selectedViewController = nil;
于 2013-08-17T14:47:42.527 回答
0

you should just put the same image for both status selected and normal... if you unselect the selection you won't be able to show the view

于 2013-08-17T14:51:20.240 回答