TextKit Custom Truncation
TextKit has the option to truncate the last line of text if there’s more text than will fit in the container. It does this by displaying an ellipsis. But what if you wanted to display something else to indicate truncation? (In my case, the string “See More”, which will function like a button.)
I tried and discounted a bunch of different approaches before coming up with something that worked. Let me take you on the journey.