You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play ap
9
9
10
10
Just copy ViewPagerController.m and ViewPagerController.h files to your project.
11
11
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.
12
+
Supports both iPhone and iPad.
12
13
13
14
## Requirements
14
15
15
16
ICViewController supports minimum iOS 6 and uses ARC.
16
17
17
18
## To-do
18
19
- Current version doesn't track pan gestures in content view. These should be tracked to scroll tabs synchronously
0 commit comments