Post

Replies

Boosts

Views

Activity

Reply to UITableView sometimes not updating
Oh well, that worked, thank you very much.But for an unknown reason, searching doesn't work anymore. Filtering the array works fine, but methods are not called and if I'm trying to scroll down the table view, my app crashed with "Index out of range" on line 296.As I said, filteredCustomerSections is filtered correctly, but I think this happens because it won't call the methods like:override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
Apr ’20