JFATabBarController

MIT License
Objective-C
iOS

Powered by Appetize.io.

1 image

Author

Description

UITabBarController is a handy control for building user interfaces, but this control has an annoying limitation: if there are more than five tabs, a "More" button replaces the fifth tab. The user might not understand what "More" means or the fact that it hides additional controllers. JFATabBarController is a pluggable replacement for UITabBarController that eliminates this limitation. The user of this control can access an arbitrary number of controllers simply by swiping left on the tab bar. By default, JFATabBarController displays an exciting animation when changing tabs.

Tags