Top "Line-spacing" questions

How to control the line spacing in UILabel

Is it possible to reduce the gap between text, when put in multiple lines in a UILabel? We can set …

objective-c swift xcode uilabel line-spacing
Set UILabel line spacing

How can I modify the gap between lines (line spacing) in a multiline UILabel?

ios objective-c uilabel multiline line-spacing
How to Increase Line spacing in UILabel in Swift

I have a label which has few lines of text and I want to increase the spacing between the lines. …

ios swift uilabel line-spacing
Core Text - NSAttributedString line height done right?

I'm completely in the dark with Core Text's line spacing. I'm using NSAttributedString and I specify the following attributes on …

nsattributedstring core-text line-spacing
What's the difference between lineSpacingExtra and lineSpacingMultiplier?

I'm adding line spacing in my textview which spans multiple lines. What's the difference between android:lineSpacingExtra and android:lineSpacingMultiplier? …

android textview line-spacing
How to implement UILabel line spacing using xib?

I want to align a UILabel's text vertically with line spacing via xib in iOS, for example: hello, how are …

ios objective-c iphone uilabel line-spacing