File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CollapseTableView enables you to make expandable UITableView's sections with jus
9
9
10
10
## Presentation
11
11
<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 " />
13
13
</p >
14
14
15
15
## Installation
@@ -45,7 +45,7 @@ So after you implement standard tableView's dataSource/delegate methods for sect
45
45
There're extra tableView methods for work with sections:
46
46
47
47
``` swift
48
- public func toggleSection (_ sectionIndex : Int , sectionView : UIView, animated : Bool )
48
+ public func toggleSection (_ sectionIndex : Int , animated : Bool )
49
49
public func openSection (_ sectionIndex : Int , animated : Bool )
50
50
public func closeSection (_ sectionIndex : Int , animated : Bool )
51
51
public func isOpenSection (_ sectionIndex : Int ) -> Bool
You can’t perform that action at this time.
0 commit comments