I would like to use a system font, but with a custom leading, but the main property of UIFont is read-only. Is there a way to create a system font with a custom leading value?
I am trying to display multiple lines with a UILabel, but the default is too narrow. (\ n \ n is too wide)
If there is no way, I need to create some UILabels, but it went a little too far.
source
share