I want to set vertical linespacing between two lines in UITextView.
I searched a lot for the same but couldn't find any API or a way to go about it.
Although UIFont has ledding and lineHeight properties but they are readonly and hence doesn't solve the purpose.
Please let me know how to solve this problem