Skip to content

Commit

Permalink
II-15-[improved readme]
Browse files Browse the repository at this point in the history
  • Loading branch information
spopovshakuro committed Feb 21, 2022
1 parent 103dad4 commit fb570f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you prefer not to use CocoaPods, you can integrate Shakuro.InfinityScrollView

Just create `InfinityScrollView` programmatically or in storyboard. `InfinityScrollView` must have a data source and delegate objects. The data source must adopt the `InfinityScrollViewDataSource` protocol and the delegate must adopt the `InfinityScrollViewDelegate` protocol. The data source provides the views that `InfinityScrollView` will display. The delegate allows to respond to scrolling events.

Have a look at the [InfinityScrollView_Example](https://github.com/shakurocom/InfinityScrollView/tree/main/InfinityScrollView_Example)
Have a look at the [InfinityScrollView_Example](https://github.com/shakurocom/InfinityScrollView/tree/main/InfinityScrollView_Example) (perform `pod install` before usage)

## License

Expand Down

0 comments on commit fb570f1

Please sign in to comment.