When I searched for "Android TextView equivalent in iOS" in Google and StackOverflow I expected to find a quick answer but it took a little searching and switching up of keywords. I am posting this Q&A pair so that other people can have the quick answer for these keywords.
I've been doing Android programming for about a year and now I am starting on iOS. All of the tutorials I've been doing use UILabel
to display text but I want multiline text that could be paragraphs long and UILabel doesn't seem suited to that.
This one came up, but that was the wrong direction (iOS to Android):
iOS to Android: How to display a TextView
And here are some other "equivalent" questions but not the one I wanted: