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
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.
iOS 8+
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'
Winslow DiBona, dibona.winslow@gmail.com
TabDrawer is available under the MIT license. See the LICENSE file for more info.