I'm try to reload only UITableView section header without reloading whole section or reload whole table. Thanks in advance.
note :- I follow answers of already answered question. But I still cannot figure out this.
Use this method to reload section. Add index set of section which you want to reload.
tableView.reloadSections(IndexSet(0..<1), with: .automatic)
There is no standard method to do that, you can use tableView:viewForHeaderInSection:
function to get the section header from UITableView and do the updates.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With