From 4deefc5692d878028736b15841f717a019edf16f Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 5 Sep 2023 10:17:20 -0400 Subject: [PATCH] NavigationHandler --- JSONCreator_iOS/JSONCreator/DetailViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONCreator_iOS/JSONCreator/DetailViewController.swift b/JSONCreator_iOS/JSONCreator/DetailViewController.swift index 4ccf126..38ca7b7 100644 --- a/JSONCreator_iOS/JSONCreator/DetailViewController.swift +++ b/JSONCreator_iOS/JSONCreator/DetailViewController.swift @@ -21,7 +21,7 @@ class DetailViewController: UIViewController { } modalPresentationStyle = .formSheet - MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self + NavigationHandler.shared().viewControllerToPresentOn = self view.addSubview(textView) if UIDevice.current.userInterfaceIdiom == .pad {