NavigationHandler

This commit is contained in:
Scott Pfeil 2023-09-05 10:17:20 -04:00
parent e3c1a03a27
commit 4deefc5692

View File

@ -21,7 +21,7 @@ class DetailViewController: UIViewController {
} }
modalPresentationStyle = .formSheet modalPresentationStyle = .formSheet
MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self NavigationHandler.shared().viewControllerToPresentOn = self
view.addSubview(textView) view.addSubview(textView)
if UIDevice.current.userInterfaceIdiom == .pad { if UIDevice.current.userInterfaceIdiom == .pad {