How can I disable vertical scrolling in my UITextView? I want it to basically just scroll horizontally.
why not just use a UITextField if you dont want vertical scrolling?