0

I try to set text in textview according to design. But the line height in design in more than default line height in UITextView, so I'm about to replace UITextView with the sequence of labels.

Is it possible to set line height in textview or interval between lines?

Paul T.
  • 4,938
  • 7
  • 45
  • 93

1 Answers1

1

There is no direct way of setting line height to the UITextView however you could create a custom textView and subclass it from UITextView and re-implement styleString method for the UITextView

Community
  • 1
  • 1
nsgulliver
  • 12,655
  • 23
  • 43
  • 64