user5032033
user5032033

Reputation:

How to make UITextView size same size on iPad (Swift)

I have a textview on a viewcontroller. I set all the text in code and when I run it on iPhone, it looks good and the text is a good size. When I run it on iPad, the text is really small. How can I make the text size bigger for the iPad screen?

Upvotes: 0

Views: 92

Answers (1)

user5032033
user5032033

Reputation:

Never mind, I had the 'selectable' box unchecked. Not sure what it means but it fixed it.

Upvotes: 2

Related Questions