Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Commit f4e58e1

Browse files
authored
Update README.md
1 parent fd1582a commit f4e58e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ defaultPage: Int
4141
animationDuration: TimeInterval
4242
```
4343

44-
* scrollEnabled for paging view. **Set false in case of using swipe-to-delete on your table view**
44+
* isScrollEnabled for paging view. **Set false in case of using swipe-to-delete on your table view**
4545
```swift
46-
scrollEnabled: Bool
46+
isScrollEnabled: Bool
4747
```
4848

4949
* background color for paging view
@@ -55,7 +55,7 @@ backgroundColor: UIColor
5555
```swift
5656
lazyLoadingPage: LazyLoadingPage
5757
public enum LazyLoadingPage {
58-
case one // Currently sets false to scrollEnabled at this moment. Should be fixed in the future.
58+
case one // Currently sets false to isScrollEnabled at this moment. Should be fixed in the future.
5959
case three
6060
}
6161
```

0 commit comments

Comments
 (0)