How to provide custom header/footer to a tableView using RxDatasources – Ios swift
I wasn't really able to find this in docs or somewhere, but is there a way to provide custom header and footer loaded from nib, using RxDatasources? For example, I am dequeuing a cell like this: let dataSource = RxTableViewSectionedAnimatedDataSource<CommentsSectionModel>(…