In Xcode, I created a UILabel which will autoresize depending on how many lines of text I put on it. But I don\'t want the UILabel\'s height to exceed a certain limit (240 i
Use UITextView (reference).
It's designed to do exactly that. Disable editing, and you get a scrollable label.