UITabBar元素之间的空白?

时间:2013-01-17 02:07:47

标签: ios cocoa-touch uitabbar

我的UITabBar存在问题:

这就是它在不同状态下的样子:

enter image description here

正如您所看到的,我的元素和侧面之间几乎没有空白区域:

enter image description here

我的问题是为什么在App Store应用程序中没有这样的原因,在那里你没有副翼或间隙?

enter image description here enter image description here

这就是我改变Tab Bar外观的方式,背景图片没有任何分隔符:

[[UITabBar appearance] setBackgroundImage:[UIImage imageNamed:@"UITabBarBG"]];

由于我所拥有的差距,遵循这里所解释的方法是行不通的: http://blog.erikvdwal.nl/blog/2012/09/25/customizing-the-uitabbar-in-ios-5-and-ios-6/

任何帮助都会有所帮助!

谢谢!

1 个答案:

答案 0 :(得分:1)

如果您使图像变大,则不会出现此问题,如果您需要与AppStore应用程序中相同的分隔符,它们甚至可以重叠。

请参阅How can I add a custom divider image to the UITabBar?