If I have multi-line non-scrollable UITextView whose text is longer than can fit in the visible area, then the text just cuts off like so:
Congress shall make no
Why not use a UILabel setting numberOfLines to something appropriate and getting that functionality for free?
UILabel
numberOfLines