标签: ios iphone
在我的RootViewController中,我有一个带有三个UITabBarItem的UITabBar。我想在单击每个UITabBarItem时加载单独的View Controller。但我不确定如何检测酒吧项目上的那个点击。
以前我只有UIButtons,点击后执行以下代码:
[self presentModalViewController:infoViewController animated:YES];
此致 斯蒂芬
答案 0 :(得分:3)
在以下主题中找到解决方案:
How to create an action for a UITabBarItem?