Swift – How to control the line spacing in UILabel

line-spacingobjective cswiftuilabelxcode

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.

Best Answer

In Xcode 6 you can do this in the storyboard:

enter image description here