Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
942v committed Jun 13, 2014
1 parent 432db60 commit f1748bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ It is based on Apple StreetScroller iOS sample code.
2. Install the pod(s) by running `pod install`.
3. Include GBInfiniteScrollView wherever you need it with `#import <GBInfiniteScrollView/GBInfiniteScrollView.h>`.

For the page control subclass.

1. Add a pod entry for `GBInfiniteScrollView/PageControl` to your Podfile `pod 'GBInfiniteScrollView/PageControl'`
2. Install the pod(s) by running `pod install`.
3. Include GBInfiniteScrollViewWithPageControl wherever you need it with `#import <GBInfiniteScrollView/GBInfiniteScrollViewWithPageControl.h>`.

### Source files

You can directly add the header and implementation files to your project.
Expand Down

0 comments on commit f1748bd

Please sign in to comment.