Is there a way to match the font size for two UILabels in a view that both use the minimum font size to fit in the view? Right now one label is made with much smaller text and the other is bigger. I want them to average their font sizes to fill the screen, but also look similar in size.
Asked
Active
Viewed 98 times
1
-
Here's the same question in Objective-C. Should at least give you an idea. https://stackoverflow.com/questions/20262156/autolayout-link-two-uilabels-to-have-the-same-font-size – rmaddy Apr 24 '19 at 15:10
-
@rmaddy Thanks - I will give that a try – SpringN Apr 24 '19 at 15:15