0

I'm trying to figure out how to implement a navigation bar like in the 1Password iPad app

https://www.dropbox.com/s/t0gfdwvmji48wor/1password_navi.png

I implemented a UISplitView but I'm not sure how to bring in my custom navigation bar.

Markus Bischof
  • 169
  • 1
  • 11

1 Answers1

0

Try the link below. It's essentially a UITableView underneath, so you can add as many tabs as you like.

https://github.com/futuresimple/FSVerticalTabBarController

Omer Janjua
  • 622
  • 1
  • 7
  • 18
  • To use it in conjunction with a UISplitView I would suggest MGSplitViewController https://github.com/mattgemmell/MGSplitViewController – Markus Bischof May 31 '13 at 11:33