Increase Feeds animation speed. Issue #1227
This commit is contained in:
parent
18bee355e0
commit
7c1deb3309
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue