Merge branch 'bugfix/navigation_handler_modernization' into 'develop'
NavigationHandler See merge request BPHV_MIPS/jsoncreator_ios!13
This commit is contained in:
commit
9ef39c8cfb
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user