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
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,11 @@
10
10
-[Usage](#usage)
11
11
-[License](#license)
12
12
13
-
`InfinityScrollView` is a Swift library designed to add ability to scroll endlessly items horizontally. `InfinityScrollView` has various configuration options like fast deceleration rate, snap to item center, configurable snap deceleration animations.
14
-
13
+
`InfinityScrollView` is a Swift library that allows you to add endless horizontal scroll to different items. `InfinityScrollView` has various configuration options:
14
+
* fast deceleration rate
15
+
* snap to center item
16
+
* configurable snap deceleration animations
17
+
15
18
16
19
Infinity scroll example:
17
20
@@ -23,7 +26,7 @@ Infinity scroll example with different items sizes:
@@ -61,17 +64,16 @@ If you prefer not to use CocoaPods, you can integrate Shakuro.InfinityScrollView
61
64
62
65
## Usage
63
66
64
-
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.
67
+
Just create `InfinityScrollView` programmatically or in the storyboard. Take into account that `InfinityScrollView` must have the data source and the delegate objects. The data source needs to adopt the `InfinityScrollViewDataSource` protocol and the delegate has to adopt the `InfinityScrollViewDelegate` protocol. The data source provides the views that `InfinityScrollView` will display. The delegate allows you to respond to scrolling events.
65
68
66
-
Have a look at the [InfinityScrollView_Example](https://github.com/shakurocom/InfinityScrollView/tree/main/InfinityScrollView_Example) (perform `pod install` before usage)
69
+
Take a look at the [InfinityScrollView_Example](https://github.com/shakurocom/InfinityScrollView/tree/main/InfinityScrollView_Example) (you need to perform `pod install` before before using it).
67
70
68
71
## License
69
72
70
73
Shakuro.InfinityScrollView is released under the MIT license. [See LICENSE](https://github.com/shakurocom/InfinityScrollView/blob/main/LICENSE.md) for details.
71
74
72
75
## Give it a try and reach us
73
76
74
-
Star this tool if you like it, it will help us grow and add new useful things.
75
-
Feel free to reach out and hire our team to develop a mobile or web project for you.
77
+
Star this tool if you like it, it will help us grow and add new useful things. Feel free to reach out and hire our team to develop a web project for you.
0 commit comments