@@ -155,7 +155,9 @@ final class WordListViewController: UIViewController {
|
|||||||
} else {
|
} else {
|
||||||
words.shuffle()
|
words.shuffle()
|
||||||
}
|
}
|
||||||
tableView.reloadData()
|
UIView.transition(with: tableView, duration: 0.25, options: .transitionCrossDissolve, animations: {
|
||||||
|
self.tableView.reloadData()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
private func updateVisibleSpeakers() {
|
private func updateVisibleSpeakers() {
|
||||||
|
|||||||
Reference in New Issue
Block a user