mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Increase Feeds animation speed. Issue #1227
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user