Reputation: 4551
I am developing an iPad application and I would like to have a vertical UINavigationBar
( in the left of my view), is this possible to do? How I can i do this? Thanks.
Upvotes: 0
Views: 216
Reputation: 459
I think you're talking about one similar to the one tweetbot implements. If so you're going to have to create your own using images & a view, or rotate your navigation bar. Or you can check FSVerticalTabBarController and edit it to your needs.
Upvotes: 0
Reputation: 1489
You can't do this, instead you can use UIImage
with same look like UINavigationBar
and Button and place them vertically.
Upvotes: 1