I've seen that UILabel
intrinsic size doesn't seem to fit exactly the characters it contains.
As you can see in the image, labels have some margin on top and bottom. I can make "Subtitle" get closer to "TITLE" using baseline (title.baseline == subtitle.top
), but I would also want to align "TITLE" to its parent top.
I would like to use autolayout constraints if possible.