I have a label that'll have some large text in it and I want a way to truncate it if it goes over a certain limit, but I want a way the user can tap on the label and reveal the full text.
I'm not finding any good resources on how to achieve this however.
I don't know if it's just as simple as changing the amount of lines to accept or if there's more to it than that.