UITabBar 填充
有没有办法调整 Cocoa Touch UITabBar 按钮之间的填充宽度?我正在开发一个 iPad 项目,我想减少按钮之间的填充,使外观稍微紧凑一些。我运气不好吗?
Is there a ways to adjust the width of the padding between Cocoa Touch UITabBar buttons? I'm working on an iPad project and I would like to reduce the padding between buttons for a slightly tighter look. Am I out of luck?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以仔细查看
TabBarKit
并查看它是否满足您的要求。它没有明确提到您可以调整间距等,但至少代码不是黑匣子,它可以让您查看添加此类功能是否在可能性范围内。You could take a close look at
TabBarKit
and see if it suits your requirements. It doesn't explicitly mention that you can adjust spacing etc, but at least the code isn't a black box which would enable you to see if adding such functionality is within the realm of possibility.