Altered font size. Was too big.

This commit is contained in:
Kevin G Christiano 2019-08-15 16:12:55 -04:00
parent 6bff2e844d
commit f16ee20991

View File

@ -30,7 +30,7 @@ class DetailViewController: UIViewController {
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: 20)
} else { } else {
textView.font = UIFont.systemFont(ofSize: 14) textView.font = UIFont.systemFont(ofSize: 14)
} }