python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
DiffableDataSource does not update properly after applying changes in snapshot
I'm trying to filter a list of users in a TableViewDiffableDataSource. The filtered array of users is passed to the following function:
private func updateUserCell(_ users: Users? = nil) {
g...
PhoenixDev
Votes: 0
Answers: 1