Trying to put vertically-scrolling text in a UIScrollView? Don't.
originally shared here on
It took me about 3 hours of research and pulling my hair out to try and implement a UIScrollView that just scrolls a bunch of text vertically.
Turns out UIScrollView is for images, and UITextView is for text.
Talk about your ultimate face palm.