Skip to content

Commit aecc2c8

Browse files
committed
fixed readme
1 parent 1e5d8a1 commit aecc2c8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
- [Usage](#usage)
1111
- [License](#license)
1212

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+
1518

1619
Infinity scroll example:
1720

@@ -23,7 +26,7 @@ Infinity scroll example with different items sizes:
2326
![](Resources/infinity_scroll_with_different_sizes.gif)
2427

2528

26-
Infinity scroll example with snap to item center:
29+
Infinity scroll example with snap to center item:
2730

2831
![](Resources/infinity_scroll_with_snap_to_center.gif)
2932

@@ -61,17 +64,16 @@ If you prefer not to use CocoaPods, you can integrate Shakuro.InfinityScrollView
6164

6265
## Usage
6366

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.
6568

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).
6770

6871
## License
6972

7073
Shakuro.InfinityScrollView is released under the MIT license. [See LICENSE](https://github.com/shakurocom/InfinityScrollView/blob/main/LICENSE.md) for details.
7174

7275
## Give it a try and reach us
7376

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.
7678

7779

0 commit comments

Comments
 (0)