RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
MIT License
3.07k stars 485 forks source link

Issues that result in two section header #400

Open ghost opened 3 years ago

ghost commented 3 years ago

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.