Increase Feeds animation speed. Issue #1227

This commit is contained in:
Maurice Parker 2019-11-01 11:55:11 -05:00
parent 18bee355e0
commit 7c1deb3309
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
updateUI()
super.viewWillAppear(animated)
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
tableView.layer.speed = 2.0
}
// MARK: Notifications