I've got an ipad app with a UITextView containing a lot of text. The default is that word wrap is on, and lines are always broken between words. Is there any way of making this a bit less clever? I want it to just break lines at the point they reach the edge of the TextView, in the middle of a word if thats where it happens. Anyone know of a way to achieve this?