I have been working on a project where I need to implement a simple messaging / chatting UI. For test purposes, while using Lorem Ipsum I have noticed that, even after having a multiline label (and the label is acting as multiline) some of the texts are being cut off and shown three dots when running in smaller iPhones like SE or 5s. Like the following:
But this doesn't occur if I run it in 8plus or 7plus.
After a lot of trial and error, I found that if I set the auto-shrink to minimum font scale or minimum font size the problem is solved. Like this:
But that makes the texts unequal sized to see. I don't know why its happening.