I'm having a stab at creating a code editing app in iOS. UITextView
seems to be the most appropriate component.
It's all working except that I can't find a way to stop long lines wrapping (so that long lines make the UITextView
horizontally scrollable).
Is it possible to disable line wrapping in UITextView
, so that horizontal scrolling is used instead? If so, how?