xib control for line height in multiple line label/text view

Go To StackoverFlow.com

0

How do I edit the line height (as in the distance btwn the text lines in a multiple line Label or Text View) in the xib? I am looking for something in the xib toolset, but I am starting to believe that it can only be done by specifying it direct in the code.

2012-04-04 22:23
by Stefangus


2

There is no parameter for adjusting the line height, but check out Set UILabel line spacing which suggests to subclass UILabel or use a 3rd party library.

2012-11-28 07:10
by Zerga
Ads