Rename AppCoordinator to SceneCoordinator as that name better defines its purpose

This commit is contained in:
Maurice Parker
2019-09-01 12:43:07 -05:00
parent 56c81bba1f
commit 858bdb7f21
8 changed files with 16 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ class DetailViewController: UIViewController {
@IBOutlet private weak var webViewContainer: UIView!
private var webView: WKWebView!
weak var coordinator: AppCoordinator!
weak var coordinator: SceneCoordinator!
deinit {
webView.removeFromSuperview()