Changed ArticleViewController to utilize UIPageViewController to provide gesture based navigation.

This commit is contained in:
Maurice Parker
2019-12-31 16:55:39 -07:00
parent 0a29535412
commit af76e44c0f
8 changed files with 719 additions and 573 deletions

View File

@@ -59,7 +59,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
appDelegate = self
// Force lazy initialization of the web view provider so that it can warm up the queue of prepared web views
let _ = ArticleViewControllerWebViewProvider.shared
let _ = WebViewProvider.shared
AccountManager.shared = AccountManager()
NotificationCenter.default.addObserver(self, selector: #selector(unreadCountDidChange(_:)), name: .UnreadCountDidChange, object: nil)