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.
我希望能够通过删除每个项目的标题并回收它们占用的垂直空间来降低 UITabBar 的高度,就像 Tweetie 2 一样。这似乎无法在 .xib 中或以编程方式设置。我是否必须继承 UITabBar 并自己滚动?
自己滚。我确定 Tweetie 2 是定制的。并且高度设置在传世的UITabBar中。
您可以通过在 uitoolbar 中放置分段控件来实现类似的效果。我这样做了,它看起来很不错。