firendly ipad
This commit is contained in:
parent
61ca0d7f69
commit
74be312bf0
@ -19,6 +19,10 @@ class DetailViewController: UIViewController {
|
|||||||
guard textView.superview == nil else {
|
guard textView.superview == nil else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
modalPresentationStyle = .formSheet
|
||||||
|
MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self
|
||||||
|
|
||||||
view.addSubview(textView)
|
view.addSubview(textView)
|
||||||
if UIDevice.current.userInterfaceIdiom == .pad {
|
if UIDevice.current.userInterfaceIdiom == .pad {
|
||||||
textView.font = UIFont.systemFont(ofSize: 40)
|
textView.font = UIFont.systemFont(ofSize: 40)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user