How to enforce horizontal scrolling on UITextView?

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-05-13T13:09:18Z Indexed on 2010/05/13 13:14 UTC
Read the original article Hit count: 790

Filed under:
|
|
|
|

I have a UITextView and I would like to only allow it to be scrollable horizontally only.

Basically when the UITextView word-wraps I want the user to have to scroll horizontally to be able to view the rest of the contents.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa