How to control the line spacing in UILabel

Abhinav picture Abhinav · Mar 31, 2011 · Viewed 235.4k times · Source

Is it possible to reduce the gap between text, when put in multiple lines in a UILabel? We can set the frame, font size and number of lines. I want to reduce the gap between the two lines in that label.

Answer

Mike S picture Mike S · Sep 25, 2014

In Xcode 6 you can do this in the storyboard:

enter image description here