A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.
Just copy ViewPagerController.m and ViewPagerController.h files to your project. You can subclass it and implement dataSource and delegate methods in the subclass or just assign it to a view controller as file's owner and provide external dataSource and delegate objects. Supports both iPhone and iPad.
ICViewController supports minimum iOS 6 and uses ARC.
- Track pan gestures in content view. Tracked to scroll tabs synchronously
- None at the moment
ICViewPager is MIT licensed. See the LICENCE file for more info.