标签: ios ios7 tabbar
除了删除标签栏分隔线外,如何增加标签栏高度和标签栏图标大小?
我做了一些事情来增加尺寸,但图标大小仍然相同。
[[[self tabBarController] tabBar] setBackgroundImage:[UIImage imageNamed:@"menuBar_bg.png"]];
答案 0 :(得分:0)
尝试更改图标的大小。例如:如果是30x30,请尝试45x45。