Is there anywhere to adjust vertical line spacing?
If I have UILabel, the text string when it goes onto the next line, it is a quite a big step in most cases. Presumably the line spacing is determined by the maximum height of the biggest height character.
Is there anyway to adjust this? Up till now I have been positioning 2 or 3 UILabels close together to get around this issue. But I am beginning to wonder if there is a better way?