Merge branch 'feature/ipad_friendly' into 'develop'

firendly ipad

See merge request BPHV_MIPS/jsoncreator_ios!4
This commit is contained in:
Pfeil, Scott Robert 2020-02-19 12:33:59 -05:00
commit 67bfed1f28

View File

@ -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)