We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4ef9a commit 3ac2033Copy full SHA for 3ac2033
README.md
@@ -105,7 +105,7 @@ dataSource.titleForHeaderInSection = { dataSource, index in
105
return dataSource.sectionModels[index].header
106
}
107
108
-dataSource.titleForFooterInSection = { dataSource, indexPath in
+dataSource.titleForFooterInSection = { dataSource, index in
109
return dataSource.sectionModels[index].footer
110
111
0 commit comments