A fully customizable and flexible paging menu controller built from other view controllers placed inside a scroll view allowing the user to switch between any kind of view controller with an easy tap or swipe gesture similar to what Spotify and Instagram.
Simply include KPSmartTabBar.h and KPSmartTabBar.m files into your project directory.
Look at ViewController.m file for demo. You can also use it like segment controller.
- (void)willMoveToPage:(UIViewController *)controller index:(NSInteger)index {}
- (void)didMoveToPage:(UIViewController *)controller index:(NSInteger)index {}
iOS 7.0+
Please let me know if your app in the AppStore uses this library so I can add your app to the list of apps featuring KPSmartTabBar.
MIT License