This is a custom implementation of the tab bar which allows for more flexibility of the tabs shown. For example, you are able to add long press actions to the tab bar items, or make a tab tappable but not selectable.
This project was created as a proof of concept since there is no native (or easy) way to customise the tab bar items.
To run the example project, clone the repo, and run pod install
from the Example directory first.
TETabBarController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TETabBarController'
Timothy Ellis, [email protected]
TETabBarController is available under the MIT license. See the LICENSE file for more info.