垂直标签栏?

发布于 2024-09-16 04:19:31 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

旧竹 2024-09-23 04:19:31

我认为最好的方法是用一堆 UIButton 填充 UIView 并将其样式设置为 UITabBar。为了节省时间,您可以从 这个自定义标签栏,并修改它以满足您的需要。

I imagine the best way to go about it would be to populate a UIView with a bunch of UIButtons and style it like a UITabBar. To save time, you could take the code from this custom tab bar, and modify it to fit your needs.

沫离伤花 2024-09-23 04:19:31

可以在此处找到适用于 iPad 的垂直标签栏实现。

A vertical tab bar implementation for iPad can be found here.

酒浓于脸红 2024-09-23 04:19:31

最近,我为 iOS 创建了一个简单的垂直标签栏实现: https://github.com/futuresimple/FSVerticalTabBarController

主要目标是尽可能模仿原始标签栏,但同时它是可定制的,并且您拥有代码! :)

Recently I created a simple implementation of vertical tab bar for iOS: https://github.com/futuresimple/FSVerticalTabBarController

Main goal was to mimic the original tab bar as closely as possible, but at the same time it's customizable and you have the code! :)

不弃不离 2024-09-23 04:19:31

最近,我为 iOS 创建了一个简单的垂直标签栏实现: https://github.com/futuresimple/FSVerticalTabBarController 它比 SEVerticalTabBar 更“现代”,因为它使用 UIViewController 机制。缺点是需要iOS5。

Recently I created a simple implementation of vertical tab bar for iOS: https://github.com/futuresimple/FSVerticalTabBarController It's more "modern" than SEVerticalTabBar as it uses UIViewController mechanism. The downside is that it requires iOS5.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文