有没有办法在iPhone中的UITabBarController中设置第四个选项卡更多选项卡

时间:2012-05-07 06:37:30

标签: iphone ios ios4 uitabbarcontroller uitabbar

我的iOS应用中有6个标签。我需要将第4个标签设置为更多,并在第4个标签中显示3个标签作为表格。有没有简单的方法来做到这一点。告诉iphone-sdk将第4个标签视为最后一个标签和“更多”?

1 个答案:

答案 0 :(得分:0)

将第四个标签设为:

[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemMore tag:0];