Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个在标签栏中有 5 个项目的 iOS 应用程序。但它们分布不均。我希望最右边的那个更大,显然它需要更多的空间。和其他 4 个选项卡项目可以均匀分布。我做了一些研究,但找不到一个好的解决方案。我在哪里可以自定义标签栏?
谢谢
您可以使用UISegmentedControl。它是高度可定制的,并允许修改其中每个项目的宽度。
你不能用标准的 iOS 标签栏来做到这一点。您需要创建一个自定义库或使用已经这样做的众多开源库之一。