samir
samir

Reputation: 4551

Vertical UINavigationBar in iPad application

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

Answers (2)

Year3000
Year3000

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.

enter image description here

Upvotes: 0

MrWaqasAhmed
MrWaqasAhmed

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

Related Questions