开发者

Vertical Tab Bars? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_运维问答

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I was wondering if anyone knows where I can find documentation or a tutorial on how to make a vertical tab bar for iOS like in 1Password or 2do.

I figure that these aren't "real" tab bars, but I'd really like to use that functionality and I'm at a loss on how to accomplish it. Thanks in advance for any help!


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.


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


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! :)


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜