How can I disable vertical scrolling in my UITextView? I want it to basically just scroll horizontally.
place your UITextView in a UIScrollView. Set your UITextView.frame to a Size the complete Text fits in a Line and set the contenSize of the ScrollView to the size of your UITextView.frame.
Cheers nettz