There are two dynamic labels, one of them tends to be longer than the other. How can I make the shorter label inherit size from the longer one after the longer one shrinks?
I've already seen this post AutoLayout link two UILabels to have the same font size this is not directly my issue, but probably observers could be the solution.
But maybe as for current Swift 2.0 version some other, easier solution has appeared.
Do you have any idea how to constrain font size to be equal to the size of other label after auto-shrinking?
Thanks in advance