NavigationHandler
This commit is contained in:
parent
e3c1a03a27
commit
4deefc5692
@ -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