UITabBarItem - 如何检测点击/点击?

时间:2010-08-19 10:33:42

标签: ios iphone

在我的RootViewController中,我有一个带有三个UITabBarItem的UITabBar。我想在单击每个UITabBarItem时加载单独的View Controller。但我不确定如何检测酒吧项目上的那个点击。

以前我只有UIButtons,点击后执行以下代码:

[self presentModalViewController:infoViewController animated:YES];

此致 斯蒂芬

1 个答案:

答案 0 :(得分:3)

在以下主题中找到解决方案:

How to create an action for a UITabBarItem?