Altered font size. Was too big.
This commit is contained in:
parent
6bff2e844d
commit
f16ee20991
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user