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.
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.
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
.
You can not as there is no spacing parameter in UILabel. Instead, You should see these third party libraries for your purpose.