davdroman / Bohr

Settings screen composing framework
MIT License
1.26k stars 83 forks source link

Fixed a crash in BOTableViewController's heightForFooterInSection method #46

Closed Argent closed 4 years ago

Argent commented 8 years ago

The footerViews method always returns the cached array, once it has been created for the first time. This causes a crash in tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section if you change the number of sections of the table after the footerViews array has been created