I want to display a text with a lot of lines. I added a multiline-label to a scroll view, but it didn’t show anything. Looks like this is not the correct way to use the scroll view. How to use scroll view so that users can drag down to see more text?
Share
You can just use a UITextView. It’s a child of UIScrollView, and if you set it’s text property to an amount of text that does not fit within it’s frame, the view will become scrollable.