标签: objective-c ios uiviewcontroller uitabbarcontroller
我有一个带有三个标签的标签栏。在其中一个视图控制器属于中间选项卡时,我的代码需要确定活动视图是否是第一个视图控制器的视图。有什么想法吗?
答案 0 :(得分:8)
您可以通过调用selectedViewController property of your app's UITabBarController(为您链接的文档)来判断哪个视图控制器是活动的。
selectedViewController
还有一个selectedIndex属性。
selectedIndex