Merge branch 'bugfix/navigation_handler_modernization' into 'develop'

NavigationHandler

See merge request BPHV_MIPS/jsoncreator_ios!13
This commit is contained in:
Hedden, Kyle Matthew 2023-09-05 14:23:50 +00:00
commit 9ef39c8cfb

View File

@ -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 {