firendly ipad

This commit is contained in:
Kevin G Christiano 2020-02-18 15:52:22 -05:00
parent 61ca0d7f69
commit 74be312bf0

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)