CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Mark Glagola.
CocoaPods is recommended.
MGSwipeTabBarController/MGSwipeTabBarController Folder into your iOS project#import "MGSwipeTabBarController.h"Option 1 - Init
NSArray *viewControllers = . . . //your view controllers
MGSwipeTabBarController *swipeController = [[MGSwipeTabBarController alloc] initWithViewControllers:viewControllers]; Option 2 - Setter
NSArray *viewControllers = . . . //your view controllers
MGSwipeTabBarController *swipeController = . . . // initialized someway (i.e. storyboard, nib, etc).
swipeController.viewControllers = viewControllers;There is a bug currently with transparent UI bars. The demo demonstrates this bug.