FunctionalTableData icon indicating copy to clipboard operation
FunctionalTableData copied to clipboard

Declarative UITableViewDataSource implementation

Results 12 FunctionalTableData issues
Sort by recently updated
recently updated
newest added

These changes allow for header and footer width to be passed to the functional table data. More specifically, `FunctionalTableData.Delegate`'s `UITableViewDelegate` implemenation now uses `tableView`'s width in `tableView(_:heightForHeaderInSection:)` and `tableView(_:heightForFooterInSection)`. We...

Fixes an error flagged by the FOSSA CLI scanner