From 61b503ad248a98e3fe797cd0c251554e99160183 Mon Sep 17 00:00:00 2001 From: Ilter Cengiz Date: Fri, 6 Sep 2013 17:54:48 +0300 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af2992a..a3d73aa 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play ap 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 @@ -16,7 +17,6 @@ ICViewController supports minimum iOS 6 and uses ARC. ## To-do - Current version doesn't track pan gestures in content view. These should be tracked to scroll tabs synchronously -- iPad support ## Contact [@monsieurje](https://twitter.com/monsieurje)