TabDrawer alternatives and similar libraries
Based on the "Tab Bar" category.
Alternatively, view TabDrawer alternatives based on common mentions on social networks and blogs.
-
animated-tab-bar
RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. -
adaptive-tab-bar
AdaptiveController is a 'Progressive Reduction' Swift module for adding custom states to Native or Custom iOS UI elements -
GGTabBar
Another UITabBar & UITabBarController (iOS Tab Bar) replacement, but uses Auto Layout for arranging it's views hierarchy. -
ESTabBarController
A tab bar controller for iOS that allows highlighting buttons and setting custom actions to them. -
KYWheelTabController
KYWheelTabController is a subclass of UITabBarController.It displays the circular menu instead of UITabBar. -
BEKCurveTabbar
compatible with XCode +10 and fully customizable via Interface_Builder panel. BEKCurveTabBar derived UITabBar class and compatible with every iOS devices.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of TabDrawer or a related project?
README
TabDrawer
TabDrawer is a customizable TabBar UI element that allows you to run a block of code upon TabBarItem selection, or display a customizable drawer. TabBar uses EasyPeasy for managing auto-layout constraints. Icons used for the examples are from icons8
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
More usage details and examples coming soon. For now checkout the OptionsExampleViewController class for an example inspired by this blog post shown in the gif above.
Requirements
iOS 8+
Installation
TabDrawer is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod 'TabDrawer', :git => 'https://github.com/winslowdibona/TabDrawer.git'
Author
Winslow DiBona, [email protected]
License
TabDrawer is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the TabDrawer README section above
are relevant to that project's source code only.