Merge branch 'feature/ipad_friendly' into 'develop'
firendly ipad See merge request BPHV_MIPS/jsoncreator_ios!4
This commit is contained in:
commit
67bfed1f28
@ -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