How to refresh header view in UITableView DiffableDataSource

31 views Asked by At

I have table view and diffabledatasource with HeaderView that must contains collection view (simple FlowLayout). I need to update header but reloadData() doesn't work. How I can refresh correctly?

I tried to use reloadData()

0

There are 0 answers