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.
2 parents 8d4ef9a + 3ac2033 commit 0db24a7Copy full SHA for 0db24a7
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