3

Possible Duplicate:
How to control the line spacing in UILabel

I want to reduce a space between two lines in multiline UILabel in iPhone, how I can achieve this, It is very critical thing I want solution for that, Please give me idea.

Community
  • 1
  • 1
user196320
  • 97
  • 1
  • 3
  • 8

2 Answers2

2

You can't.

To change the spacing between lines of text, you will have to subclassUILabel

Check out the thirdparty CODE to get into more detail and It supports almost every feature of UILabel .

Suresh Varma
  • 9,750
  • 1
  • 60
  • 91
1

You can not as there is no spacing parameter in UILabel. Instead, You should see these third party libraries for your purpose.

MSLabel

MTLabel

Maulik
  • 19,348
  • 14
  • 82
  • 137