Can't see text in UITextView until text view is scrolled
问题 I have a bunch of textviews within my app. For some reason, whether I set the UITextView text programmatically (coming from the internet) or by interface builder (hardcoded), no matter what I do, when I go to that text view when testing it is blank. But the instant I scroll it all the text just appears out of no where. Just to clarify, I am not saying that the textview won't scroll because there isn't enough text. The textview has text programmed into it, but it will not display any text when