I would like to use the system font but with a custom leading, but the leading property of a UIFont is readonly. 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 leading is too narrow. (\n\n is too wide)
If there is no way, then I need to create multiple UILabels but that seems a bit overkill.