How to add a scroll function to a UILabel

Use UITextView (reference).

It’s designed to do exactly that. Disable editing, and you get a scrollable label.

Leave a Comment