File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
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
4545There'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 )
4949public func openSection (_ sectionIndex : Int , animated : Bool )
5050public func closeSection (_ sectionIndex : Int , animated : Bool )
5151public func isOpenSection (_ sectionIndex : Int ) -> Bool
You can’t perform that action at this time.
0 commit comments