I have a horizontal stackview filled equally with 3 labels. These labels have set adjustsFontSizeToFitWidth
and minimumScaleFactor
values set. 2 labels will have short texts and one may have large text. Now the large title label's font is reduced automatically and I want the other two labels to automatically update their font size to match the last label font size. Is it possible?
Label1 text - "a"
Label2 text - "b"
Label3 text - "Something long"
Now Label3's font looks smaller than Label1 and Label2.