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 dcbdb4c commit ae6b155Copy full SHA for ae6b155
README.md
@@ -104,6 +104,10 @@ let dataSource = RxTableViewSectionedReloadDataSource<SectionOfCustomData>(
104
dataSource.titleForHeaderInSection = { dataSource, index in
105
return dataSource.sectionModels[index].header
106
}
107
+
108
+dataSource.titleForFooterInSection = { dataSource, indexPath in
109
+ return dataSource.sectionModels[index].footer
110
+}
111
```
112
113
4) Define the actual data as an Observable sequence of CustomData objects and bind it to the tableView
0 commit comments