mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Encapsulate more of the AppCoordinate API
This commit is contained in:
@@ -136,11 +136,11 @@ class DetailViewController: UIViewController {
|
||||
}
|
||||
|
||||
@IBAction func prevArticle(_ sender: Any) {
|
||||
coordinator.currentArticleIndexPath = coordinator.prevArticleIndexPath
|
||||
coordinator.selectPrevArticle()
|
||||
}
|
||||
|
||||
@IBAction func nextArticle(_ sender: Any) {
|
||||
coordinator.currentArticleIndexPath = coordinator.nextArticleIndexPath
|
||||
coordinator.selectNextArticle()
|
||||
}
|
||||
|
||||
@IBAction func toggleRead(_ sender: Any) {
|
||||
|
||||
Reference in New Issue
Block a user