Add search articles keyboard shortcut and make search work in three panel mode

This commit is contained in:
Maurice Parker
2019-09-07 09:01:29 -05:00
parent 4184246e42
commit ec4a6f3e0a
3 changed files with 17 additions and 11 deletions

View File

@@ -61,6 +61,10 @@ class RootSplitViewController: UISplitViewController {
coordinator.showBrowserForCurrentArticle()
}
@objc func articleSearch(_ sender: Any?) {
coordinator.showSearch()
}
@objc func addNewFeed(_ sender: Any?) {
coordinator.showAdd(.feed)
}