diff --git a/JSONCreator_iOS/JSONCreator/DetailViewController.swift b/JSONCreator_iOS/JSONCreator/DetailViewController.swift index d9705bb..67e10f1 100644 --- a/JSONCreator_iOS/JSONCreator/DetailViewController.swift +++ b/JSONCreator_iOS/JSONCreator/DetailViewController.swift @@ -19,6 +19,10 @@ class DetailViewController: UIViewController { guard textView.superview == nil else { return } + + modalPresentationStyle = .formSheet + MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self + view.addSubview(textView) if UIDevice.current.userInterfaceIdiom == .pad { textView.font = UIFont.systemFont(ofSize: 40)