loming / ICViewPager

A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICViewPager

A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.

ICViewPager

Usage

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.

Requirements

ICViewController supports minimum iOS 6 and uses ARC.

Updated

  • Track pan gestures in content view. Tracked to scroll tabs synchronously

To-do

  • None at the moment

Contact

@monsieurje Ilter Cengiz

Licence

ICViewPager is MIT licensed. See the LICENCE file for more info.

About

A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.

License:MIT License


Languages

Language:Objective-C 100.0%