【问题标题】:UIBarButtonItem have different space betweenUIBarButtonItem 之间有不同的空间
【发布时间】:2014-09-13 11:33:34
【问题描述】:

我在self.navigationItem.rightBarButtonItems 上有六个UIBarButtonItem。每个按钮都有一个 25x25 像素的 png 图像。但正如您在下图中看到的,每个按钮之间的间距都不同。

为什么?我希望这个空间对于每个空间都保持不变。

【问题讨论】:

  • 尝试在它们之间添加一个灵活的空间以使空间均匀。

标签: ios xcode ios7 uibarbuttonitem


【解决方案1】:

问题在于UIBarButtonItem 中的png。可能它们的左/右有空白像素会导致问题。

只需在每个按钮之间使用灵活的空间。

【讨论】: