0

I'm looking for a way to decrease the line gap in a multiline UILabel.

This seems to be sort of mentioned here Objective C - UILabel multiline vertical gap height.

But I wanted to be clear, before reinventing the wheel:

See Here for example How it's done in Photoshop

Any ideas or thoughts would be most appreciated.

Community
  • 1
  • 1
David van Dugteren
  • 3,879
  • 9
  • 33
  • 48

1 Answers1

1

There's no way to do that with UILabel, but you can use MSLabel

iSofTom
  • 1,718
  • 11
  • 15