RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues that result in two section header

JeongSuhong opened this issue · comments

If I change the tableView style to .group
when I am using RxTableViewSectionedReloadDataSource, there's a problem with two section header.

스크린샷 2021-05-13 오후 3 39 37

The pink area is header that I don't create. If the height is zero, header disappears altogether.

Please let me know how to solve this problem.