Open Source iOS Control For Creating A Vertical Tab Bar

In the past I’ve mentioned a number of excellent navigation components for iPad apps such asstacked view creator PSStackedView the and grid style navigation controller LIExposeController.

I’ve come across another controller that is a bit simpler allowing you to easily create a navigation control in the form of a vertical tab bar.

This tab bar is that it behaves just like a UITabBar – just vertical.  It can also have an unlimited number of items, if you have more items than fit on the screen it will scroll just like a UITableView (because it is one).

Here’s a screenshot from the Github page showing the control in action:

This iOS control is FSVerticalTabBarController from Future Simple and can be found on Github here.

A nice clean easy to implement navigation control.

 

©2012 iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.

.

DeliciousTwitterFacebookLinkedInEmail


Leave a Reply

Your email address will not be published. Required fields are marked *