刷新按钮添加淡入淡出动效

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 22:58:51 +08:00
parent 0cdc3c49a3
commit a01207ae00
@@ -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() {