Skip to content

Commit dcf1830

Browse files
authored
Update README.md
1 parent f2b6a38 commit dcf1830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CollapseTableView enables you to make expandable UITableView's sections with jus
99

1010
## Presentation
1111
<p align="left">
12-
<img src="https://github.com/Kharauzov/CollapseTableView/blob/master/CollapseTableView.gif" width="250px" height="480px"/>
12+
<img src="https://github.com/Kharauzov/CollapseTableView/blob/master/collapseTableViewDemo.gif" width="250px" height="472px"/>
1313
</p>
1414

1515
## Installation
@@ -45,7 +45,7 @@ So after you implement standard tableView's dataSource/delegate methods for sect
4545
There're extra tableView methods for work with sections:
4646

4747
```swift
48-
public func toggleSection(_ sectionIndex: Int, sectionView: UIView, animated: Bool)
48+
public func toggleSection(_ sectionIndex: Int, animated: Bool)
4949
public func openSection(_ sectionIndex: Int, animated: Bool)
5050
public func closeSection(_ sectionIndex: Int, animated: Bool)
5151
public func isOpenSection(_ sectionIndex: Int) -> Bool

0 commit comments

Comments
 (0)